Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.c213 if (hapd->conf->mbo_enabled) in hostapd_ext_capab_byte()
266 if (hapd->conf->mbo_enabled && len < 6) in hostapd_eid_ext_capab()
550 if (!hapd->conf->mbo_enabled) in hostapd_eid_mbo()
572 if (!hapd->conf->mbo_enabled) in hostapd_mbo_ie_len()
Dap_config.h602 int mbo_enabled; member
Dap_config.c927 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.c365 if (hapd->conf->mbo_enabled && (hapd->conf->wpa & 2) && in hostapd_notif_assoc()
Dieee802_11.c2163 if (hapd->conf->mbo_enabled && (hapd->conf->wpa & 2) && in check_assoc_ies()
2694 if (hapd->conf->mbo_enabled && hapd->mbo_assoc_disallow) { in handle_assoc()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1367 if (!hapd->conf->mbo_enabled) in hostapd_ctrl_iface_set()
Dconfig_file.c3447 bss->mbo_enabled = atoi(pos); in hostapd_config_fill()