Home | History | Annotate | Download | only in ap

Lines Matching refs:iconf

170 	oldconf = hapd->iconf;
175 hapd->iconf = newconf;
176 hapd->iconf->channel = oldconf->channel;
177 hapd->iconf->secondary_channel = oldconf->secondary_channel;
178 hapd->iconf->ieee80211n = oldconf->ieee80211n;
179 hapd->iconf->ieee80211ac = oldconf->ieee80211ac;
180 hapd->iconf->ht_capab = oldconf->ht_capab;
181 hapd->iconf->vht_capab = oldconf->vht_capab;
182 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth;
183 hapd->iconf->vht_oper_centr_freq_seg0_idx =
185 hapd->iconf->vht_oper_centr_freq_seg1_idx =
717 } while (mac_in_conf(hapd->iconf, hapd->own_addr));
746 conf->wmm_enabled = hapd->iconf->ieee80211n;
944 struct hostapd_config *conf = hapd->iconf;
1082 if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
1089 os_memcpy(country, hapd->iconf->country, 3);
1196 if (hostapd_set_freq(hapd, hapd->iconf->hw_mode, iface->freq,
1197 hapd->iconf->channel,
1198 hapd->iconf->ieee80211n,
1199 hapd->iconf->ieee80211ac,
1200 hapd->iconf->secondary_channel,
1201 hapd->iconf->vht_oper_chwidth,
1202 hapd->iconf->vht_oper_centr_freq_seg0_idx,
1203 hapd->iconf->vht_oper_centr_freq_seg1_idx)) {
1221 if (hapd->iconf->rts_threshold > -1 &&
1222 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) {
1228 if (hapd->iconf->fragm_threshold > -1 &&
1229 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) {
1353 hapd->iconf = conf;
1356 hapd->driver = hapd->iconf->driver;