Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_node.h143 #define IEEE80211_NODE_SGI40 0x010000 /* Short GI in HT40 enabled */ macro
277 IEEE80211_NODE_RIFS | IEEE80211_NODE_SGI20 | IEEE80211_NODE_SGI40)
H A Dieee80211_ht.c1870 ni->ni_flags &= ~(IEEE80211_NODE_SGI20|IEEE80211_NODE_SGI40); in htcap_update_shortgi()
1876 ni->ni_flags |= IEEE80211_NODE_SGI40; in htcap_update_shortgi()
H A Dieee80211_ioctl.c415 if (ni->ni_flags & IEEE80211_NODE_SGI40) in get_sta_info()
/f-stack/tools/ifconfig/
H A Difieee80211.c123 #define IEEE80211_NODE_SGI40 0x010000 /* Short GI in HT40 enabled */ macro
2683 if (flags & IEEE80211_NODE_SGI40) { in getflags()