Lines Matching defs:flags
51 uint32_t ieee80211_debug = 0x0; /* debug msg flags */
243 ieee80211_err("invalid channel freq %u flags %x\n",
254 * flags specify whether the frequency is in the 2GHz ISM
268 ieee80211_ieee2mhz(uint32_t chan, uint32_t flags)
270 if (flags & IEEE80211_CHAN_2GHZ) { /* 2GHz band */
277 } else if (flags & IEEE80211_CHAN_5GHZ) { /* 5Ghz band */
515 ieee80211_err("cannot map channel to mode; freq %u flags 0x%x\n",
533 * Locate a channel given a frequency+flags. We cache
538 ieee80211_find_channel(ieee80211com_t *ic, int freq, int flags)
543 flags &= IEEE80211_CHAN_ALLTURBO;
548 (c->ich_flags & IEEE80211_CHAN_ALLTURBO) == flags)
760 "freq %u flags%x number %u\n",