• Home
  • Raw
  • Download

Lines Matching refs:iconf

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()
347 hapd->iconf->secondary_channel, in hostapd_eid_supported_op_classes()
348 hapd->iconf->vht_oper_chwidth, in hostapd_eid_supported_op_classes()
457 if (hapd->iconf->ieee80211ax) { in hostapd_gen_probe_resp()
480 host_to_le16(hapd->iconf->beacon_int); in hostapd_gen_probe_resp()
557 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) { in hostapd_gen_probe_resp()
568 if (hapd->iconf->ieee80211ax) { in hostapd_gen_probe_resp()
798 if (hapd->iconf->track_sta_max_num) in handle_probe_req()
808 if (!hapd->iconf->send_probe_response) in handle_probe_req()
838 hapd->iconf->channel != elems.ds_params[0]) { in handle_probe_req()
841 hapd->iconf->channel, elems.ds_params[0]); in handle_probe_req()
987 if (hapd->iconf->ignore_probe_probability > 0.0 && in handle_probe_req()
988 drand48() < hapd->iconf->ignore_probe_probability) { in handle_probe_req()
1121 if (hapd->iconf->ieee80211ax) { in ieee802_11_build_ap_params()
1146 host_to_le16(hapd->iconf->beacon_int); in ieee802_11_build_ap_params()
1244 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) { in ieee802_11_build_ap_params()
1255 if (hapd->iconf->ieee80211ax) { in ieee802_11_build_ap_params()
1318 params->beacon_int = hapd->iconf->beacon_int; in ieee802_11_build_ap_params()
1320 params->beacon_rate = hapd->iconf->beacon_rate; in ieee802_11_build_ap_params()
1321 params->rate_type = hapd->iconf->rate_type; in ieee802_11_build_ap_params()
1352 params->smps_mode = hapd->iconf->ht_capab & HT_CAP_INFO_SMPS_MASK; in ieee802_11_build_ap_params()
1357 hapd->iconf->preamble == SHORT_PREAMBLE; in ieee802_11_build_ap_params()
1364 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n) in ieee802_11_build_ap_params()
1376 params->p2p_go_ctwindow = hapd->iconf->p2p_go_ctwindow; in ieee802_11_build_ap_params()
1407 struct hostapd_config *iconf = iface->conf; in ieee802_11_set_beacon() local
1432 hostapd_set_freq_params(&freq, iconf->hw_mode, iface->freq, in ieee802_11_set_beacon()
1433 iconf->channel, iconf->ieee80211n, in ieee802_11_set_beacon()
1434 iconf->ieee80211ac, in ieee802_11_set_beacon()
1435 iconf->secondary_channel, in ieee802_11_set_beacon()
1436 iconf->vht_oper_chwidth, in ieee802_11_set_beacon()
1437 iconf->vht_oper_centr_freq_seg0_idx, in ieee802_11_set_beacon()
1438 iconf->vht_oper_centr_freq_seg1_idx, in ieee802_11_set_beacon()