Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dreg.h109 u8 country_ie_len);
Dreg.c2477 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie() argument
2484 if (country_ie_len & 0x01) in regulatory_hint_country_ie()
2487 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in regulatory_hint_country_ie()
/linux-4.4.14/drivers/net/wireless/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-4.4.14/net/mac80211/
Dmlme.c1272 const u8 *country_ie, u8 country_ie_len, in ieee80211_find_80211h_pwr_constr() argument
1282 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in ieee80211_find_80211h_pwr_constr()
1286 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
1302 while (country_ie_len >= 3) { in ieee80211_find_80211h_pwr_constr()
1320 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
1348 const u8 *country_ie, u8 country_ie_len, in ieee80211_handle_pwr_constr() argument
1362 sdata, channel, country_ie, country_ie_len, in ieee80211_handle_pwr_constr()