Lines Matching refs:iconf
104 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n;
226 oldconf = hapd->iconf;
260 hapd->iconf = newconf;
261 hapd->iconf->channel = oldconf->channel;
262 hapd->iconf->acs = oldconf->acs;
263 hapd->iconf->secondary_channel = oldconf->secondary_channel;
264 hapd->iconf->ieee80211n = oldconf->ieee80211n;
265 hapd->iconf->ieee80211ac = oldconf->ieee80211ac;
266 hapd->iconf->ht_capab = oldconf->ht_capab;
267 hapd->iconf->vht_capab = oldconf->vht_capab;
268 hostapd_set_oper_chwidth(hapd->iconf,
271 hapd->iconf,
274 hapd->iconf,
1123 } else if (hapd->iconf->use_driver_iface_addr) {
1129 } while (mac_in_conf(hapd->iconf, hapd->own_addr));
1149 conf->wmm_enabled = hapd->iconf->ieee80211n;
1418 struct hostapd_config *conf = hapd->iconf;
1556 if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
1563 os_memcpy(country, hapd->iconf->country, 3);
1927 hostapd_set_freq(hapd, hapd->iconf->hw_mode, iface->freq,
1928 hapd->iconf->channel,
1929 hapd->iconf->ieee80211n,
1930 hapd->iconf->ieee80211ac,
1931 hapd->iconf->ieee80211ax,
1932 hapd->iconf->secondary_channel,
1933 hostapd_get_oper_chwidth(hapd->iconf),
1935 hapd->iconf),
1937 hapd->iconf))) {
1955 if (hapd->iconf->rts_threshold >= -1 &&
1956 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) &&
1957 hapd->iconf->rts_threshold >= -1) {
1963 if (hapd->iconf->fragm_threshold >= -1 &&
1964 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) &&
1965 hapd->iconf->fragm_threshold != -1) {
2031 if (hapd->iconf->fst_cfg.group_id[0]) {
2036 &iface_obj, &hapd->iconf->fst_cfg);
2039 hapd->iconf->fst_cfg.group_id);
2226 hapd->iconf = conf;
3442 hapd->iconf->ch_switch_vht_config |= CH_SWITCH_VHT_ENABLED;
3444 hapd->iconf->ch_switch_vht_config |= CH_SWITCH_VHT_DISABLED;
3448 hapd->iconf->ch_switch_vht_config);