Home
last modified time | relevance | path

Searched refs:OCE_IS_STA_CFON (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmbo.c116 if (oce && oce[1] >= 1 && (oce[2] & OCE_IS_STA_CFON)) in wpas_mbo_check_pmf()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_shared.c819 ctrl |= OCE_IS_STA_CFON; in hostapd_eid_mbo()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1707 #define OCE_IS_STA_CFON BIT(3) macro