Lines Matching refs:iconf

101 	if (hapd->iconf->mbssid)  in hostapd_mbssid_get_tx_bss()
110 if (hapd->iconf->mbssid) { in hostapd_mbssid_get_bss_index()
142 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n | in hostapd_reload_bss()
143 hapd->iconf->ieee80211ax; in hostapd_reload_bss()
276 oldconf = hapd->iconf; in hostapd_reload_config()
316 hapd->iconf = newconf; in hostapd_reload_config()
317 hapd->iconf->channel = oldconf->channel; in hostapd_reload_config()
318 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config()
319 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config()
320 hapd->iconf->ieee80211n = oldconf->ieee80211n; in hostapd_reload_config()
321 hapd->iconf->ieee80211ac = oldconf->ieee80211ac; in hostapd_reload_config()
322 hapd->iconf->ht_capab = oldconf->ht_capab; in hostapd_reload_config()
323 hapd->iconf->vht_capab = oldconf->vht_capab; in hostapd_reload_config()
324 hostapd_set_oper_chwidth(hapd->iconf, in hostapd_reload_config()
327 hapd->iconf, in hostapd_reload_config()
330 hapd->iconf, in hostapd_reload_config()
429 eloop_register_timeout(0, TU_TO_USEC(hapd->iconf->beacon_int), in hostapd_link_remove_timeout_handler()
447 eloop_register_timeout(0, TU_TO_USEC(hapd->iconf->beacon_int), in hostapd_link_remove()
1429 } else if (hapd->iconf->use_driver_iface_addr) { in hostapd_setup_bss()
1435 } while (mac_in_conf(hapd->iconf, hapd->own_addr)); in hostapd_setup_bss()
1498 conf->wmm_enabled = hapd->iconf->ieee80211n | in hostapd_setup_bss()
1499 hapd->iconf->ieee80211ax; in hostapd_setup_bss()
1784 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl()
2050 if (hapd->iconf->country[0] && hapd->iconf->country[1]) { in setup_interface()
2057 os_memcpy(country, hapd->iconf->country, 3); in setup_interface()
2538 hostapd_set_freq(hapd, hapd->iconf->hw_mode, iface->freq, in hostapd_setup_interface_complete_sync()
2539 hapd->iconf->channel, in hostapd_setup_interface_complete_sync()
2540 hapd->iconf->enable_edmg, in hostapd_setup_interface_complete_sync()
2541 hapd->iconf->edmg_channel, in hostapd_setup_interface_complete_sync()
2542 hapd->iconf->ieee80211n, in hostapd_setup_interface_complete_sync()
2543 hapd->iconf->ieee80211ac, in hostapd_setup_interface_complete_sync()
2544 hapd->iconf->ieee80211ax, in hostapd_setup_interface_complete_sync()
2545 hapd->iconf->ieee80211be, in hostapd_setup_interface_complete_sync()
2546 hapd->iconf->secondary_channel, in hostapd_setup_interface_complete_sync()
2547 hostapd_get_oper_chwidth(hapd->iconf), in hostapd_setup_interface_complete_sync()
2549 hapd->iconf), in hostapd_setup_interface_complete_sync()
2551 hapd->iconf))) { in hostapd_setup_interface_complete_sync()
2569 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2570 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()
2571 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
2577 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2578 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()
2579 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
2606 if (hapd->iconf->mbssid) { in hostapd_setup_interface_complete_sync()
2607 for (j = 0; hapd->iconf->mbssid && j < iface->num_bss; j++) { in hostapd_setup_interface_complete_sync()
2663 if (hapd->iconf->fst_cfg.group_id[0]) { in hostapd_setup_interface_complete_sync()
2668 &iface_obj, &hapd->iconf->fst_cfg); in hostapd_setup_interface_complete_sync()
2671 hapd->iconf->fst_cfg.group_id); in hostapd_setup_interface_complete_sync()
2889 hapd->iconf = conf; in hostapd_alloc_bss_data()
3051 if (!hapd->iconf || !hapd->iconf->ieee80211be || !conf->mld_ap || in hostapd_bss_setup_multi_link()
3547 if (hostapd_config_check(bss->iconf, 1) < 0) { in hostapd_reload_bss_only()
4457 hapd->iconf->ch_switch_eht_config |= CH_SWITCH_EHT_ENABLED; in hostapd_chan_switch_config()
4459 hapd->iconf->ch_switch_eht_config |= CH_SWITCH_EHT_DISABLED; in hostapd_chan_switch_config()
4462 hapd->iconf->ch_switch_he_config |= CH_SWITCH_HE_ENABLED; in hostapd_chan_switch_config()
4464 hapd->iconf->ch_switch_he_config |= CH_SWITCH_HE_DISABLED; in hostapd_chan_switch_config()
4467 hapd->iconf->ch_switch_vht_config |= CH_SWITCH_VHT_ENABLED; in hostapd_chan_switch_config()
4469 hapd->iconf->ch_switch_vht_config |= CH_SWITCH_VHT_DISABLED; in hostapd_chan_switch_config()
4474 hapd->iconf->ch_switch_eht_config, in hostapd_chan_switch_config()
4475 hapd->iconf->ch_switch_he_config, in hostapd_chan_switch_config()
4476 hapd->iconf->ch_switch_vht_config); in hostapd_chan_switch_config()
4951 punct_bitmap = hapd->iconf->punct_bitmap; in hostapd_get_punct_bitmap()