Symbol: IEEE80211_CHAN_MAX
sbin/ifconfig/ifieee80211.c
1096
if (first > IEEE80211_CHAN_MAX)
sbin/ifconfig/ifieee80211.c
1098
first, IEEE80211_CHAN_MAX);
sbin/ifconfig/ifieee80211.c
1102
if (first > IEEE80211_CHAN_MAX)
sbin/ifconfig/ifieee80211.c
1104
first, IEEE80211_CHAN_MAX);
sbin/ifconfig/ifieee80211.c
1105
if (last > IEEE80211_CHAN_MAX)
sbin/ifconfig/ifieee80211.c
1107
last, IEEE80211_CHAN_MAX);
sbin/ifconfig/ifieee80211.c
2188
if (ci->ic_nchans == IEEE80211_CHAN_MAX) {
sys/bus/u4b/wlan/if_mtw.c
655
mtw_getradiocaps(ic, IEEE80211_CHAN_MAX, &ic->ic_nchans,
sys/bus/u4b/wlan/if_rum.c
546
rum_getradiocaps(ic, IEEE80211_CHAN_MAX, &ic->ic_nchans,
sys/dev/netif/ath/ath/if_ath.c
6098
status = ath_hal_init_channels(ah, ic->ic_channels, IEEE80211_CHAN_MAX,
sys/dev/netif/bwn/bwn/if_bwn.c
1572
bwn_addchannels(ic->ic_channels, IEEE80211_CHAN_MAX,
sys/dev/netif/bwn/bwn/if_bwn.c
1577
bwn_addchannels(ic->ic_channels, IEEE80211_CHAN_MAX,
sys/dev/netif/bwn/bwn/if_bwn.c
1582
bwn_addchannels(ic->ic_channels, IEEE80211_CHAN_MAX,
sys/dev/netif/bwn/bwn/if_bwn.c
1588
bwn_addchannels(ic->ic_channels, IEEE80211_CHAN_MAX,
sys/dev/netif/bwn/bwn/if_bwnvar.h
202
struct bwn_channel channels[IEEE80211_CHAN_MAX];
sys/dev/netif/iwm/if_iwm.c
6397
iwm_init_channel_map(ic, IEEE80211_CHAN_MAX, &ic->ic_nchans,
sys/dev/netif/iwn/if_iwn.c
2575
iwn_read_eeprom_band(sc, n, IEEE80211_CHAN_MAX, &ic->ic_nchans,
sys/dev/netif/iwn/if_iwn.c
2578
iwn_read_eeprom_ht40(sc, n, IEEE80211_CHAN_MAX, &ic->ic_nchans,
sys/dev/netif/iwn/if_iwnvar.h
372
int8_t maxpwr[IEEE80211_CHAN_MAX];
sys/dev/netif/wpi/if_wpi.c
1511
wpi_read_eeprom_band(sc, n, IEEE80211_CHAN_MAX, &ic->ic_nchans,
sys/dev/netif/wpi/if_wpivar.h
265
int8_t maxpwr[IEEE80211_CHAN_MAX];
sys/netproto/802_11/_ieee80211.h
155
#define IEEE80211_CHAN_BYTES howmany(IEEE80211_CHAN_MAX, NBBY)
sys/netproto/802_11/ieee80211_dfs.h
41
int nol_event[IEEE80211_CHAN_MAX];
sys/netproto/802_11/ieee80211_scan.h
72
#define IEEE80211_SCAN_MAX IEEE80211_CHAN_MAX
sys/netproto/802_11/ieee80211_var.h
192
struct ieee80211_channel ic_channels[IEEE80211_CHAN_MAX];
sys/netproto/802_11/wlan/ieee80211.c
140
KASSERT(0 < ic->ic_nchans && ic->ic_nchans <= IEEE80211_CHAN_MAX,
sys/netproto/802_11/wlan/ieee80211_ddb.c
591
struct ieee80211_channel ic_channels[IEEE80211_CHAN_MAX];
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2134
if (!(1 <= nchans && nchans <= IEEE80211_CHAN_MAX)) {
sys/netproto/802_11/wlan/ieee80211_regdomain.c
134
ieee80211_add_channel_list_2ghz(chans, IEEE80211_CHAN_MAX,
sys/netproto/802_11/wlan/ieee80211_regdomain.c
139
ieee80211_add_channel_list_5ghz(chans, IEEE80211_CHAN_MAX,
sys/netproto/802_11/wlan/ieee80211_regdomain.c
142
ieee80211_add_channel_list_5ghz(chans, IEEE80211_CHAN_MAX,
sys/netproto/802_11/wlan/ieee80211_regdomain.c
145
ieee80211_add_channel_list_5ghz(chans, IEEE80211_CHAN_MAX,
sys/netproto/802_11/wlan/ieee80211_regdomain.c
362
if (reg->chaninfo.ic_nchans > IEEE80211_CHAN_MAX) {
sys/netproto/802_11/wlan/ieee80211_regdomain.c
365
reg->chaninfo.ic_nchans, IEEE80211_CHAN_MAX);
sys/netproto/802_11/wlan/ieee80211_regdomain.c
436
(IEEE80211_CHAN_MAX - ic->ic_nchans) *
tools/tools/ath/athrd/athrd.c
1014
struct ieee80211_channel achans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1015
int16_t atxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1016
struct ieee80211_channel bchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1017
int16_t btxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1018
struct ieee80211_channel gchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1019
int16_t gtxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1020
struct ieee80211_channel tchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1021
int16_t ttxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1022
struct ieee80211_channel tgchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1023
int16_t tgtxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1024
struct ieee80211_channel nchans[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1025
int16_t ntxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1177
if (ath_hal_getchannels(&ahp.h, gchans, IEEE80211_CHAN_MAX, &ng,
tools/tools/ath/athrd/athrd.c
1188
if (ath_hal_getchannels(&ahp.h, bchans, IEEE80211_CHAN_MAX, &nb,
tools/tools/ath/athrd/athrd.c
1199
if (ath_hal_getchannels(&ahp.h, achans, IEEE80211_CHAN_MAX, &na,
tools/tools/ath/athrd/athrd.c
1210
if (ath_hal_getchannels(&ahp.h, tchans, IEEE80211_CHAN_MAX, &nt,
tools/tools/ath/athrd/athrd.c
1221
if (ath_hal_getchannels(&ahp.h, tgchans, IEEE80211_CHAN_MAX, &ntg,
tools/tools/ath/athrd/athrd.c
1232
if (ath_hal_getchannels(&ahp.h, nchans, IEEE80211_CHAN_MAX, &nn,