Home
last modified time | relevance | path

Searched refs:iconf (Results 1 – 8 of 8) 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()
222 if (hapd->iconf->ieee80211n) { in update_sta_no_ht()
259 cap &= (hapd->iconf->ht_capab | HT_CAP_INFO_RX_STBC_MASK | in hostapd_get_ht_capab()
267 if (!(hapd->iconf->ht_capab & HT_CAP_INFO_RX_STBC_MASK)) in hostapd_get_ht_capab()
269 if (!(hapd->iconf->ht_capab & HT_CAP_INFO_TX_STBC)) in hostapd_get_ht_capab()
Dhostapd.c118 oldconf = hapd->iconf; in hostapd_reload_config()
123 hapd->iconf = newconf; in hostapd_reload_config()
492 } while (mac_in_conf(hapd->iconf, hapd->own_addr)); in hostapd_setup_bss()
520 conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_setup_bss()
678 if (hapd->iconf->country[0] && hapd->iconf->country[1]) { in setup_interface()
679 os_memcpy(country, hapd->iconf->country, 3); in setup_interface()
723 if (hapd->iconf->channel) { in hostapd_setup_interface_complete()
724 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel); in hostapd_setup_interface_complete()
727 hostapd_hw_mode_txt(hapd->iconf->hw_mode), in hostapd_setup_interface_complete()
728 hapd->iconf->channel, iface->freq); in hostapd_setup_interface_complete()
[all …]
Dbeacon.c55 hapd->iconf->preamble == LONG_PREAMBLE) in ieee802_11_erp_info()
66 *eid++ = hapd->iconf->channel; in hostapd_eid_ds_params()
123 if (!hapd->iconf->ieee80211d || max_len < 6 || in hostapd_eid_country()
129 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */ in hostapd_eid_country()
222 host_to_le16(hapd->iconf->beacon_int); in hostapd_gen_probe_resp()
317 if (!hapd->iconf->send_probe_response) in handle_probe_req()
536 host_to_le16(hapd->iconf->beacon_int); in ieee802_11_set_beacon()
634 params.beacon_int = hapd->iconf->beacon_int; in ieee802_11_set_beacon()
635 params.basic_rates = hapd->iconf->basic_rates; in ieee802_11_set_beacon()
668 hapd->iconf->preamble == SHORT_PREAMBLE; in ieee802_11_set_beacon()
[all …]
Dieee802_11.c50 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_supp_rates()
69 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && in hostapd_eid_supp_rates()
86 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_ext_supp_rates()
106 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && in hostapd_eid_ext_supp_rates()
121 hapd->iconf->preamble == SHORT_PREAMBLE) in hostapd_own_capab_info()
642 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && in check_assoc_ies()
Dhostapd.h52 struct hostapd_config *iconf; member
Dwmm.c85 &hapd->iconf->wmm_ac_params[e]; in hostapd_eid_wmm()
Dwps_hostapd.c840 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_init_wps()
/external/wpa_supplicant_8/hostapd/
Dmain.c543 if (hapd && hapd->iconf && hapd->iconf->bss) in hostapd_msg_ifname_cb()
544 return hapd->iconf->bss->iface; in hostapd_msg_ifname_cb()