Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_ANY (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dnet80211.h189 #define IEEE80211_CHAN_ANY 0xffff /* token for ``any channel'' */ macro
191 ((struct ieee80211_channel *)IEEE80211_CHAN_ANY)
/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211.c241 return (IEEE80211_CHAN_ANY); in ieee80211_chan2ieee()
H A Dnet80211_ioctl.c1815 if (ch == 0 || ch == (int16_t)IEEE80211_CHAN_ANY) { in wl_set_phy()
/titanic_50/usr/src/uts/common/io/zyd/
H A Dzyd.c986 if (chan == 0 || chan == IEEE80211_CHAN_ANY) { in zyd_newstate()
/titanic_50/usr/src/uts/common/io/ural/
H A Dural.c1012 if (chan == 0 || chan == IEEE80211_CHAN_ANY) in ural_set_chan()
/titanic_50/usr/src/uts/common/io/rum/
H A Drum.c1127 if (chan == 0 || chan == IEEE80211_CHAN_ANY) in rum_set_chan()
/titanic_50/usr/src/uts/common/io/ral/
H A Drt2560.c331 if (chan == 0 || chan == IEEE80211_CHAN_ANY) in rt2560_set_chan()
/titanic_50/usr/src/uts/common/io/rwd/
H A Drt2661.c2342 if (chan == 0 || chan == IEEE80211_CHAN_ANY) in rt2661_set_chan()
/titanic_50/usr/src/uts/common/io/rtw/
H A Drtw.c1775 if (chan == IEEE80211_CHAN_ANY) { in rtw_tune()
/titanic_50/usr/src/uts/common/io/rwn/
H A Drt2860.c2178 if (chan == 0 || chan == IEEE80211_CHAN_ANY) { in rt2860_set_chan()
/titanic_50/usr/src/uts/common/io/mwl/
H A Dmwl.c2991 if (chan != 0 && chan != IEEE80211_CHAN_ANY) { in mwl_newstate()