Searched refs:IEEE80211_F_SHSLOT (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c388 ic->ic_flags |= IEEE80211_F_SHSLOT;
390 ic->ic_flags &= ~IEEE80211_F_SHSLOT;
H A Dnet80211_output.c412 if (ic->ic_flags & IEEE80211_F_SHSLOT)
H A Dnet80211_input.c1466 ic->ic_flags&IEEE80211_F_SHSLOT ? "short" : "long",
H A Dnet80211_node.c668 (ic->ic_flags & IEEE80211_F_SHSLOT) ? "short" : "long",
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h119 #define IEEE80211_F_SHSLOT 0x00000400 macro
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1354 if (ic->ic_flags & IEEE80211_F_SHSLOT)
3408 if (ic->ic_flags & IEEE80211_F_SHSLOT)
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c3854 if (ic->ic_flags & IEEE80211_F_SHSLOT) {
5289 if (ic->ic_flags & IEEE80211_F_SHSLOT) {
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c3551 if (ic->ic_flags & IEEE80211_F_SHSLOT)
6165 if (ic->ic_flags & IEEE80211_F_SHSLOT) {
6214 if (ic->ic_flags & IEEE80211_F_SHSLOT)
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c1227 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1151 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2437 ic->ic_flags & IEEE80211_F_SHSLOT)
2843 ic->ic_flags & IEEE80211_F_SHSLOT) {
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c4038 if (ic->ic_flags & IEEE80211_F_SHSLOT) {
5768 if (ic->ic_flags & IEEE80211_F_SHSLOT) {
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c5903 if (ic->ic_flags & IEEE80211_F_SHSLOT)
6014 if (ic->ic_flags & IEEE80211_F_SHSLOT)
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1768 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1296 tmp |= (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;

Completed in 188 milliseconds