Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_ioctl.c221 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) { in mwifiex_process_country_ie()
/linux-4.4.14/include/linux/
Dieee80211.h2155 #define IEEE80211_COUNTRY_IE_MIN_LEN 6 macro
/linux-4.4.14/net/wireless/
Dreg.c2487 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in regulatory_hint_country_ie()
/linux-4.4.14/net/mac80211/
Dmlme.c1282 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in ieee80211_find_80211h_pwr_constr()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4504 if (!ie || ie[1] < IEEE80211_COUNTRY_IE_MIN_LEN) in process_80211d()