Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c209 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) { in mwifiex_process_country_ie()
/openbmc/linux/include/linux/
H A Dieee80211.h3933 #define IEEE80211_COUNTRY_IE_MIN_LEN 6 macro
/openbmc/linux/net/wireless/
H A Dreg.c3346 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in regulatory_hint_country_ie()
/openbmc/linux/net/mac80211/
H A Dmlme.c2034 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in ieee80211_find_80211h_pwr_constr()