Home
last modified time | relevance | path

Searched refs:iconf (Results 1 – 18 of 18) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c79 hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_eid_vht_operation()
81 hapd->iconf->vht_oper_centr_freq_seg1_idx; in hostapd_eid_vht_operation()
83 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
84 if (hapd->iconf->vht_oper_chwidth == 2) { in hostapd_eid_vht_operation()
92 if (hapd->iconf->channel < in hostapd_eid_vht_operation()
93 hapd->iconf->vht_oper_centr_freq_seg0_idx) in hostapd_eid_vht_operation()
97 } else if (hapd->iconf->vht_oper_chwidth == 3) { in hostapd_eid_vht_operation()
211 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope() local
234 if (iconf->secondary_channel == 0) { in hostapd_eid_txpower_envelope()
271 if (hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_txpower_envelope()
[all …]
Dbeacon.c96 hapd->iconf->preamble == LONG_PREAMBLE) in ieee802_11_erp_info()
107 *eid++ = hapd->iconf->channel; in hostapd_eid_ds_params()
154 if (!hapd->iconf->ieee80211h && in hostapd_eid_pwr_constraint()
155 hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
166 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
177 if (hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
198 *pos++ = hapd->iconf->local_pwr_constraint; in hostapd_eid_pwr_constraint()
232 if (!hapd->iconf->ieee80211d || max_len < 6 || in hostapd_eid_country()
238 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */ in hostapd_eid_country()
301 if (hapd->iface->cs_oper_class && hapd->iconf->ecsa_ie_only) in hostapd_eid_csa()
[all …]
Dieee802_11_ht.c29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode || in hostapd_eid_ht_capabilities()
38 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab); in hostapd_eid_ht_capabilities()
49 if (hapd->iconf->obss_interval) { in hostapd_eid_ht_capabilities()
58 host_to_le16(hapd->iconf->obss_interval); in hostapd_eid_ht_capabilities()
87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n) in hostapd_eid_ht_operation()
96 oper->primary_chan = hapd->iconf->channel; in hostapd_eid_ht_operation()
98 if (hapd->iconf->secondary_channel == 1) in hostapd_eid_ht_operation()
101 if (hapd->iconf->secondary_channel == -1) in hostapd_eid_ht_operation()
451 if (hapd->iconf->ieee80211n) { in update_sta_no_ht()
488 cap &= (hapd->iconf->ht_capab | HT_CAP_INFO_RX_STBC_MASK | in hostapd_get_ht_capab()
[all …]
Dbss_load.c46 struct hostapd_config *iconf = hapd->iconf; in bss_load_update_init() local
49 if (!conf->bss_load_update_period || !iconf->beacon_int) in bss_load_update_init()
53 iconf->beacon_int; in bss_load_update_init()
Ddrv_callbacks.c526 hapd->iconf->channel = channel; in hostapd_event_ch_switch()
527 hapd->iconf->ieee80211n = ht; in hostapd_event_ch_switch()
529 hapd->iconf->ieee80211ac = 0; in hostapd_event_ch_switch()
530 hapd->iconf->secondary_channel = offset; in hostapd_event_ch_switch()
531 hapd->iconf->vht_oper_chwidth = chwidth; in hostapd_event_ch_switch()
532 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx; in hostapd_event_ch_switch()
533 hapd->iconf->vht_oper_centr_freq_seg1_idx = seg1_idx; in hostapd_event_ch_switch()
575 if (hapd->iconf->channel) { in hostapd_acs_channel_selected()
577 hapd->iconf->channel); in hostapd_acs_channel_selected()
610 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected()
[all …]
Dieee802_11.c58 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_supp_rates()
60 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_supp_rates()
78 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) { in hostapd_eid_supp_rates()
83 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) { in hostapd_eid_supp_rates()
101 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_ext_supp_rates()
103 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_ext_supp_rates()
122 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) { in hostapd_eid_ext_supp_rates()
128 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) { in hostapd_eid_ext_supp_rates()
153 hapd->iconf->preamble == SHORT_PREAMBLE) in hostapd_own_capab_info()
187 (hapd->iconf->spectrum_mgmt_required || dfs)) in hostapd_own_capab_info()
[all …]
Dhostapd.c177 oldconf = hapd->iconf; in hostapd_reload_config()
182 hapd->iconf = newconf; in hostapd_reload_config()
183 hapd->iconf->channel = oldconf->channel; in hostapd_reload_config()
184 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config()
185 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config()
186 hapd->iconf->ieee80211n = oldconf->ieee80211n; in hostapd_reload_config()
187 hapd->iconf->ieee80211ac = oldconf->ieee80211ac; in hostapd_reload_config()
188 hapd->iconf->ht_capab = oldconf->ht_capab; in hostapd_reload_config()
189 hapd->iconf->vht_capab = oldconf->vht_capab; in hostapd_reload_config()
190 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth; in hostapd_reload_config()
[all …]
Dwpa_auth_glue.c32 struct hostapd_config *iconf, in hostapd_wpa_auth_conf() argument
95 iconf->corrupt_gtk_rekey_mic_probability; in hostapd_wpa_auth_conf()
601 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa()
677 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf); in hostapd_reconfig_wpa()
Dwps_hostapd.c351 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_reconfig_in_memory()
544 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_cred_cb()
861 return hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_wps_rf_band_cb()
863 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_wps_rf_band_cb()
1061 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_init_wps()
1063 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_init_wps()
1814 hapd->iconf->channel); in hostapd_wps_nfc_config_token()
Dieee802_11_shared.c173 if (hapd->iconf->obss_interval) in hostapd_ext_capab_byte()
236 if (len < 1 && hapd->iconf->obss_interval) in hostapd_eid_ext_capab()
Dwmm.c79 &hapd->iconf->wmm_ac_params[e]; in hostapd_eid_wmm()
Dhostapd.h108 struct hostapd_config *iconf; member
Dwnm_ap.c490 beacon_int = hapd->iconf->beacon_int; in set_disassoc_timer()
Dhw_features.c101 int dfs_enabled = hapd->iconf->ieee80211h && in hostapd_get_hw_features()
Dieee802_1x.c1551 beacon_int = hapd->iconf->beacon_int; in ieee802_1x_hs20_session_info()
/external/wpa_supplicant_8/hostapd/
Dmain.c189 params.driver_params = hapd->iconf->driver_params; in hostapd_driver_init()
Dctrl_iface.c1356 ret = hostapd_set_iface(hapd->iconf, hapd->conf, cmd, value); in hostapd_ctrl_iface_set()
2916 res = hostapd_set_iface(dst_hapd->iconf, dst_hapd->conf, param, value); in hostapd_ctrl_iface_dup_param()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c170 bss->iconf = conf; in wpa_supplicant_mesh_init()