Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDieee80211.h118 #define WLAN_CAPABILITY_SHORT_PREAMBLE __LINE__ /* TODO FIXME brcmfmac */ macro
/freebsd-13-stable/contrib/wpa/src/common/
HDieee802_11_defs.h110 #define WLAN_CAPABILITY_SHORT_PREAMBLE BIT(5) macro
/freebsd-13-stable/contrib/wpa/src/ap/
HDieee802_11.c297 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in hostapd_own_capab_info()
5619 if (sta->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in handle_assoc()
5624 if (!(sta->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) && in handle_assoc()
/freebsd-13-stable/contrib/wpa/src/p2p/
HDp2p.c2312 host_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE | in p2p_build_probe_resp_buf()