Lines Matching refs:iconf

186 	oldconf = hapd->iconf;  in hostapd_reload_config()
191 hapd->iconf = newconf; in hostapd_reload_config()
192 hapd->iconf->channel = oldconf->channel; in hostapd_reload_config()
193 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config()
194 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config()
195 hapd->iconf->ieee80211n = oldconf->ieee80211n; in hostapd_reload_config()
196 hapd->iconf->ieee80211ac = oldconf->ieee80211ac; in hostapd_reload_config()
197 hapd->iconf->ht_capab = oldconf->ht_capab; in hostapd_reload_config()
198 hapd->iconf->vht_capab = oldconf->vht_capab; in hostapd_reload_config()
199 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth; in hostapd_reload_config()
200 hapd->iconf->vht_oper_centr_freq_seg0_idx = in hostapd_reload_config()
202 hapd->iconf->vht_oper_centr_freq_seg1_idx = in hostapd_reload_config()
951 } else if (hapd->iconf->use_driver_iface_addr) { in hostapd_setup_bss()
957 } while (mac_in_conf(hapd->iconf, hapd->own_addr)); in hostapd_setup_bss()
977 conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_setup_bss()
1227 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl()
1365 if (hapd->iconf->country[0] && hapd->iconf->country[1]) { in setup_interface()
1372 os_memcpy(country, hapd->iconf->country, 3); in setup_interface()
1569 if (!hapd->iconf->secondary_channel) in hostapd_get_nr_chan_width()
1571 if (!vht || hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_USE_HT) in hostapd_get_nr_chan_width()
1573 if (hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_80MHZ) in hostapd_get_nr_chan_width()
1575 if (hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_160MHZ) in hostapd_get_nr_chan_width()
1577 if (hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_80P80MHZ) in hostapd_get_nr_chan_width()
1588 int ht = hapd->iconf->ieee80211n && !hapd->conf->disable_11n; in hostapd_set_own_neighbor_report()
1589 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; in hostapd_set_own_neighbor_report()
1630 hapd->iconf->secondary_channel, in hostapd_set_own_neighbor_report()
1631 hapd->iconf->vht_oper_chwidth, in hostapd_set_own_neighbor_report()
1637 center_freq1_idx = hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_set_own_neighbor_report()
1640 hapd->iconf->vht_oper_centr_freq_seg1_idx; in hostapd_set_own_neighbor_report()
1643 10 * hapd->iconf->secondary_channel, in hostapd_set_own_neighbor_report()
1675 hostapd_neighbor_set(hapd, hapd->own_addr, &ssid, nr, hapd->iconf->lci, in hostapd_set_own_neighbor_report()
1676 hapd->iconf->civic, hapd->iconf->stationary_ap); in hostapd_set_own_neighbor_report()
1843 hostapd_set_freq(hapd, hapd->iconf->hw_mode, iface->freq, in hostapd_setup_interface_complete_sync()
1844 hapd->iconf->channel, in hostapd_setup_interface_complete_sync()
1845 hapd->iconf->ieee80211n, in hostapd_setup_interface_complete_sync()
1846 hapd->iconf->ieee80211ac, in hostapd_setup_interface_complete_sync()
1847 hapd->iconf->secondary_channel, in hostapd_setup_interface_complete_sync()
1848 hapd->iconf->vht_oper_chwidth, in hostapd_setup_interface_complete_sync()
1849 hapd->iconf->vht_oper_centr_freq_seg0_idx, in hostapd_setup_interface_complete_sync()
1850 hapd->iconf->vht_oper_centr_freq_seg1_idx)) { in hostapd_setup_interface_complete_sync()
1868 if (hapd->iconf->rts_threshold > -1 && in hostapd_setup_interface_complete_sync()
1869 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) { in hostapd_setup_interface_complete_sync()
1875 if (hapd->iconf->fragm_threshold > -1 && in hostapd_setup_interface_complete_sync()
1876 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) { in hostapd_setup_interface_complete_sync()
1939 if (hapd->iconf->fst_cfg.group_id[0]) { in hostapd_setup_interface_complete_sync()
1944 &iface_obj, &hapd->iconf->fst_cfg); in hostapd_setup_interface_complete_sync()
1947 hapd->iconf->fst_cfg.group_id); in hostapd_setup_interface_complete_sync()
2122 hapd->iconf = conf; in hostapd_alloc_bss_data()