Searched refs:freq_list (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dop_classes.c228 if (ssid->freq_list && ssid->freq_list[0]) {
230 int f = ssid->freq_list[z];
H A Dconfig_ssid.h581 * freq_list - Array of allowed frequencies or %NULL for all
588 int *freq_list; member in struct:wpa_ssid
H A Dwpa_supplicant.conf844 # freq_list: Array of allowed frequencies
1880 freq_list=5180
H A Dconfig.h908 * freq_list - Array of allowed scan frequencies or %NULL for all
913 int *freq_list; member in struct:wpa_config
H A Ddriver_i.h937 unsigned int *freq_list)
942 wpa_s, if_type, num, freq_list);
947 num, freq_list);
934 wpa_drv_get_pref_freq_list(struct wpa_supplicant *wpa_s, enum wpa_driver_if_type if_type, unsigned int *num, unsigned int *freq_list) argument
H A Dscan.c376 wpa_s->go_params->freq_list[0]) {
380 wpa_s->go_params->freq_list);
1166 if (wpa_s->conf->freq_list && !params.freqs) {
1168 "Optimize scan based on conf->freq_list");
1169 int_array_concat(&params.freqs, wpa_s->conf->freq_list);
1598 if (wpa_s->conf->freq_list && !params.freqs) {
1600 "Optimize scan based on conf->freq_list");
1601 int_array_concat(&params.freqs, wpa_s->conf->freq_list);
H A Dconfig.c1405 os_free(ssid->freq_list);
1406 ssid->freq_list = freqs;
1456 return wpa_config_write_freqs(data, ssid->freq_list);
2239 { FUNC(freq_list) },
2590 os_free(ssid->freq_list);
2715 os_free(config->freq_list);
4303 os_free(config->freq_list);
4304 config->freq_list = freqs;
4835 { FUNC(freq_list), 0 },
H A Dconfig_file.c1408 if (config->freq_list && config->freq_list[0]) {
1410 fprintf(f, "freq_list=");
1411 for (i = 0; config->freq_list[i]; i++) {
1413 config->freq_list[i]);
H A Dwpa_supplicant_i.h1544 unsigned int *freq_list);
H A Dp2p_supplicant.c1748 unsigned int i, len = int_array_len(wpa_s->go_params->freq_list);
1757 if (!wpa_s->go_params->freq_list[i])
1760 wpa_s->go_params->freq_list[i];
4369 unsigned int *freq_list)
4374 WPA_IF_P2P_CLIENT, len, freq_list);
6532 p2p_channels_to_freqs(channels, params.freq_list, P2P_MAX_CHANNELS);
4367 wpas_p2p_get_pref_freq_list(void *ctx, int go, unsigned int *len, unsigned int *freq_list) argument
H A Dctrl_iface.c7696 unsigned int *freq_list)
7720 freq_list[count++] = atoi(pos);
7735 unsigned int freq_list[100], num = 100, i; local
7763 ret = wpa_drv_get_pref_freq_list(wpa_s, iface_type, &num, freq_list);
7769 i > 0 ? "," : "", freq_list[i]);
7693 wpas_ctrl_iface_get_pref_freq_list_override(struct wpa_supplicant *wpa_s, enum wpa_driver_if_type if_type, unsigned int *num, unsigned int *freq_list) argument
H A Devents.c1241 if (!freq_allowed(ssid->freq_list, bss->freq)) {
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c556 unsigned freq_list[], unsigned int size)
571 oper_freq = freq_list[i];
603 unsigned freq_list[], unsigned int size)
619 if (freq_list[i] != oper_freq)
646 unsigned int freq_list[P2P_MAX_PREF_CHANNELS], size; local
664 freq_list))
669 if (p2p_freq_to_channel(freq_list[i], &op_class,
677 freq_list[i], go);
679 os_memmove(&freq_list[i], &freq_list[
553 p2p_check_pref_chan_no_recv(struct p2p_data *p2p, int go, struct p2p_device *dev, struct p2p_message *msg, unsigned freq_list[], unsigned int size) argument
600 p2p_check_pref_chan_recv(struct p2p_data *p2p, int go, struct p2p_device *dev, struct p2p_message *msg, unsigned freq_list[], unsigned int size) argument
[all...]
H A Dp2p_utils.c459 int p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, argument
485 if (freq_list[k] == freq)
491 freq_list[idx++] = freq;
495 freq_list[idx] = 0;
H A Dp2p.h154 * freq_list - Zero-terminated list of possible operational channels
156 int freq_list[P2P_MAX_CHANNELS]; member in struct:p2p_go_neg_results
1118 * @len: Length of freq_list in entries (both IN and OUT)
1119 * @freq_list: Buffer for returning the preferred frequencies (MHz)
1126 unsigned int *len, unsigned int *freq_list);
2062 int *freq_list, unsigned int max_len);
H A Dp2p.c1828 p2p_channels_to_freqs(&intersection, res.freq_list,
/freebsd-11-stable/sys/x86/cpufreq/
H A Dest.c78 freq_info *freq_list; member in struct:est_softc
910 static freq_info *est_get_current(freq_info *freq_list);
1058 free(sc->freq_list, M_DEVBUF);
1078 error = est_table_info(dev, msr, &sc->freq_list);
1080 error = est_acpi_info(dev, &sc->freq_list);
1082 error = est_msr_info(dev, msr, &sc->freq_list);
1306 est_get_current(freq_info *freq_list) argument
1319 for (f = freq_list; f->id16 != 0; f++) {
1340 for (f = sc->freq_list; f->freq != 0; f++, i++) {
1360 for (f = sc->freq_list;
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c846 int **freq_list)
859 int_array_add_unique(freq_list, chan->freq);
885 int *freq_list = NULL; local
918 int_array_add_unique(&freq_list, chan->freq);
926 &freq_list);
932 params.freq_list = freq_list;
843 hostapd_get_hw_mode_any_channels(struct hostapd_data *hapd, struct hostapd_hw_modes *mode, int acs_ch_list_all, int **freq_list) argument
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h2153 const int *freq_list; member in struct:drv_acs_params
4069 * @freq_list: Preferred channel frequency list encoded in MHz values
4076 unsigned int *num, unsigned int *freq_list);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c1614 if (res->freq_list[i]) {
1615 freqs[i] = res->freq_list[i];

Completed in 341 milliseconds