Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
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)
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()
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
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()
/linux-6.1.9/net/wireless/
Dreg.h113 u8 country_ie_len);
Dreg.c3366 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie() argument
3373 if (country_ie_len & 0x01) in regulatory_hint_country_ie()
3376 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in regulatory_hint_country_ie()
/linux-6.1.9/net/mac80211/
Dmlme.c1955 const u8 *country_ie, u8 country_ie_len, in ieee80211_find_80211h_pwr_constr() argument
1965 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in ieee80211_find_80211h_pwr_constr()
1969 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
1995 while (country_ie_len >= 3) { in ieee80211_find_80211h_pwr_constr()
2013 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
2041 const u8 *country_ie, u8 country_ie_len, in ieee80211_handle_pwr_constr() argument
2059 sdata, channel, country_ie, country_ie_len, in ieee80211_handle_pwr_constr()