Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_HALF (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h181 ((_c)->ich_flags & IEEE80211_CHAN_HALF)
185 ((_c)->ich_flags & (IEEE80211_CHAN_QUARTER | IEEE80211_CHAN_HALF))
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h88 #define IEEE80211_CHAN_HALF 0x00004000 /* Half rate channel */ macro
160 (((_c)->ic_flags & IEEE80211_CHAN_HALF) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h178 #define IEEE80211_CHAN_HALF 0x00004000 /* Half rate channel */ macro