Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.h112 const u8 *country_ie,
/linux/drivers/net/wireless/marvell/mwifiex/
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/mac80211/
H A Dmlme.c3206 const u8 *country_ie, u8 country_ie_len, in ieee80211_handle_pwr_constr() argument
3219 triplet = (void *)(country_ie + 3); in ieee80211_handle_pwr_constr()
3291 const u8 *country_ie, u8 country_ie_len, in ieee80211_enable_ps()
3305 if (country_ie && in ieee80211_change_ps()
3309 channel, country_ie, country_ie_len, in ieee80211_change_ps()
3121 ieee80211_find_80211h_pwr_constr(struct ieee80211_channel * channel,const u8 * country_ie,u8 country_ie_len,const u8 * pwr_constr_elem,int * chan_pwr,int * pwr_reduction) ieee80211_find_80211h_pwr_constr() argument
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c5131 const struct brcmf_tlv *country_ie; in brcmf_cfg80211_start_ap() local
5158 country_ie = brcmf_parse_tlvs((u8 *)settings->beacon.tail, in brcmf_cfg80211_start_ap()
5161 is_11d = country_ie ? 1 : 0; in brcmf_cfg80211_start_ap()