• Home
  • Raw
  • Download

Lines Matching refs:iconf

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