Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.c13 dot11d_info->country_ie_len = 0; in rtl8192u_dot11d_init()
36 dot11d_info->country_ie_len = 0; in dot11d_reset()
94 dot11d_info->country_ie_len = CoutryIeLen; in dot11d_update_country_ie()
H A Ddot11d.h20 u16 country_ie_len; /* > 0 if country_ie_buf[] contains valid country information element. */ member
37 #define IS_COUNTRY_IE_VALID(ieee_dev) (GET_DOT11D_INFO(ieee_dev)->country_ie_len > 0)
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c197 u8 country_ie_len; in mwifiex_process_country_ie() local
208 country_ie_len = country_ie[1]; in mwifiex_process_country_ie()
209 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) { in mwifiex_process_country_ie()
221 if (country_ie_len > in mwifiex_process_country_ie()
235 country_ie_len -= IEEE80211_COUNTRY_STRING_LEN; in mwifiex_process_country_ie()
238 country_ie_len / sizeof(struct ieee80211_country_ie_triplet); in mwifiex_process_country_ie()
241 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in mwifiex_process_country_ie()
/openbmc/linux/net/wireless/
H A Dreg.h113 u8 country_ie_len);
H A Dreg.c3337 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie() argument
3344 if (country_ie_len & 0x01) in regulatory_hint_country_ie()
3347 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in regulatory_hint_country_ie()
/openbmc/linux/net/mac80211/
H A Dmlme.c2024 const u8 *country_ie, u8 country_ie_len, in ieee80211_find_80211h_pwr_constr() argument
2034 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in ieee80211_find_80211h_pwr_constr()
2038 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
2064 while (country_ie_len >= 3) { in ieee80211_find_80211h_pwr_constr()
2082 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
2110 const u8 *country_ie, u8 country_ie_len, in ieee80211_handle_pwr_constr() argument
2128 sdata, channel, country_ie, country_ie_len, in ieee80211_handle_pwr_constr()