Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c399 !he_capab || he_capab_len < IEEE80211_HE_CAPAB_MIN_LEN || in copy_sta_eht_capab()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2367 #define IEEE80211_HE_CAPAB_MIN_LEN (6 + 11) macro
H A Dwpa_common.c3718 pos[1] >= 1 + IEEE80211_HE_CAPAB_MIN_LEN && in wpa_parse_kde_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c3056 if (!ie || (ie[1] < 1 + IEEE80211_HE_CAPAB_MIN_LEN)) in wpas_get_est_tpt()