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

/linux-master/net/wireless/
H A Dreg.h95 * @country_ie: pointer to the country IE
112 const u8 *country_ie,
H A Dreg.c3361 const u8 *country_ie, u8 country_ie_len)
3378 alpha2[0] = country_ie[0];
3379 alpha2[1] = country_ie[1];
3381 if (country_ie[2] == 'I')
3383 else if (country_ie[2] == 'O')
3360 regulatory_hint_country_ie(struct wiphy *wiphy, enum nl80211_band band, const u8 *country_ie, u8 country_ie_len) argument
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c196 const u8 *country_ie; local
202 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY);
203 if (!country_ie) {
208 country_ie_len = country_ie[1];
214 if (!strncmp(priv->adapter->country_code, &country_ie[2], 2)) {
229 memcpy(priv->adapter->country_code, &country_ie[2], 2);
231 domain_info->country_code[0] = country_ie[2];
232 domain_info->country_code[1] = country_ie[3];
241 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len);
H A Duap_cmd.c449 const u8 *country_ie; local
451 country_ie = cfg80211_find_ie(WLAN_EID_COUNTRY, beacon_data->tail,
453 if (country_ie) {
/linux-master/net/mac80211/
H A Dmlme.c2212 const u8 *country_ie, u8 country_ie_len,
2225 triplet = (void *)(country_ie + 3);
2298 const u8 *country_ie, u8 country_ie_len,
2312 if (country_ie &&
2316 sdata, channel, country_ie, country_ie_len,
2210 ieee80211_find_80211h_pwr_constr(struct ieee80211_sub_if_data *sdata, struct ieee80211_channel *channel, const u8 *country_ie, u8 country_ie_len, const u8 *pwr_constr_elem, int *chan_pwr, int *pwr_reduction) argument
2295 ieee80211_handle_pwr_constr(struct ieee80211_link_data *link, struct ieee80211_channel *channel, struct ieee80211_mgmt *mgmt, const u8 *country_ie, u8 country_ie_len, const u8 *pwr_constr_ie, const u8 *cisco_dtpc_ie) argument
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c5097 const struct brcmf_tlv *country_ie; local
5124 country_ie = brcmf_parse_tlvs((u8 *)settings->beacon.tail,
5127 is_11d = country_ie ? 1 : 0;

Completed in 264 milliseconds