Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c213 if (hapd->conf->mbo_enabled) in hostapd_ext_capab_byte()
249 if (hapd->conf->mbo_enabled && len < 6) in hostapd_eid_ext_capab()
528 if (!hapd->conf->mbo_enabled) in hostapd_eid_mbo()
550 if (!hapd->conf->mbo_enabled) in hostapd_mbo_ie_len()
Dmbo_ap.c90 if (!hapd->conf->mbo_enabled || !elems->mbo) in mbo_ap_check_sta_assoc()
217 if (!hapd->conf->mbo_enabled) in mbo_ap_wnm_notification_req()
Dap_config.h585 int mbo_enabled; member
Dap_config.c878 if (full_config && bss->mbo_enabled && (bss->wpa & 2) && in hostapd_config_check_bss()
Dap_drv_ops.c171 if (hapd->conf->mbo_enabled) { in hostapd_build_ap_extra_ies()
Ddrv_callbacks.c358 if (hapd->conf->mbo_enabled && (hapd->conf->wpa & 2) && in hostapd_notif_assoc()
Dieee802_11.c1734 if (hapd->conf->mbo_enabled && (hapd->conf->wpa & 2) && in check_assoc_ies()
2084 if (hapd->conf->mbo_enabled && hapd->mbo_assoc_disallow) { in handle_assoc()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1337 if (!hapd->conf->mbo_enabled) in hostapd_ctrl_iface_set()
Dconfig_file.c3307 bss->mbo_enabled = atoi(pos); in hostapd_config_fill()