Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c196 const u8 *country_ie; in mwifiex_process_country_ie() local
202 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in mwifiex_process_country_ie()
203 if (!country_ie) { in mwifiex_process_country_ie()
208 country_ie_len = country_ie[1]; in mwifiex_process_country_ie()
214 if (!strncmp(priv->adapter->country_code, &country_ie[2], 2)) { in mwifiex_process_country_ie()
229 memcpy(priv->adapter->country_code, &country_ie[2], 2); in mwifiex_process_country_ie()
231 domain_info->country_code[0] = country_ie[2]; in mwifiex_process_country_ie()
232 domain_info->country_code[1] = country_ie[3]; in mwifiex_process_country_ie()
241 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in mwifiex_process_country_ie()
Duap_cmd.c449 const u8 *country_ie; in mwifiex_config_uap_11d() local
451 country_ie = cfg80211_find_ie(WLAN_EID_COUNTRY, beacon_data->tail, in mwifiex_config_uap_11d()
453 if (country_ie) { in mwifiex_config_uap_11d()
/Linux-v6.6/net/wireless/
Dreg.h112 const u8 *country_ie,
Dreg.c3336 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie() argument
3353 alpha2[0] = country_ie[0]; in regulatory_hint_country_ie()
3354 alpha2[1] = country_ie[1]; in regulatory_hint_country_ie()
3356 if (country_ie[2] == 'I') in regulatory_hint_country_ie()
3358 else if (country_ie[2] == 'O') in regulatory_hint_country_ie()
/Linux-v6.6/net/mac80211/
Dmlme.c2024 const u8 *country_ie, u8 country_ie_len, in ieee80211_find_80211h_pwr_constr() argument
2037 triplet = (void *)(country_ie + 3); in ieee80211_find_80211h_pwr_constr()
2110 const u8 *country_ie, u8 country_ie_len, in ieee80211_handle_pwr_constr() argument
2124 if (country_ie && in ieee80211_handle_pwr_constr()
2128 sdata, channel, country_ie, country_ie_len, in ieee80211_handle_pwr_constr()
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c5107 const struct brcmf_tlv *country_ie; in brcmf_cfg80211_start_ap() local
5133 country_ie = brcmf_parse_tlvs((u8 *)settings->beacon.tail, in brcmf_cfg80211_start_ap()
5136 is_11d = country_ie ? 1 : 0; in brcmf_cfg80211_start_ap()