Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dreg.h109 u8 country_ie_len);
Dreg.c2388 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie() argument
2395 if (country_ie_len & 0x01) in regulatory_hint_country_ie()
2398 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in regulatory_hint_country_ie()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_ioctl.c203 u8 country_ie_len; in mwifiex_process_country_ie() local
214 country_ie_len = country_ie[1]; in mwifiex_process_country_ie()
215 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) { in mwifiex_process_country_ie()
232 country_ie_len -= IEEE80211_COUNTRY_STRING_LEN; in mwifiex_process_country_ie()
235 country_ie_len / sizeof(struct ieee80211_country_ie_triplet); in mwifiex_process_country_ie()
238 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in mwifiex_process_country_ie()
/linux-4.1.27/net/mac80211/
Dmlme.c1241 const u8 *country_ie, u8 country_ie_len, in ieee80211_find_80211h_pwr_constr() argument
1251 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in ieee80211_find_80211h_pwr_constr()
1255 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
1271 while (country_ie_len >= 3) { in ieee80211_find_80211h_pwr_constr()
1289 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
1317 const u8 *country_ie, u8 country_ie_len, in ieee80211_handle_pwr_constr() argument
1331 sdata, channel, country_ie, country_ie_len, in ieee80211_handle_pwr_constr()