Searched refs:iconf (Results 1 – 18 of 18) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
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 | 100 hapd->iconf->preamble == LONG_PREAMBLE) in ieee802_11_erp_info() 111 *eid++ = hapd->iconf->channel; in hostapd_eid_ds_params() 158 if (!hapd->iconf->ieee80211h && in hostapd_eid_pwr_constraint() 159 hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint() 170 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint() 181 if (hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint() 202 *pos++ = hapd->iconf->local_pwr_constraint; in hostapd_eid_pwr_constraint() 236 if (!hapd->iconf->ieee80211d || max_len < 6 || in hostapd_eid_country() 242 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */ in hostapd_eid_country() 305 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() 344 !hapd->iconf->ieee80211n || hapd->conf->disable_11n) { in copy_sta_ht_capab() 451 if (hapd->iconf->ieee80211n) { in update_sta_no_ht() [all …]
|
D | bss_load.c | 46 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()
|
D | hostapd.c | 186 oldconf = hapd->iconf; in hostapd_reload_config() 191 hapd->iconf = newconf; in hostapd_reload_config() 192 hapd->iconf->channel = oldconf->channel; in hostapd_reload_config() 193 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config() 194 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config() 195 hapd->iconf->ieee80211n = oldconf->ieee80211n; in hostapd_reload_config() 196 hapd->iconf->ieee80211ac = oldconf->ieee80211ac; in hostapd_reload_config() 197 hapd->iconf->ht_capab = oldconf->ht_capab; in hostapd_reload_config() 198 hapd->iconf->vht_capab = oldconf->vht_capab; in hostapd_reload_config() 199 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth; in hostapd_reload_config() [all …]
|
D | drv_callbacks.c | 683 hapd->iconf->channel = channel; in hostapd_event_ch_switch() 684 hapd->iconf->ieee80211n = ht; in hostapd_event_ch_switch() 686 hapd->iconf->ieee80211ac = 0; in hostapd_event_ch_switch() 687 hapd->iconf->secondary_channel = offset; in hostapd_event_ch_switch() 688 hapd->iconf->vht_oper_chwidth = chwidth; in hostapd_event_ch_switch() 689 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx; in hostapd_event_ch_switch() 690 hapd->iconf->vht_oper_centr_freq_seg1_idx = seg1_idx; in hostapd_event_ch_switch() 732 if (hapd->iconf->channel) { in hostapd_acs_channel_selected() 734 hapd->iconf->channel); in hostapd_acs_channel_selected() 767 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected() [all …]
|
D | ieee802_11.c | 75 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_supp_rates() 77 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_supp_rates() 95 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) { in hostapd_eid_supp_rates() 100 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) { in hostapd_eid_supp_rates() 118 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_ext_supp_rates() 120 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_ext_supp_rates() 139 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) { in hostapd_eid_ext_supp_rates() 145 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) { in hostapd_eid_ext_supp_rates() 171 hapd->iconf->preamble == SHORT_PREAMBLE) in hostapd_own_capab_info() 205 (hapd->iconf->spectrum_mgmt_required || dfs)) in hostapd_own_capab_info() [all …]
|
D | wpa_auth_glue.c | 36 struct hostapd_config *iconf, in hostapd_wpa_auth_conf() argument 107 iconf->corrupt_gtk_rekey_mic_probability; in hostapd_wpa_auth_conf() 961 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa() 1024 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf); in hostapd_reconfig_wpa()
|
D | wps_hostapd.c | 345 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_reconfig_in_memory() 538 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_cred_cb() 855 return hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_wps_rf_band_cb() 857 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_wps_rf_band_cb() 1055 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_init_wps() 1057 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_init_wps() 1808 hapd->iconf->channel); in hostapd_wps_nfc_config_token()
|
D | ieee802_11_shared.c | 173 if (hapd->iconf->obss_interval) in hostapd_ext_capab_byte() 250 if (len < 1 && hapd->iconf->obss_interval) in hostapd_eid_ext_capab()
|
D | wmm.c | 74 &hapd->iconf->wmm_ac_params[e]; in hostapd_eid_wmm()
|
D | hostapd.h | 123 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 | 485 beacon_int = hapd->iconf->beacon_int; in set_disassoc_timer()
|
D | ieee802_1x.c | 1580 beacon_int = hapd->iconf->beacon_int; in ieee802_1x_hs20_session_info()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 209 bss->iconf = conf; in wpa_supplicant_mesh_init()
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 195 params.driver_params = hapd->iconf->driver_params; in hostapd_driver_init()
|
D | ctrl_iface.c | 1334 ret = hostapd_set_iface(hapd->iconf, hapd->conf, cmd, value); in hostapd_ctrl_iface_set() 3641 res = hostapd_set_iface(dst_hapd->iconf, dst_hapd->conf, param, value); in hostapd_ctrl_iface_dup_param()
|