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

12

/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwn.c2273 /* Read maximum allowed TX power for 2GHz and 5GHz bands. */
2286 iwn_read_prom_data(sc, IWN4965_EEPROM_BANDS, sc->bands,
2287 sizeof sc->bands);
2310 struct iwn4965_eeprom_band *band = &sc->bands[i];
2433 uint8_t bands[IEEE80211_MODE_BYTES]; local
2439 memset(bands, 0, sizeof(bands));
2441 setbit(bands, IEEE80211_MODE_11B);
2442 setbit(bands, IEEE80211_MODE_11G);
2444 setbit(bands, IEEE80211_MODE_11N
[all...]
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_zyd.c2882 uint8_t bands[IEEE80211_MODE_BYTES]; local
2884 memset(bands, 0, sizeof(bands));
2885 setbit(bands, IEEE80211_MODE_11B);
2886 setbit(bands, IEEE80211_MODE_11G);
2887 ieee80211_add_channels_default_2ghz(chans, maxchans, nchans, bands, 0);
H A Dif_run.c4936 uint8_t bands[IEEE80211_MODE_BYTES]; local
4938 memset(bands, 0, sizeof(bands));
4939 setbit(bands, IEEE80211_MODE_11B);
4940 setbit(bands, IEEE80211_MODE_11G);
4942 setbit(bands, IEEE80211_MODE_11NG);
4945 ieee80211_add_channels_default_2ghz(chans, maxchans, nchans, bands, 0);
4950 setbit(bands, IEEE80211_MODE_11A);
4952 setbit(bands, IEEE80211_MODE_11NA);
4955 run_chan_5ghz, nitems(run_chan_5ghz), bands,
[all...]
H A Dif_urtw.c1596 uint8_t bands[IEEE80211_MODE_BYTES]; local
1598 memset(bands, 0, sizeof(bands));
1599 setbit(bands, IEEE80211_MODE_11B);
1600 setbit(bands, IEEE80211_MODE_11G);
1601 ieee80211_add_channels_default_2ghz(chans, maxchans, nchans, bands, 0);
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c1421 uint8_t bands[IEEE80211_MODE_BYTES]; local
1425 memset(bands, 0, sizeof(bands));
1428 setbit(bands, IEEE80211_MODE_11B);
1429 setbit(bands, IEEE80211_MODE_11G);
1431 setbit(bands, IEEE80211_MODE_11A);
1444 chan, 0, channels[i].maxpwr, nflags, bands);
/freebsd-12-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-12-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-12-stable/sys/dev/if_ndis/
H A Dif_ndis.c725 uint8_t bands[IEEE80211_MODE_BYTES] = { 0 }; local
753 setbit(bands, mode);
763 setbit(bands, IEEE80211_MODE_11B);
860 ieee80211_init_channels(ic, NULL, bands);
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c2148 const netband_head *bands,
2163 LIST_FOREACH(nb, bands, next) {
2147 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 441 milliseconds

12