Searched refs:country_ie (Results 1 – 2 of 2) sorted by relevance
208 const u8 *country_ie; in mwifiex_process_country_ie() local214 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in mwifiex_process_country_ie()215 if (!country_ie) { in mwifiex_process_country_ie()220 country_ie_len = country_ie[1]; in mwifiex_process_country_ie()226 if (!strncmp(priv->adapter->country_code, &country_ie[2], 2)) { in mwifiex_process_country_ie()241 memcpy(priv->adapter->country_code, &country_ie[2], 2); in mwifiex_process_country_ie()243 domain_info->country_code[0] = country_ie[2]; in mwifiex_process_country_ie()244 domain_info->country_code[1] = country_ie[3]; in mwifiex_process_country_ie()253 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in mwifiex_process_country_ie()
4099 const struct brcmf_tlv *country_ie; in brcmf_cfg80211_start_ap() local4123 country_ie = brcmf_parse_tlvs((u8 *)settings->beacon.tail, in brcmf_cfg80211_start_ap()4126 is_11d = country_ie ? 1 : 0; in brcmf_cfg80211_start_ap()