Home
last modified time | relevance | path

Searched refs:WLAN_CAPABILITY_SPECTRUM_MGMT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dneighbor_db.c253 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT) in hostapd_neighbor_set_own_report()
H A Dieee802_11.c333 capab |= WLAN_CAPABILITY_SPECTRUM_MGMT; in hostapd_own_capab_info()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c887 if (bss->caps & WLAN_CAPABILITY_SPECTRUM_MGMT) in wnm_get_bss_info()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h113 #define WLAN_CAPABILITY_SPECTRUM_MGMT BIT(8) macro