Home
last modified time | relevance | path

Searched refs:mbo_assoc_disallow (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
Dieee802_11_shared.c762 if (hapd->conf->mbo_enabled && hapd->mbo_assoc_disallow) { in hostapd_eid_mbo()
765 *mbo_pos++ = hapd->mbo_assoc_disallow; in hostapd_eid_mbo()
800 len += 3 + (hapd->mbo_assoc_disallow ? 3 : 0); in hostapd_mbo_ie_len()
Dhostapd.h364 unsigned int mbo_assoc_disallow; member
Dieee802_11.c5619 if (hapd->conf->mbo_enabled && hapd->mbo_assoc_disallow) { in handle_assoc()
/freebsd-12-stable/contrib/wpa/hostapd/
Dctrl_iface.c1510 hapd->mbo_assoc_disallow = val; in hostapd_ctrl_iface_set()