Home
last modified time | relevance | path

Searched refs:FD_FRAME_CTL_RSN_INFO_PRESENT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c1964 ctl |= FD_FRAME_CTL_RSN_INFO_PRESENT; in hostapd_gen_fils_discovery()
2034 if (ctl & FD_FRAME_CTL_RSN_INFO_PRESENT) { in hostapd_gen_fils_discovery()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2966 #define FD_FRAME_CTL_RSN_INFO_PRESENT ((u16) BIT(11)) macro