Lines Matching refs:iconf

98 	if (hapd->iconf->mbssid)  in hostapd_mbssid_get_tx_bss()
107 if (hapd->iconf->mbssid) { in hostapd_mbssid_get_bss_index()
139 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n | in hostapd_reload_bss()
140 hapd->iconf->ieee80211ax; in hostapd_reload_bss()
273 oldconf = hapd->iconf; in hostapd_reload_config()
313 hapd->iconf = newconf; in hostapd_reload_config()
314 hapd->iconf->channel = oldconf->channel; in hostapd_reload_config()
315 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config()
316 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config()
317 hapd->iconf->ieee80211n = oldconf->ieee80211n; in hostapd_reload_config()
318 hapd->iconf->ieee80211ac = oldconf->ieee80211ac; in hostapd_reload_config()
319 hapd->iconf->ht_capab = oldconf->ht_capab; in hostapd_reload_config()
320 hapd->iconf->vht_capab = oldconf->vht_capab; in hostapd_reload_config()
321 hostapd_set_oper_chwidth(hapd->iconf, in hostapd_reload_config()
324 hapd->iconf, in hostapd_reload_config()
327 hapd->iconf, in hostapd_reload_config()
426 eloop_register_timeout(0, TU_TO_USEC(hapd->iconf->beacon_int), in hostapd_link_remove_timeout_handler()
444 eloop_register_timeout(0, TU_TO_USEC(hapd->iconf->beacon_int), in hostapd_link_remove()
1426 } else if (hapd->iconf->use_driver_iface_addr) { in hostapd_setup_bss()
1432 } while (mac_in_conf(hapd->iconf, hapd->own_addr)); in hostapd_setup_bss()
1495 conf->wmm_enabled = hapd->iconf->ieee80211n | in hostapd_setup_bss()
1496 hapd->iconf->ieee80211ax; in hostapd_setup_bss()
1781 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl()
2047 if (hapd->iconf->country[0] && hapd->iconf->country[1]) { in setup_interface()
2054 os_memcpy(country, hapd->iconf->country, 3); in setup_interface()
2550 hostapd_set_freq(hapd, hapd->iconf->hw_mode, iface->freq, in hostapd_setup_interface_complete_sync()
2551 hapd->iconf->channel, in hostapd_setup_interface_complete_sync()
2552 hapd->iconf->enable_edmg, in hostapd_setup_interface_complete_sync()
2553 hapd->iconf->edmg_channel, in hostapd_setup_interface_complete_sync()
2554 hapd->iconf->ieee80211n, in hostapd_setup_interface_complete_sync()
2555 hapd->iconf->ieee80211ac, in hostapd_setup_interface_complete_sync()
2556 hapd->iconf->ieee80211ax, in hostapd_setup_interface_complete_sync()
2557 hapd->iconf->ieee80211be, in hostapd_setup_interface_complete_sync()
2558 hapd->iconf->secondary_channel, in hostapd_setup_interface_complete_sync()
2559 hostapd_get_oper_chwidth(hapd->iconf), in hostapd_setup_interface_complete_sync()
2561 hapd->iconf), in hostapd_setup_interface_complete_sync()
2563 hapd->iconf))) { in hostapd_setup_interface_complete_sync()
2581 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2582 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()
2583 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
2589 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2590 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()
2591 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
2618 if (hapd->iconf->mbssid) { in hostapd_setup_interface_complete_sync()
2619 for (j = 0; hapd->iconf->mbssid && j < iface->num_bss; j++) { in hostapd_setup_interface_complete_sync()
2675 if (hapd->iconf->fst_cfg.group_id[0]) { in hostapd_setup_interface_complete_sync()
2680 &iface_obj, &hapd->iconf->fst_cfg); in hostapd_setup_interface_complete_sync()
2683 hapd->iconf->fst_cfg.group_id); in hostapd_setup_interface_complete_sync()
2896 hapd->iconf = conf; in hostapd_alloc_bss_data()
3058 if (!hapd->iconf || !hapd->iconf->ieee80211be || !conf->mld_ap || in hostapd_bss_setup_multi_link()
3554 if (hostapd_config_check(bss->iconf, 1) < 0) { in hostapd_reload_bss_only()
4464 hapd->iconf->ch_switch_eht_config |= CH_SWITCH_EHT_ENABLED; in hostapd_chan_switch_config()
4466 hapd->iconf->ch_switch_eht_config |= CH_SWITCH_EHT_DISABLED; in hostapd_chan_switch_config()
4469 hapd->iconf->ch_switch_he_config |= CH_SWITCH_HE_ENABLED; in hostapd_chan_switch_config()
4471 hapd->iconf->ch_switch_he_config |= CH_SWITCH_HE_DISABLED; in hostapd_chan_switch_config()
4474 hapd->iconf->ch_switch_vht_config |= CH_SWITCH_VHT_ENABLED; in hostapd_chan_switch_config()
4476 hapd->iconf->ch_switch_vht_config |= CH_SWITCH_VHT_DISABLED; in hostapd_chan_switch_config()
4481 hapd->iconf->ch_switch_eht_config, in hostapd_chan_switch_config()
4482 hapd->iconf->ch_switch_he_config, in hostapd_chan_switch_config()
4483 hapd->iconf->ch_switch_vht_config); in hostapd_chan_switch_config()
4958 punct_bitmap = hapd->iconf->punct_bitmap; in hostapd_get_punct_bitmap()