Searched refs:nextchan (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_regdomain.c238 uint8_t nextchan, chans[IEEE80211_CHAN_BYTES], *frm; local
273 nextchan = 0; /* NB: impossible channel # */
289 if (c->ic_ieee != nextchan ||
302 nextchan = c->ic_ieee + 1; /* overflow? */
306 nextchan++;
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h338 const MWL_HAL_CHANNEL *nextchan, uint32_t mode, uint32_t count);
H A Dmwlhal.c894 const MWL_HAL_CHANNEL *nextchan, uint32_t mode, uint32_t count)
903 pCmd->Next11hChannel = htole32(nextchan->channel);
906 pCmd->ChannelFlags = cvtChannelFlags(nextchan);
893 mwl_hal_setchannelswitchie(struct mwl_hal *mh0, const MWL_HAL_CHANNEL *nextchan, uint32_t mode, uint32_t count) argument

Completed in 114 milliseconds