Symbol: ieee80211_mhz2ieee
sys/dev/ic/ar5xxx.c
1135
athchan = (ar5k_bitswap((ieee80211_mhz2ieee(channel->c_channel,
sys/dev/ic/ar5xxx.c
1195
ath_channel = ieee_channel = ieee80211_mhz2ieee(channel->c_channel,
sys/dev/ic/ar5xxx.c
391
min = ieee80211_mhz2ieee(IEEE80211_CHANNELS_2GHZ_MIN,
sys/dev/ic/ar5xxx.c
393
max = ieee80211_mhz2ieee(IEEE80211_CHANNELS_2GHZ_MAX,
sys/dev/ic/ar5xxx.c
409
min = ieee80211_mhz2ieee(IEEE80211_CHANNELS_5GHZ_MIN,
sys/dev/ic/ar5xxx.c
411
max = ieee80211_mhz2ieee(IEEE80211_CHANNELS_5GHZ_MAX,
sys/dev/ic/ath.c
2927
ix = ieee80211_mhz2ieee(c->channel, c->channelFlags);
sys/dev/ic/bwfm.c
1875
chanspec = ieee80211_mhz2ieee(c->ic_freq, 0) & BWFM_CHANSPEC_CHAN_MASK;
sys/dev/ic/bwfm.c
1891
chanspec = ieee80211_mhz2ieee(c->ic_freq, 0) & BWFM_CHANSPEC_CHAN_MASK;
sys/dev/ic/pgt.c
1897
chan = ieee80211_mhz2ieee(letoh16(freqs->pof_freqlist_mhz[i]),
sys/dev/ic/pgt.c
2389
ap.wi_chan = ieee80211_mhz2ieee(letoh16(pob->pob_channel), 0);
sys/dev/ic/pgt.c
989
n = ieee80211_mhz2ieee(letoh32(pha->pra_frequency), 0);
sys/dev/ic/qwx.c
12804
chnum = ieee80211_mhz2ieee(freq, IEEE80211_CHAN_2GHZ);
sys/dev/ic/qwx.c
12840
chnum = ieee80211_mhz2ieee(freq, IEEE80211_CHAN_5GHZ);
sys/dev/ic/qwx.c
13198
sc->scan_channel = ieee80211_mhz2ieee(freq, 0);
sys/dev/ic/qwx.c
13396
idx = ieee80211_mhz2ieee(ch_info_ev.freq, 0);
sys/dev/ic/qwz.c
10499
chnum = ieee80211_mhz2ieee(freq, IEEE80211_CHAN_2GHZ);
sys/dev/ic/qwz.c
10534
chnum = ieee80211_mhz2ieee(freq, IEEE80211_CHAN_5GHZ);
sys/dev/ic/qwz.c
10891
sc->scan_channel = ieee80211_mhz2ieee(freq, 0);
sys/dev/ic/qwz.c
11090
idx = ieee80211_mhz2ieee(ch_info_ev.freq, 0);
sys/dev/pci/if_iwm.c
7561
chan->channel_num = htole16(ieee80211_mhz2ieee(c->ic_freq, 0));
sys/dev/pci/if_iwm.c
7589
chan->channel_num = ieee80211_mhz2ieee(c->ic_freq, 0);
sys/dev/pci/if_iwm.c
7886
ieee80211_mhz2ieee(c->ic_freq, 0);
sys/dev/pci/if_iwx.c
7196
channel_num = ieee80211_mhz2ieee(c->ic_freq, 0);
sys/dev/pci/if_iwx.c
7239
channel_num = ieee80211_mhz2ieee(c->ic_freq, 0);
sys/dev/pci/if_mwx.c
3448
channel_num = ieee80211_mhz2ieee(c->ic_freq, 0);
sys/dev/pci/if_mwx.c
3692
req.control_ch = ieee80211_mhz2ieee(channel->ic_freq,
sys/dev/pci/if_mwx.c
3694
req.center_ch = ieee80211_mhz2ieee(channel->ic_freq,
sys/dev/usb/if_upgt.c
1045
channel = ieee80211_mhz2ieee(letoh16(freq3[i].freq), 0);
sys/dev/usb/if_upgt.c
1079
channel = ieee80211_mhz2ieee(letoh16(freq4_1[i].freq), 0);
sys/dev/usb/if_upgt.c
1108
channel = ieee80211_mhz2ieee(letoh16(freq6[i].freq), 0);
sys/net80211/ieee80211_var.h
507
u_int ieee80211_mhz2ieee(u_int, u_int);