Home
last modified time | relevance | path

Searched refs:WLAN_EID_SUPPORTED_OPERATING_CLASSES (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dop_classes.c485 wpabuf_put_u8(buf, WLAN_EID_SUPPORTED_OPERATING_CLASSES); in wpas_supp_op_class_ie()
/freebsd-12-stable/contrib/wpa/src/common/
Dieee802_11_defs.h317 #define WLAN_EID_SUPPORTED_OPERATING_CLASSES 59 macro
Dieee802_11_common.c544 case WLAN_EID_SUPPORTED_OPERATING_CLASSES: in ieee802_11_parse_elems()
Dwpa_common.c3244 } else if (*pos == WLAN_EID_SUPPORTED_OPERATING_CLASSES) { in wpa_parse_kde_ies()
/freebsd-12-stable/contrib/wpa/src/ap/
Dbeacon.c418 *eid++ = WLAN_EID_SUPPORTED_OPERATING_CLASSES; in hostapd_eid_supported_op_classes()