Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDieee80211.h270 #define IEEE80211_HT_CAP_LSIG_TXOP_PROT IEEE80211_HTCAP_LSIGTXOPPROT
/freebsd-13-stable/sys/net80211/
HDieee80211.h725 #define IEEE80211_HTCAP_LSIGTXOPPROT 0x8000 /* L-SIG TXOP prot */ macro
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c463 if ((hcaps & IEEE80211_HTCAP_LSIGTXOPPROT) != 0) in wlan_htcaps_to_snmp()