Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cfg.c173 const u8 *country_ie; in nxpwifi_process_country_ie() local
180 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in nxpwifi_process_country_ie()
181 if (!country_ie) { in nxpwifi_process_country_ie()
186 country_ie_len = country_ie[1]; in nxpwifi_process_country_ie()
192 if (!strncmp(priv->adapter->country_code, &country_ie[2], 2)) { in nxpwifi_process_country_ie()
207 memcpy(priv->adapter->country_code, &country_ie[2], 2); in nxpwifi_process_country_ie()
209 domain_info->country_code[0] = country_ie[2]; in nxpwifi_process_country_ie()
210 domain_info->country_code[1] = country_ie[3]; in nxpwifi_process_country_ie()
219 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in nxpwifi_process_country_ie()
H A Duap_cmd.c1169 const u8 *country_ie; in nxpwifi_config_uap_11d() local
1171 country_ie = cfg80211_find_ie(WLAN_EID_COUNTRY, beacon_data->tail, in nxpwifi_config_uap_11d()
1173 if (country_ie) { in nxpwifi_config_uap_11d()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c266 const u8 *country_ie; in mwifiex_process_country_ie() local
272 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in mwifiex_process_country_ie()
273 if (!country_ie) { in mwifiex_process_country_ie()
278 country_ie_len = country_ie[1]; in mwifiex_process_country_ie()
284 if (!strncmp(priv->adapter->country_code, &country_ie[2], 2)) { in mwifiex_process_country_ie()
299 memcpy(priv->adapter->country_code, &country_ie[2], 2); in mwifiex_process_country_ie()
301 domain_info->country_code[0] = country_ie[2]; in mwifiex_process_country_ie()
302 domain_info->country_code[1] = country_ie[3]; in mwifiex_process_country_ie()
311 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in mwifiex_process_country_ie()
H A Duap_cmd.c444 const u8 *country_ie; in mwifiex_config_uap_11d() local
446 country_ie = cfg80211_find_ie(WLAN_EID_COUNTRY, beacon_data->tail, in mwifiex_config_uap_11d()
448 if (country_ie) { in mwifiex_config_uap_11d()
/linux/net/wireless/
H A Dreg.h101 const u8 *country_ie,
H A Dreg.c3382 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie() argument
3399 alpha2[0] = country_ie[0]; in regulatory_hint_country_ie()
3400 alpha2[1] = country_ie[1]; in regulatory_hint_country_ie()
3402 if (country_ie[2] == 'I') in regulatory_hint_country_ie()
3404 else if (country_ie[2] == 'O') in regulatory_hint_country_ie()
/linux/net/mac80211/
H A Dmlme.c3595 const u8 *country_ie, u8 country_ie_len, in ieee80211_find_80211h_pwr_constr() argument
3608 triplet = (void *)(country_ie + 3); in ieee80211_find_80211h_pwr_constr()
3680 const u8 *country_ie, u8 country_ie_len, in ieee80211_handle_pwr_constr() argument
3694 if (country_ie && in ieee80211_handle_pwr_constr()
3698 channel, country_ie, country_ie_len, in ieee80211_handle_pwr_constr()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c5155 const struct brcmf_tlv *country_ie; in brcmf_cfg80211_start_ap() local
5182 country_ie = brcmf_parse_tlvs((u8 *)settings->beacon.tail, in brcmf_cfg80211_start_ap()
5185 is_11d = country_ie ? 1 : 0; in brcmf_cfg80211_start_ap()