Searched refs:country_ie (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_ioctl.c | 252 const u8 *country_ie; in mwifiex_process_country_ie() local 258 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in mwifiex_process_country_ie() 259 if (!country_ie) { in mwifiex_process_country_ie() 264 country_ie_len = country_ie[1]; in mwifiex_process_country_ie() 270 if (!strncmp(priv->adapter->country_code, &country_ie[2], 2)) { in mwifiex_process_country_ie() 285 memcpy(priv->adapter->country_code, &country_ie[2], 2); in mwifiex_process_country_ie() 287 domain_info->country_code[0] = country_ie[2]; in mwifiex_process_country_ie() 288 domain_info->country_code[1] = country_ie[3]; in mwifiex_process_country_ie() 297 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in mwifiex_process_country_ie()
|
| H A D | uap_cmd.c | 444 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/wireless/ |
| H A D | reg.h | 84 * @country_ie: pointer to the country IE 101 const u8 *country_ie,
|
| H A D | reg.c | 3348 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie() 3365 alpha2[0] = country_ie[0]; in regulatory_hint_country_ie() 3366 alpha2[1] = country_ie[1]; in regulatory_hint_country_ie() 3368 if (country_ie[2] == 'I') in regulatory_hint_country_ie() 3370 else if (country_ie[2] == 'O') in regulatory_hint_country_ie() 3341 regulatory_hint_country_ie(struct wiphy * wiphy,enum nl80211_band band,const u8 * country_ie,u8 country_ie_len) regulatory_hint_country_ie() argument
|
| /linux/net/mac80211/ |
| H A D | mlme.c | 3597 const u8 *country_ie, u8 country_ie_len, in ieee80211_dynamic_ps_enable_work() 3610 triplet = (void *)(country_ie + 3); in ieee80211_dynamic_ps_timer() 3682 const u8 *country_ie, u8 country_ie_len, in __ieee80211_sta_handle_tspec_ac_params() 3696 if (country_ie && in __ieee80211_sta_handle_tspec_ac_params() 3700 channel, country_ie, country_ie_len, in __ieee80211_sta_handle_tspec_ac_params() 3233 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 3318 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) ieee80211_handle_pwr_constr() argument
|