Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h183 ((_c)->ich_flags & IEEE80211_CHAN_QUARTER)
185 ((_c)->ich_flags & (IEEE80211_CHAN_QUARTER | IEEE80211_CHAN_HALF))
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h89 #define IEEE80211_CHAN_QUARTER 0x00008000 /* Quarter rate channel */ macro
163 (((_c)->ic_flags & IEEE80211_CHAN_QUARTER) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h179 #define IEEE80211_CHAN_QUARTER 0x00008000 /* Quarter rate channel */ macro