OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IEEE80211_CHAN_2GHZ
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
ieee802_11_radio.h
223
#define
IEEE80211_CHAN_2GHZ
0x00080 /* 2 GHz spectrum channel. */
240
(
IEEE80211_CHAN_2GHZ
| IEEE80211_CHAN_CCK)
242
(
IEEE80211_CHAN_2GHZ
| IEEE80211_CHAN_DYN)
246
(
IEEE80211_CHAN_2GHZ
| IEEE80211_CHAN_DYN | IEEE80211_CHAN_TURBO)
/external/wpa_supplicant_8/src/utils/
radiotap.h
220
#define
IEEE80211_CHAN_2GHZ
0x0080 /* 2 GHz spectrum channel. */
Completed in 30 milliseconds