Lines Matching refs:iconf
102 hapd->iconf->preamble == LONG_PREAMBLE)
113 *eid++ = hapd->iconf->channel;
160 if (!hapd->iconf->ieee80211h &&
161 hapd->iconf->local_pwr_constraint == -1)
172 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
183 if (hapd->iconf->local_pwr_constraint == -1)
204 *pos++ = hapd->iconf->local_pwr_constraint;
238 if (!hapd->iconf->ieee80211d || max_len < 6 ||
244 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
307 if (hapd->iface->cs_oper_class && hapd->iconf->ecsa_ie_only)
349 hapd->iconf->secondary_channel,
350 hostapd_get_oper_chwidth(hapd->iconf),
398 if (hapd->iconf->ieee80211ax) {
423 host_to_le16(hapd->iconf->beacon_int);
501 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) {
512 if (hapd->iconf->ieee80211ax) {
753 if (hapd->iconf->track_sta_max_num)
804 hapd->iconf->channel != elems.ds_params[0]) {
807 hapd->iconf->channel, elems.ds_params[0]);
953 if (hapd->iconf->ignore_probe_probability > 0.0 &&
954 drand48() < hapd->iconf->ignore_probe_probability) {
1090 if (hapd->iconf->ieee80211ax) {
1117 host_to_le16(hapd->iconf->beacon_int);
1217 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) {
1228 if (hapd->iconf->ieee80211ax) {
1300 params->beacon_int = hapd->iconf->beacon_int;
1302 params->beacon_rate = hapd->iconf->beacon_rate;
1303 params->rate_type = hapd->iconf->rate_type;
1334 params->smps_mode = hapd->iconf->ht_capab & HT_CAP_INFO_SMPS_MASK;
1339 hapd->iconf->preamble == SHORT_PREAMBLE;
1346 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
1358 params->p2p_go_ctwindow = hapd->iconf->p2p_go_ctwindow;
1401 struct hostapd_config *iconf = iface->conf;
1427 hostapd_set_freq_params(&freq, iconf->hw_mode, iface->freq,
1428 iconf->channel, iconf->ieee80211n,
1429 iconf->ieee80211ac, iconf->ieee80211ax,
1430 iconf->secondary_channel,
1431 hostapd_get_oper_chwidth(iconf),
1432 hostapd_get_oper_centr_freq_seg0_idx(iconf),
1433 hostapd_get_oper_centr_freq_seg1_idx(iconf),