Home
last modified time | relevance | path

Searched refs:mbo_enabled (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/src/ap/
Dmbo_ap.c89 if (!hapd->conf->mbo_enabled || !elems->mbo) in mbo_ap_check_sta_assoc()
216 if (!hapd->conf->mbo_enabled) in mbo_ap_wnm_notification_req()
Dieee802_11_shared.c418 if (hapd->conf->mbo_enabled) in hostapd_ext_capab_byte()
797 if (!hapd->conf->mbo_enabled && in hostapd_eid_mbo()
801 if (hapd->conf->mbo_enabled) { in hostapd_eid_mbo()
808 if (hapd->conf->mbo_enabled && hapd->mbo_assoc_disallow) { in hostapd_eid_mbo()
836 if (!hapd->conf->mbo_enabled && in hostapd_mbo_ie_len()
845 if (hapd->conf->mbo_enabled) in hostapd_mbo_ie_len()
Dwnm_ap.c440 if (hapd->conf->mbo_enabled) in ieee802_11_rx_bss_trans_mgmt_query()
508 if (hapd->conf->mbo_enabled) in ieee802_11_rx_bss_trans_mgmt_resp()
Dap_config.h759 int mbo_enabled; member
Dap_drv_ops.c192 if (hapd->conf->mbo_enabled || in hostapd_build_ap_extra_ies()
Dap_config.c1461 if (full_config && bss->mbo_enabled && (bss->wpa & 2) && in hostapd_config_check_bss()
Ddrv_callbacks.c689 if (hapd->conf->mbo_enabled && (hapd->conf->wpa & 2) && in hostapd_notif_assoc()
Dieee802_11.c4344 if (hapd->conf->mbo_enabled && (hapd->conf->wpa & 2) && in __check_assoc_ies()
5532 if (hapd->conf->mbo_enabled && hapd->mbo_assoc_disallow) { in handle_assoc()
/hostap-latest/hostapd/
Dctrl_iface.c1271 if (!hapd->conf->mbo_enabled) in hostapd_ctrl_iface_set()
Dconfig_file.c4478 bss->mbo_enabled = atoi(pos); in hostapd_config_fill()