Searched defs:country_ie (Results 1 - 3 of 3) sorted by relevance

/net/wireless/
H A Dsme.c584 const u8 *country_ie; local
663 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY);
664 if (!country_ie) {
669 country_ie = kmemdup(country_ie, 2 + country_ie[1], GFP_ATOMIC);
672 if (!country_ie)
677 * - country_ie + 2, the start of the country ie data, and
678 * - and country_ie[1] which is the IE length
681 country_ie
[all...]
H A Dreg.c2109 const u8 *country_ie, u8 country_ie_len)
2126 alpha2[0] = country_ie[0];
2127 alpha2[1] = country_ie[1];
2129 if (country_ie[2] == 'I')
2131 else if (country_ie[2] == 'O')
2108 regulatory_hint_country_ie(struct wiphy *wiphy, enum ieee80211_band band, const u8 *country_ie, u8 country_ie_len) argument
/net/mac80211/
H A Dmlme.c1178 const u8 *country_ie, u8 country_ie_len,
1191 triplet = (void *)(country_ie + 3);
1251 const u8 *country_ie, u8 country_ie_len,
1260 if (country_ie && pwr_constr_ie &&
1264 sdata, channel, country_ie, country_ie_len,
1176 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
1248 ieee80211_handle_pwr_constr(struct ieee80211_sub_if_data *sdata, 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

Completed in 377 milliseconds