Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A 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()
/openbmc/linux/net/wireless/
H A Dreg.h112 const u8 *country_ie,
H A Dreg.c3337 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie()
3354 alpha2[0] = country_ie[0]; in regulatory_hint_country_ie()
3355 alpha2[1] = country_ie[1]; in regulatory_hint_country_ie()
3357 if (country_ie[2] == 'I') in regulatory_hint_country_ie()
3359 else if (country_ie[2] == 'O') in regulatory_hint_country_ie()
3336 regulatory_hint_country_ie(struct wiphy * wiphy,enum nl80211_band band,const u8 * country_ie,u8 country_ie_len) regulatory_hint_country_ie() argument
/openbmc/linux/net/mac80211/
H A 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()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c5106 const struct brcmf_tlv *country_ie; in brcmf_cfg80211_start_ap() local
5132 country_ie = brcmf_parse_tlvs((u8 *)settings->beacon.tail, in brcmf_cfg80211_start_ap()
5135 is_11d = country_ie ? 1 : 0; in brcmf_cfg80211_start_ap()