Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_5GHZ (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h177 #define IEEE80211_CHAN_5GHZ 0x00000100 /* 5 GHz spectrum channel */ macro
221 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
236 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_GFSK | \
265 (((_c)->ic_flags & IEEE80211_CHAN_5GHZ) != 0)
H A Dieee80211_radiotap.h248 #define IEEE80211_CHAN_5GHZ 0x00000100 /* 5 GHz spectrum channel */ macro
H A Dieee80211_regdomain.c304 skip |= IEEE80211_CHAN_5GHZ; in ieee80211_alloc_countryie()
H A Dieee80211.c1043 } else if (flags & IEEE80211_CHAN_5GHZ) { /* 5Ghz band */ in ieee80211_mhz2ieee()
1100 } else if (flags & IEEE80211_CHAN_5GHZ) {/* 5Ghz band */ in ieee80211_ieee2mhz()
H A Dieee80211_hostap.c152 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_HALF | in isbandchange()
/f-stack/tools/ifconfig/
H A Difieee80211.c1552 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1555 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1561 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1564 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1584 if (_flags & IEEE80211_CHAN_5GHZ) \
2138 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ))); in checkchan()
2142 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ))); in checkchan()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2666 if (flags & IEEE80211_CHAN_5GHZ) { in ar9300_get_channel_edges()