Home
last modified time | relevance | path

Searched refs:country_ie_len (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Ddot11d.c13 pDot11dInfo->country_ie_len = 0; in Dot11d_Init()
38 pDot11dInfo->country_ie_len = 0; in Dot11d_Reset()
96 pDot11dInfo->country_ie_len = CoutryIeLen; in Dot11d_UpdateCountryIe()
Ddot11d.h22 u16 country_ie_len; /* > 0 if country_ie_buf[] contains valid country information element. */ member
43 #define IS_COUNTRY_IE_VALID(__pIeeeDev) (GET_DOT11D_INFO(__pIeeeDev)->country_ie_len > 0)
/Linux-v4.19/net/wireless/
Dreg.h112 u8 country_ie_len);
Dreg.c2979 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie() argument
2986 if (country_ie_len & 0x01) in regulatory_hint_country_ie()
2989 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in regulatory_hint_country_ie()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c209 u8 country_ie_len; in mwifiex_process_country_ie() local
220 country_ie_len = country_ie[1]; in mwifiex_process_country_ie()
221 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) { in mwifiex_process_country_ie()
238 country_ie_len -= IEEE80211_COUNTRY_STRING_LEN; in mwifiex_process_country_ie()
241 country_ie_len / sizeof(struct ieee80211_country_ie_triplet); in mwifiex_process_country_ie()
244 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in mwifiex_process_country_ie()
/Linux-v4.19/net/mac80211/
Dmlme.c1386 const u8 *country_ie, u8 country_ie_len, in ieee80211_find_80211h_pwr_constr() argument
1396 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in ieee80211_find_80211h_pwr_constr()
1400 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
1416 while (country_ie_len >= 3) { in ieee80211_find_80211h_pwr_constr()
1434 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
1462 const u8 *country_ie, u8 country_ie_len, in ieee80211_handle_pwr_constr() argument
1476 sdata, channel, country_ie, country_ie_len, in ieee80211_handle_pwr_constr()