Lines Matching refs:iconf
55 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()
675 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n) in ieee802_11_set_beacon()