Searched refs:nextchan (Results 1 – 3 of 3) sorted by relevance
260 uint8_t nextchan, chans[IEEE80211_CHAN_BYTES], *frm; in ieee80211_alloc_countryie() local295 nextchan = 0; /* NB: impossible channel # */ in ieee80211_alloc_countryie()311 if (c->ic_ieee != nextchan || in ieee80211_alloc_countryie()324 nextchan = c->ic_ieee + 1; /* overflow? */ in ieee80211_alloc_countryie()328 nextchan++; in ieee80211_alloc_countryie()
336 const MWL_HAL_CHANNEL *nextchan, uint32_t mode, uint32_t count);
885 const MWL_HAL_CHANNEL *nextchan, uint32_t mode, uint32_t count) in mwl_hal_setchannelswitchie() argument894 pCmd->Next11hChannel = htole32(nextchan->channel); in mwl_hal_setchannelswitchie()897 pCmd->ChannelFlags = cvtChannelFlags(nextchan); in mwl_hal_setchannelswitchie()