/external/wpa_supplicant_8/src/ap/ |
D | neighbor_db.c | 146 if (!hapd->iconf->secondary_channel) in hostapd_get_nr_chan_width() 148 if (!vht || hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_USE_HT) in hostapd_get_nr_chan_width() 150 if (hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_80MHZ) in hostapd_get_nr_chan_width() 152 if (hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_160MHZ) in hostapd_get_nr_chan_width() 154 if (hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_80P80MHZ) in hostapd_get_nr_chan_width() 165 int ht = hapd->iconf->ieee80211n && !hapd->conf->disable_11n; in hostapd_neighbor_set_own_report() 166 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; in hostapd_neighbor_set_own_report() 207 hapd->iconf->secondary_channel, in hostapd_neighbor_set_own_report() 208 hapd->iconf->vht_oper_chwidth, in hostapd_neighbor_set_own_report() 214 center_freq1_idx = hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_neighbor_set_own_report() [all …]
|
D | ieee802_11_vht.c | 91 hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_eid_vht_operation() 93 hapd->iconf->vht_oper_centr_freq_seg1_idx; in hostapd_eid_vht_operation() 95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation() 96 if (hapd->iconf->vht_oper_chwidth == 2) { in hostapd_eid_vht_operation() 104 if (hapd->iconf->channel < in hostapd_eid_vht_operation() 105 hapd->iconf->vht_oper_centr_freq_seg0_idx) in hostapd_eid_vht_operation() 109 } else if (hapd->iconf->vht_oper_chwidth == 3) { in hostapd_eid_vht_operation() 223 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope() local 246 if (iconf->secondary_channel == 0) { in hostapd_eid_txpower_envelope() 283 if (hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_txpower_envelope() [all …]
|
D | beacon.c | 102 hapd->iconf->preamble == LONG_PREAMBLE) in ieee802_11_erp_info() 113 *eid++ = hapd->iconf->channel; in hostapd_eid_ds_params() 160 if (!hapd->iconf->ieee80211h && in hostapd_eid_pwr_constraint() 161 hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint() 172 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint() 183 if (hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint() 204 *pos++ = hapd->iconf->local_pwr_constraint; in hostapd_eid_pwr_constraint() 238 if (!hapd->iconf->ieee80211d || max_len < 6 || in hostapd_eid_country() 244 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */ in hostapd_eid_country() 307 if (hapd->iface->cs_oper_class && hapd->iconf->ecsa_ie_only) in hostapd_eid_csa() [all …]
|
D | ieee802_11_ht.c | 29 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() 388 !hapd->iconf->ieee80211n || hapd->conf->disable_11n) { in copy_sta_ht_capab() 495 if (hapd->iconf->ieee80211n) { in update_sta_no_ht() [all …]
|
D | drv_callbacks.c | 787 freq, ht, hapd->iconf->ch_switch_vht_config, offset, in hostapd_event_ch_switch() 838 hapd->iconf->channel = channel; in hostapd_event_ch_switch() 839 hapd->iconf->ieee80211n = ht; in hostapd_event_ch_switch() 841 hapd->iconf->ieee80211ac = 0; in hostapd_event_ch_switch() 842 } else if (hapd->iconf->ch_switch_vht_config) { in hostapd_event_ch_switch() 844 if (hapd->iconf->ch_switch_vht_config & in hostapd_event_ch_switch() 846 hapd->iconf->ieee80211ac = 1; in hostapd_event_ch_switch() 847 else if (hapd->iconf->ch_switch_vht_config & in hostapd_event_ch_switch() 849 hapd->iconf->ieee80211ac = 0; in hostapd_event_ch_switch() 851 hapd->iconf->ch_switch_vht_config = 0; in hostapd_event_ch_switch() [all …]
|
D | hostapd.c | 99 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_reload_bss() 221 oldconf = hapd->iconf; in hostapd_reload_config() 255 hapd->iconf = newconf; in hostapd_reload_config() 256 hapd->iconf->channel = oldconf->channel; in hostapd_reload_config() 257 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config() 258 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config() 259 hapd->iconf->ieee80211n = oldconf->ieee80211n; in hostapd_reload_config() 260 hapd->iconf->ieee80211ac = oldconf->ieee80211ac; in hostapd_reload_config() 261 hapd->iconf->ht_capab = oldconf->ht_capab; in hostapd_reload_config() 262 hapd->iconf->vht_capab = oldconf->vht_capab; in hostapd_reload_config() [all …]
|
D | ieee802_11.c | 96 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_supp_rates() 98 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_supp_rates() 116 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) { in hostapd_eid_supp_rates() 121 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) { in hostapd_eid_supp_rates() 139 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_ext_supp_rates() 141 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_ext_supp_rates() 160 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) { in hostapd_eid_ext_supp_rates() 166 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) { in hostapd_eid_ext_supp_rates() 192 hapd->iconf->preamble == SHORT_PREAMBLE) in hostapd_own_capab_info() 226 (hapd->iconf->spectrum_mgmt_required || dfs)) in hostapd_own_capab_info() [all …]
|
D | bss_load.c | 23 unsigned int beacon_int = hapd->iconf->beacon_int; in get_bss_load_update_timeout()
|
D | wps_hostapd.c | 345 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_reconfig_in_memory() 575 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_cred_cb() 893 return hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_wps_rf_band_cb() 895 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_wps_rf_band_cb() 1094 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_init_wps() 1096 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_init_wps() 1876 hapd->iconf->channel); in hostapd_wps_nfc_config_token()
|
D | ieee802_11_shared.c | 316 if (hapd->iconf->obss_interval) in hostapd_ext_capab_byte() 413 if (len < 1 && hapd->iconf->obss_interval) in hostapd_eid_ext_capab() 724 mbo[3] = hapd->iconf->rssi_reject_assoc_timeout; in hostapd_eid_mbo_rssi_assoc_rej()
|
D | wpa_auth_glue.c | 37 struct hostapd_config *iconf, in hostapd_wpa_auth_conf() argument 113 iconf->corrupt_gtk_rekey_mic_probability; in hostapd_wpa_auth_conf() 1299 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa() 1362 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf); in hostapd_reconfig_wpa()
|
D | wmm.c | 74 &hapd->iconf->wmm_ac_params[e]; in hostapd_eid_wmm()
|
D | hostapd.h | 142 struct hostapd_config *iconf; member
|
D | hw_features.c | 104 int dfs_enabled = hapd->iconf->ieee80211h && in hostapd_get_hw_features()
|
D | wnm_ap.c | 668 beacon_int = hapd->iconf->beacon_int; in set_disassoc_timer()
|
D | ctrl_iface_ap.c | 759 hapd->iconf->ht_capab); in hostapd_ctrl_iface_status()
|
D | ieee802_1x.c | 1616 beacon_int = hapd->iconf->beacon_int; in ieee802_1x_hs20_session_info()
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 197 params.driver_params = hapd->iconf->driver_params; in hostapd_driver_init()
|
D | ctrl_iface.c | 1417 ret = hostapd_set_iface(hapd->iconf, hapd->conf, cmd, value); in hostapd_ctrl_iface_set() 3965 res = hostapd_set_iface(dst_hapd->iconf, dst_hapd->conf, param, value); in hostapd_ctrl_iface_dup_param()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 310 bss->iconf = conf; in wpa_supplicant_mesh_init()
|