Searched refs:IEEE80211_CHAN_5GHZ (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/io/net80211/ |
H A D | net80211_impl.h | 125 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM) 133 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_TURBO) 140 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_GFSK | \
|
H A D | net80211.c | 277 } else if (flags & IEEE80211_CHAN_5GHZ) { /* 5Ghz band */ in ieee80211_ieee2mhz()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | net80211.h | 167 #define IEEE80211_CHAN_5GHZ 0x00000100 /* 5 GHz spectrum channel */ macro 196 (((_c)->ich_flags & IEEE80211_CHAN_5GHZ) != 0)
|
/titanic_50/usr/src/uts/common/io/uath/ |
H A D | uath_var.h | 49 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
|
/titanic_50/usr/src/uts/common/io/mwl/ |
H A D | mwl_var.h | 98 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM) 127 (((_c)->ic_flags & IEEE80211_CHAN_5GHZ) != 0)
|
H A D | mwl.c | 2495 else if (((chan)->ic_flags & IEEE80211_CHAN_5GHZ) != 0) in mwl_mapchan()
|
/titanic_50/usr/src/uts/common/io/rum/ |
H A D | rum.c | 2300 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM) in rum_attach() 2309 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in rum_attach() 2314 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in rum_attach() 2319 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in rum_attach() 2324 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in rum_attach()
|
/titanic_50/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 263 (((_c)->ich_flags & IEEE80211_CHAN_5GHZ) != 0) 497 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in ipw2200_attach() 499 IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM; in ipw2200_attach() 503 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in ipw2200_attach() 505 IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM; in ipw2200_attach()
|
/titanic_50/usr/src/uts/common/io/ural/ |
H A D | ural.c | 2260 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM) in ural_attach() 2269 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in ural_attach() 2274 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in ural_attach() 2279 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in ural_attach()
|
/titanic_50/usr/src/uts/common/io/ral/ |
H A D | rt2560.c | 2488 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM) in rt2560_attach() 2497 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in rt2560_attach() 2502 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in rt2560_attach() 2507 ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ); in rt2560_attach()
|