Searched refs:IEEE80211_NODE_SGI20 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_node.h135 #define IEEE80211_NODE_SGI20 0x008000 /* Short GI in HT20 enabled */ macro
243 IEEE80211_NODE_RIFS | IEEE80211_NODE_SGI20 | IEEE80211_NODE_SGI40)
H A Dieee80211_ht.c1505 ni->ni_flags &= ~(IEEE80211_NODE_SGI20|IEEE80211_NODE_SGI40);
1508 ni->ni_flags |= IEEE80211_NODE_SGI20;
H A Dieee80211_ioctl.c419 if (ni->ni_flags & IEEE80211_NODE_SGI20)
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2633 #define IEEE80211_NODE_SGI20 0x008000 /* Short GI in HT20 enabled */ macro
2673 if ((pstate & IEEE80211_NODE_SGI20) != 0)
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c115 #define IEEE80211_NODE_SGI20 0x008000 /* Short GI in HT20 enabled */ macro
2406 if (flags & IEEE80211_NODE_SGI20)
2408 } else if (flags & IEEE80211_NODE_SGI20)

Completed in 183 milliseconds