Lines Matching refs:iconf
96 hapd->iconf->preamble == LONG_PREAMBLE) in ieee802_11_erp_info()
107 *eid++ = hapd->iconf->channel; in hostapd_eid_ds_params()
154 if (!hapd->iconf->ieee80211h && in hostapd_eid_pwr_constraint()
155 hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
166 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
177 if (hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
198 *pos++ = hapd->iconf->local_pwr_constraint; in hostapd_eid_pwr_constraint()
232 if (!hapd->iconf->ieee80211d || max_len < 6 || in hostapd_eid_country()
238 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */ in hostapd_eid_country()
400 host_to_le16(hapd->iconf->beacon_int); in hostapd_gen_probe_resp()
453 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) { in hostapd_gen_probe_resp()
565 if (!hapd->iconf->send_probe_response) in handle_probe_req()
595 hapd->iconf->channel != elems.ds_params[0]) { in handle_probe_req()
598 hapd->iconf->channel, elems.ds_params[0]); in handle_probe_req()
706 if (hapd->iconf->ignore_probe_probability > 0.0 && in handle_probe_req()
707 drand48() < hapd->iconf->ignore_probe_probability) { in handle_probe_req()
826 host_to_le16(hapd->iconf->beacon_int); in ieee802_11_build_ap_params()
899 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) { in ieee802_11_build_ap_params()
955 params->beacon_int = hapd->iconf->beacon_int; in ieee802_11_build_ap_params()
987 params->smps_mode = hapd->iconf->ht_capab & HT_CAP_INFO_SMPS_MASK; in ieee802_11_build_ap_params()
992 hapd->iconf->preamble == SHORT_PREAMBLE; in ieee802_11_build_ap_params()
999 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n) in ieee802_11_build_ap_params()
1011 params->p2p_go_ctwindow = hapd->iconf->p2p_go_ctwindow; in ieee802_11_build_ap_params()
1040 struct hostapd_config *iconf = iface->conf; in ieee802_11_set_beacon() local
1065 hostapd_set_freq_params(&freq, iconf->hw_mode, iface->freq, in ieee802_11_set_beacon()
1066 iconf->channel, iconf->ieee80211n, in ieee802_11_set_beacon()
1067 iconf->ieee80211ac, in ieee802_11_set_beacon()
1068 iconf->secondary_channel, in ieee802_11_set_beacon()
1069 iconf->vht_oper_chwidth, in ieee802_11_set_beacon()
1070 iconf->vht_oper_centr_freq_seg0_idx, in ieee802_11_set_beacon()
1071 iconf->vht_oper_centr_freq_seg1_idx, in ieee802_11_set_beacon()