Home
last modified time | relevance | path

Searched refs:IEEE80211_NODE_SGI40 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/net80211/
HDieee80211_node.h136 #define IEEE80211_NODE_SGI40 0x010000 /* Short GI in HT40 enabled */ macro
248 IEEE80211_NODE_RIFS | IEEE80211_NODE_SGI20 | IEEE80211_NODE_SGI40)
HDieee80211_ht.c1553 ni->ni_flags &= ~(IEEE80211_NODE_SGI20|IEEE80211_NODE_SGI40); in htcap_update_shortgi()
1559 ni->ni_flags |= IEEE80211_NODE_SGI40; in htcap_update_shortgi()
HDieee80211_ioctl.c410 if (ni->ni_flags & IEEE80211_NODE_SGI40) in get_sta_info()
/NextBSD/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c2634 #define IEEE80211_NODE_SGI40 0x010000 /* Short GI in HT40 enabled */ macro
2675 if ((pstate & IEEE80211_NODE_SGI40) != 0) in wlan_peerstate_to_snmp()
/NextBSD/sbin/ifconfig/
HDifieee80211.c118 #define IEEE80211_NODE_SGI40 0x010000 /* Short GI in HT40 enabled */ macro
2442 if (flags & IEEE80211_NODE_SGI40) { in getflags()