Symbol: mwl_channel
usr/src/uts/common/io/mwl/mwl.c
1462
addchan(struct mwl_channel *c, int freq, int flags, int ieee, int txpow)
usr/src/uts/common/io/mwl/mwl.c
1472
static const struct mwl_channel *
usr/src/uts/common/io/mwl/mwl.c
1473
findchannel(const struct mwl_channel chans[], int nchans,
usr/src/uts/common/io/mwl/mwl.c
1476
const struct mwl_channel *c;
usr/src/uts/common/io/mwl/mwl.c
1488
addht40channels(struct mwl_channel chans[], int maxchans, int *nchans,
usr/src/uts/common/io/mwl/mwl.c
1491
struct mwl_channel *c;
usr/src/uts/common/io/mwl/mwl.c
1492
const struct mwl_channel *extc;
usr/src/uts/common/io/mwl/mwl.c
1525
addchannels(struct mwl_channel chans[], int maxchans, int *nchans,
usr/src/uts/common/io/mwl/mwl.c
1528
struct mwl_channel *c;
usr/src/uts/common/io/mwl/mwl.c
1593
struct mwl_channel chans[])
usr/src/uts/common/io/mwl/mwl.c
240
struct mwl_channel *);
usr/src/uts/common/io/mwl/mwl.c
241
static void addchannels(struct mwl_channel *, int, int *,
usr/src/uts/common/io/mwl/mwl.c
243
static void addht40channels(struct mwl_channel *, int, int *,
usr/src/uts/common/io/mwl/mwl.c
245
static const struct mwl_channel *
usr/src/uts/common/io/mwl/mwl.c
2455
mwl_chan_set(struct mwl_softc *sc, struct mwl_channel *chan)
usr/src/uts/common/io/mwl/mwl.c
246
findchannel(const struct mwl_channel *, int,
usr/src/uts/common/io/mwl/mwl.c
248
static void addchan(struct mwl_channel *, int, int, int, int);
usr/src/uts/common/io/mwl/mwl.c
2497
mwl_mapchan(MWL_HAL_CHANNEL *hc, const struct mwl_channel *chan)
usr/src/uts/common/io/mwl/mwl.c
250
static int mwl_chan_set(struct mwl_softc *, struct mwl_channel *);
usr/src/uts/common/io/mwl/mwl.c
251
static void mwl_mapchan(MWL_HAL_CHANNEL *, const struct mwl_channel *);
usr/src/uts/common/io/mwl/mwl.c
2523
mwl_chan2mode(const struct mwl_channel *chan)
usr/src/uts/common/io/mwl/mwl.c
255
const struct mwl_channel *);
usr/src/uts/common/io/mwl/mwl.c
2558
mwl_get_suprates(struct ieee80211com *ic, const struct mwl_channel *c)
usr/src/uts/common/io/mwl/mwl.c
261
mwl_chan2mode(const struct mwl_channel *);
usr/src/uts/common/io/mwl/mwl_var.h
531
struct mwl_channel sc_channels[IEEE80211_CHAN_MAX];
usr/src/uts/common/io/mwl/mwl_var.h
532
struct mwl_channel *sc_cur_chan;