Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c33 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode || in hostapd_eid_ht_capabilities()
42 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab); in hostapd_eid_ht_capabilities()
62 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n) in hostapd_eid_ht_operation()
71 oper->control_chan = hapd->iconf->channel; in hostapd_eid_ht_operation()
73 if (hapd->iconf->secondary_channel == 1) in hostapd_eid_ht_operation()
76 if (hapd->iconf->secondary_channel == -1) in hostapd_eid_ht_operation()
221 if (hapd->iconf->ieee80211n) { in update_sta_no_ht()
258 cap &= (hapd->iconf->ht_capab | HT_CAP_INFO_RX_STBC_MASK | in hostapd_get_ht_capab()
266 if (!(hapd->iconf->ht_capab & HT_CAP_INFO_RX_STBC_MASK)) in hostapd_get_ht_capab()
268 if (!(hapd->iconf->ht_capab & HT_CAP_INFO_TX_STBC)) in hostapd_get_ht_capab()
Dieee802_11_vht.c28 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode || in hostapd_eid_vht_capabilities()
55 if (!hapd->iconf->ieee80211ac || hapd->conf->disable_11ac) in hostapd_eid_vht_operation()
70 hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_eid_vht_operation()
72 hapd->iconf->vht_oper_centr_freq_seg1_idx; in hostapd_eid_vht_operation()
74 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
Dhostapd.c156 oldconf = hapd->iconf; in hostapd_reload_config()
161 hapd->iconf = newconf; in hostapd_reload_config()
619 } while (mac_in_conf(hapd->iconf, hapd->own_addr)); in hostapd_setup_bss()
647 conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_setup_bss()
846 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl()
903 if (hapd->iconf->country[0] && hapd->iconf->country[1]) { in setup_interface()
904 os_memcpy(country, hapd->iconf->country, 3); in setup_interface()
952 if (hapd->iconf->channel) { in hostapd_setup_interface_complete()
953 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel); in hostapd_setup_interface_complete()
956 hostapd_hw_mode_txt(hapd->iconf->hw_mode), in hostapd_setup_interface_complete()
[all …]
Dbeacon.c56 hapd->iconf->preamble == LONG_PREAMBLE) in ieee802_11_erp_info()
67 *eid++ = hapd->iconf->channel; in hostapd_eid_ds_params()
124 if (!hapd->iconf->ieee80211d || max_len < 6 || in hostapd_eid_country()
130 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */ in hostapd_eid_country()
225 host_to_le16(hapd->iconf->beacon_int); in hostapd_gen_probe_resp()
377 if (!hapd->iconf->send_probe_response) in handle_probe_req()
503 if (hapd->iconf->ignore_probe_probability > 0.0d && in handle_probe_req()
504 drand48() < hapd->iconf->ignore_probe_probability) { in handle_probe_req()
621 host_to_le16(hapd->iconf->beacon_int); in ieee802_11_set_beacon()
734 params.beacon_int = hapd->iconf->beacon_int; in ieee802_11_set_beacon()
[all …]
Dieee802_11.c54 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_supp_rates()
56 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_supp_rates()
75 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) { in hostapd_eid_supp_rates()
80 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) { in hostapd_eid_supp_rates()
98 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_ext_supp_rates()
100 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_ext_supp_rates()
120 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) { in hostapd_eid_ext_supp_rates()
126 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) { in hostapd_eid_ext_supp_rates()
143 hapd->iconf->preamble == SHORT_PREAMBLE) in hostapd_own_capab_info()
561 if (hapd->iconf->ignore_auth_probability > 0.0d && in handle_auth()
[all …]
Dwpa_auth_glue.c31 struct hostapd_config *iconf, in hostapd_wpa_auth_conf() argument
80 iconf->corrupt_gtk_rekey_mic_probability; in hostapd_wpa_auth_conf()
518 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa()
592 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf); in hostapd_reconfig_wpa()
Ddrv_callbacks.c395 hapd->iconf->channel = channel; in hostapd_event_ch_switch()
396 hapd->iconf->ieee80211n = ht; in hostapd_event_ch_switch()
397 hapd->iconf->secondary_channel = offset; in hostapd_event_ch_switch()
Dhostapd.h100 struct hostapd_config *iconf; member
Dwmm.c85 &hapd->iconf->wmm_ac_params[e]; in hostapd_eid_wmm()
Dwps_hostapd.c879 return hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_wps_rf_band_cb()
1060 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_init_wps()
/external/wpa_supplicant_8/hostapd/
Dmain.c520 if (hapd && hapd->iconf && hapd->iconf->bss) in hostapd_msg_ifname_cb()
521 return hapd->iconf->bss->iface; in hostapd_msg_ifname_cb()
Dctrl_iface.c684 beacon_int = hapd->iconf->beacon_int; in hostapd_ctrl_iface_ess_disassoc()
897 ret = hostapd_set_iface(hapd->iconf, hapd->conf, cmd, value); in hostapd_ctrl_iface_set()