Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c221 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) { in mwifiex_process_country_ie()
/Linux-v4.19/include/linux/
Dieee80211.h2709 #define IEEE80211_COUNTRY_IE_MIN_LEN 6 macro
/Linux-v4.19/net/wireless/
Dreg.c2989 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in regulatory_hint_country_ie()
/Linux-v4.19/net/mac80211/
Dmlme.c1396 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in ieee80211_find_80211h_pwr_constr()