Home | History | Annotate | Download | only in ap

Lines Matching refs:iconf

66 	    hapd->iconf->preamble == LONG_PREAMBLE)
77 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211h &&
125 hapd->iconf->local_pwr_constraint == -1)
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
147 if (hapd->iconf->local_pwr_constraint == -1)
168 *pos++ = hapd->iconf->local_pwr_constraint;
202 if (!hapd->iconf->ieee80211d || max_len < 6 ||
208 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
367 host_to_le16(hapd->iconf->beacon_int);
527 if (!hapd->iconf->send_probe_response)
652 if (hapd->iconf->ignore_probe_probability > 0.0 &&
653 drand48() < hapd->iconf->ignore_probe_probability) {
764 host_to_le16(hapd->iconf->beacon_int);
885 params->beacon_int = hapd->iconf->beacon_int;
915 hapd->iconf->preamble == SHORT_PREAMBLE;
922 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
960 struct hostapd_config *iconf = iface->conf;
983 hostapd_set_freq_params(&freq, iconf->hw_mode, iface->freq,
984 iconf->channel, iconf->ieee80211n,
985 iconf->ieee80211ac,
986 iconf->secondary_channel,
987 iconf->vht_oper_chwidth,
988 iconf->vht_oper_centr_freq_seg0_idx,
989 iconf->vht_oper_centr_freq_seg1_idx,