Searched refs:freqs (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c282 int *freqs = NULL; local
292 freqs = freq_range_to_channel_list(wpa_s,
295 wpa_s->manual_sched_scan_freqs = freqs;
3401 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6); local
3402 if (freqs) {
3404 wpa_s->select_network_scan_freqs = freqs;
7418 int *freqs = NULL; local
7443 int_array_add_unique(&freqs, freq);
7448 return freqs;
7457 int *freqs local
[all...]
H A Dsme.c2479 params->freqs = os_zalloc(sizeof(int));
2521 params->freqs = os_calloc(mode->num_channels + 1, sizeof(int));
2522 if (params->freqs == NULL)
2532 params->freqs[count++] = freq;
2556 os_free(params.freqs);
H A Devents.c792 static int freq_allowed(int *freqs, int freq) argument
796 if (freqs == NULL)
799 for (i = 0; freqs[i]; i++)
800 if (freqs[i] == freq)
2220 data->scan_info.freqs && data->scan_info.num_freqs) {
2225 data->scan_info.freqs,
H A Dbss.c857 if (bss->freq == info->freqs[i]) {
H A Dinterworking.c3187 int *freqs)
3201 wpa_s->manual_scan_freqs = freqs;
3186 interworking_select(struct wpa_supplicant *wpa_s, int auto_select, int *freqs) argument
/freebsd-current/sys/dev/usb/wlan/
H A Dif_run.c4712 const struct rt5592_freqs *freqs; local
4719 freqs = (tmp & RT5592_SEL_XTAL) ?
4723 for (i = 0; rt2860_rf2850[i].chan != chan; i++, freqs++);
4736 run_rt3070_rf_write(sc, 8, freqs->n & 0xff);
4739 rf |= ((freqs->n & 0x0100) >> 8) << 4;
4745 rf |= (freqs->k & 0x0f);
4751 rf |= ((freqs->m - 0x8) & 0x3) << 2;
4755 rf |= (((freqs->m - 0x8) & 0x4) >> 2) << 7;
4761 rf |= (freqs->r - 0x1);
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c1643 dbus_int32_t freqs[P2P_MAX_CHANNELS]; local
1644 dbus_int32_t *f_array = freqs;
1652 os_memset(freqs, 0, sizeof(freqs));
1708 freqs[i] = res->freq_list[i];
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver.h448 * freqs - Array of frequencies to scan or %NULL for all frequencies
452 int *freqs; member in struct:wpa_driver_scan_params
5677 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
5678 * @num_freqs: Number of entries in freqs array
5693 const int *freqs; member in struct:wpa_event_data::scan_info
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_regdomain.c546 fband = &cm->freqs[b];
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c2222 static int mt7615_find_freq_idx(const u16 *freqs, int n_freqs, u16 cur) argument
2227 if (cur == freqs[i])
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c2925 static int mt7915_find_freq_idx(const u16 *freqs, int n_freqs, u16 cur) argument
2930 if (cur == freqs[i])

Completed in 1185 milliseconds

12