Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_node.h142 #define IEEE80211_NODE_SGI20 0x008000 /* Short GI in HT20 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()
1873 ni->ni_flags |= IEEE80211_NODE_SGI20; in htcap_update_shortgi()
H A Dieee80211_ioctl.c420 if (ni->ni_flags & IEEE80211_NODE_SGI20) in get_sta_info()
/f-stack/tools/ifconfig/
H A Difieee80211.c122 #define IEEE80211_NODE_SGI20 0x008000 /* Short GI in HT20 enabled */ macro
2685 if (flags & IEEE80211_NODE_SGI20) in getflags()
2687 } else if (flags & IEEE80211_NODE_SGI20) in getflags()