Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h126 #define IEEE80211_CHAN_B \ macro
151 (((_c)->ich_flags & IEEE80211_CHAN_B) == IEEE80211_CHAN_B)
H A Dnet80211.c387 IEEE80211_CHAN_B, /* IEEE80211_MODE_11B */ in ieee80211_setmode()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h99 #define IEEE80211_CHAN_B \ macro
134 (((_c)->ic_flags & IEEE80211_CHAN_B) == IEEE80211_CHAN_B)
H A Dmwl.c1547 c[-1].ic_flags = IEEE80211_CHAN_B; in addchannels()