Searched refs:bands (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c2739 uint8_t bands[IEEE80211_MODE_BYTES]; local
2741 memset(bands, 0, sizeof(bands));
2742 setbit(bands, IEEE80211_MODE_11B);
2743 setbit(bands, IEEE80211_MODE_11G);
2744 ieee80211_add_channels_default_2ghz(chans, maxchans, nchans, bands, 0);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_zyd.c2867 uint8_t bands[IEEE80211_MODE_BYTES]; local
2869 memset(bands, 0, sizeof(bands));
2870 setbit(bands, IEEE80211_MODE_11B);
2871 setbit(bands, IEEE80211_MODE_11G);
2872 ieee80211_add_channels_default_2ghz(chans, maxchans, nchans, bands, 0);
H A Dif_urtw.c1588 uint8_t bands[IEEE80211_MODE_BYTES]; local
1590 memset(bands, 0, sizeof(bands));
1591 setbit(bands, IEEE80211_MODE_11B);
1592 setbit(bands, IEEE80211_MODE_11G);
1593 ieee80211_add_channels_default_2ghz(chans, maxchans, nchans, bands, 0);
H A Dif_run.c4802 uint8_t bands[IEEE80211_MODE_BYTES]; local
4804 memset(bands, 0, sizeof(bands));
4805 setbit(bands, IEEE80211_MODE_11B);
4806 setbit(bands, IEEE80211_MODE_11G);
4807 ieee80211_add_channels_default_2ghz(chans, maxchans, nchans, bands, 0);
4812 setbit(bands, IEEE80211_MODE_11A);
4814 run_chan_5ghz, nitems(run_chan_5ghz), bands, 0);
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1416 uint8_t bands[IEEE80211_MODE_BYTES]; local
1420 memset(bands, 0, sizeof(bands));
1423 setbit(bands, IEEE80211_MODE_11B);
1424 setbit(bands, IEEE80211_MODE_11G);
1426 setbit(bands, IEEE80211_MODE_11A);
1439 chan, 0, channels[i].maxpwr, nflags, bands);
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c4822 uint8_t bands[IEEE80211_MODE_BYTES]; local
4824 memset(bands, 0, sizeof(bands));
4825 setbit(bands, IEEE80211_MODE_11B);
4826 setbit(bands, IEEE80211_MODE_11G);
4828 setbit(bands, IEEE80211_MODE_11NG);
4829 ieee80211_add_channels_default_2ghz(chans, maxchans, nchans, bands, 0);
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.h1919 * @bands: Frequency bands used in the scan (enum wpa_radio_work_band bitmap)
1922 unsigned int bands);
2020 * from supports bands 2.4 GHz (channels 1,6,11) and 60 GHz (channel 2) is
H A Dp2p.c3509 unsigned int bands)
3543 if (bands & BAND_60_GHZ)
3508 p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id, unsigned int bands) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h338 unsigned int bands; member in struct:wpa_radio_work
1202 * with other bands for BSS reporting.
H A Dp2p_supplicant.c362 unsigned int bands; local
441 bands = wpas_get_bands(wpa_s, params->freqs);
442 p2p_scan_ie(wpa_s->global->p2p, ies, dev_id, bands);
5103 unsigned int bands; local
5155 bands = wpas_get_bands(wpa_s, freqs);
5156 p2p_scan_ie(wpa_s->global->p2p, ies, NULL, bands);
7021 unsigned int bands; local
7028 bands = wpas_get_bands(wpa_s, NULL);
7029 p2p_scan_ie(wpa_s->global->p2p, ies, NULL, bands);
9367 * We do not support CSA between bands, s
[all...]
H A Dwpa_supplicant.c5243 * on different bands.
5246 (active_work->bands != tmp->bands)) {
5461 work->bands = wpas_freq_to_band(freq);
5464 work->bands = wpas_get_bands(wpa_s,
5468 work->bands = wpas_get_bands(wpa_s, NULL);
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c723 uint8_t bands[IEEE80211_MODE_BYTES] = { 0 }; local
751 setbit(bands, mode);
761 setbit(bands, IEEE80211_MODE_11B);
858 ieee80211_init_channels(ic, NULL, bands);
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c2024 const netband_head *bands,
2038 LIST_FOREACH(nb, bands, next) {
2023 regdomain_addchans(struct ieee80211req_chaninfo *ci, const netband_head *bands, const struct ieee80211_regdomain *reg, uint32_t chanFlags, const struct ieee80211req_chaninfo *avail) argument

Completed in 382 milliseconds

12