| /freebsd-12-stable/sys/x86/cpufreq/ |
| D | est.c | 81 freq_info *freq_list; member 866 static freq_info *est_get_current(freq_info *freq_list, size_t tablen); 1014 free(sc->freq_list, M_DEVBUF); in est_detach() 1034 error = est_table_info(dev, msr, &sc->freq_list, &sc->flist_len); in est_get_info() 1036 error = est_acpi_info(dev, &sc->freq_list, &sc->flist_len); in est_get_info() 1038 error = est_msr_info(dev, msr, &sc->freq_list, &sc->flist_len); in est_get_info() 1262 est_get_current(freq_info *freq_list, size_t tablen) in est_get_current() argument 1275 for (f = freq_list; f < freq_list + tablen; f++) { in est_get_current() 1296 for (f = sc->freq_list; f < sc->freq_list + sc->flist_len; f++, i++) { in est_settings() 1316 for (f = sc->freq_list; f < sc->freq_list + sc->flist_len; f++) { in est_set() [all …]
|
| /freebsd-12-stable/contrib/wpa/src/p2p/ |
| D | p2p_go_neg.c | 565 unsigned freq_list[], unsigned int size) in p2p_check_pref_chan_no_recv() argument 580 oper_freq = freq_list[i]; in p2p_check_pref_chan_no_recv() 612 unsigned freq_list[], unsigned int size) in p2p_check_pref_chan_recv() argument 628 if (freq_list[i] != oper_freq) in p2p_check_pref_chan_recv() 655 unsigned int freq_list[P2P_MAX_PREF_CHANNELS], size; in p2p_check_pref_chan() local 673 freq_list)) in p2p_check_pref_chan() 678 if (p2p_freq_to_channel(freq_list[i], &op_class, in p2p_check_pref_chan() 686 freq_list[i], go); in p2p_check_pref_chan() 688 os_memmove(&freq_list[i], &freq_list[i + 1], in p2p_check_pref_chan() 702 res = os_snprintf(pos, end - pos, " %u", freq_list[i]); in p2p_check_pref_chan() [all …]
|
| D | p2p_utils.c | 459 int p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, in p2p_channels_to_freqs() argument 485 if (freq_list[k] == freq) in p2p_channels_to_freqs() 491 freq_list[idx++] = freq; in p2p_channels_to_freqs() 495 freq_list[idx] = 0; in p2p_channels_to_freqs()
|
| D | p2p.h | 158 int freq_list[P2P_MAX_CHANNELS]; member 1135 unsigned int *len, unsigned int *freq_list); 2074 int *freq_list, unsigned int max_len);
|
| D | p2p.c | 1850 p2p_channels_to_freqs(&intersection, res.freq_list, in p2p_go_complete()
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | ap_drv_ops.c | 865 int **freq_list) in hostapd_get_hw_mode_any_channels() argument 893 int_array_add_unique(freq_list, chan->freq); in hostapd_get_hw_mode_any_channels() 917 int *freq_list = NULL; in hostapd_drv_do_acs() local 946 &freq_list); in hostapd_drv_do_acs() 949 params.freq_list = freq_list; in hostapd_drv_do_acs() 978 os_free(freq_list); in hostapd_drv_do_acs()
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | op_classes.c | 271 if (ssid && ssid->freq_list && ssid->freq_list[0]) { in wpas_op_class_supported() 273 int f = ssid->freq_list[z]; in wpas_op_class_supported()
|
| D | config_ssid.h | 639 int *freq_list; member
|
| D | wpa_supplicant.conf | 2043 freq_list=5180
|
| D | driver_i.h | 967 unsigned int *freq_list) in wpa_drv_get_pref_freq_list() argument 972 wpa_s, if_type, num, freq_list); in wpa_drv_get_pref_freq_list() 977 num, freq_list); in wpa_drv_get_pref_freq_list()
|
| D | config_file.c | 1396 if (config->freq_list && config->freq_list[0]) { in wpa_config_write_global() 1399 for (i = 0; config->freq_list[i]; i++) { in wpa_config_write_global() 1401 config->freq_list[i]); in wpa_config_write_global()
|
| D | config.h | 944 int *freq_list; member
|
| D | scan.c | 434 wpa_s->go_params->freq_list[0]) { in wpa_supplicant_optimize_freqs() 438 wpa_s->go_params->freq_list); in wpa_supplicant_optimize_freqs() 1258 } else if (wpa_s->conf->freq_list && !params.freqs) { in wpa_supplicant_scan() 1261 int_array_concat(¶ms.freqs, wpa_s->conf->freq_list); in wpa_supplicant_scan() 1716 if (wpa_s->conf->freq_list && !params.freqs) { in wpa_supplicant_req_sched_scan() 1719 int_array_concat(¶ms.freqs, wpa_s->conf->freq_list); in wpa_supplicant_req_sched_scan()
|
| D | config.c | 1454 os_free(ssid->freq_list); in wpa_config_parse_freq_list() 1455 ssid->freq_list = freqs; in wpa_config_parse_freq_list() 1505 return wpa_config_write_freqs(data, ssid->freq_list); in wpa_config_write_freq_list() 2433 { FUNC(freq_list) }, 2818 os_free(ssid->freq_list); in wpa_config_free_ssid() 2951 os_free(config->freq_list); in wpa_config_free() 4638 os_free(config->freq_list); in wpa_config_process_freq_list() 4639 config->freq_list = freqs; in wpa_config_process_freq_list() 5213 { FUNC(freq_list), 0 },
|
| D | wpa_supplicant_i.h | 1845 unsigned int *freq_list);
|
| D | p2p_supplicant.c | 1806 unsigned int i, len = int_array_len(wpa_s->go_params->freq_list); in p2p_go_save_group_common_freqs() 1815 if (!wpa_s->go_params->freq_list[i]) in p2p_go_save_group_common_freqs() 1818 wpa_s->go_params->freq_list[i]; in p2p_go_save_group_common_freqs() 4704 unsigned int *freq_list) in wpas_p2p_get_pref_freq_list() argument 4709 WPA_IF_P2P_CLIENT, len, freq_list); in wpas_p2p_get_pref_freq_list() 7028 p2p_channels_to_freqs(channels, params.freq_list, P2P_MAX_CHANNELS); in wpas_p2p_group_add_persistent()
|
| D | ctrl_iface.c | 8115 unsigned int *freq_list) in wpas_ctrl_iface_get_pref_freq_list_override() argument 8139 freq_list[count++] = atoi(pos); in wpas_ctrl_iface_get_pref_freq_list_override() 8154 unsigned int freq_list[100], num = 100, i; in wpas_ctrl_iface_get_pref_freq_list() local 8182 ret = wpa_drv_get_pref_freq_list(wpa_s, iface_type, &num, freq_list); in wpas_ctrl_iface_get_pref_freq_list() 8188 i > 0 ? "," : "", freq_list[i]); in wpas_ctrl_iface_get_pref_freq_list()
|
| D | ChangeLog | 552 * extended freq_list configuration to apply for sched_scan as well as 745 * added global freq_list configuration to allow scan frequencies to be 1233 * add freq_list network configuration parameter to allow the AP
|
| D | events.c | 1294 if (!freq_allowed(ssid->freq_list, bss->freq)) { in wpa_scan_res_ok()
|
| /freebsd-12-stable/contrib/wpa/src/drivers/ |
| D | driver_nl80211.c | 10966 static int add_acs_ch_list(struct nl_msg *msg, const int *freq_list) in add_acs_ch_list() argument 10974 if (!freq_list) in add_acs_ch_list() 10977 num_freqs = int_array_len(freq_list); in add_acs_ch_list() 10983 const int freq = freq_list[i]; in add_acs_ch_list() 11009 static int add_acs_freq_list(struct nl_msg *msg, const int *freq_list) in add_acs_freq_list() argument 11014 if (!freq_list) in add_acs_freq_list() 11016 len = int_array_len(freq_list); in add_acs_freq_list() 11021 freqs[i] = freq_list[i]; in add_acs_freq_list() 11055 add_acs_ch_list(msg, params->freq_list) || in nl80211_qca_do_acs() 11056 add_acs_freq_list(msg, params->freq_list) || in nl80211_qca_do_acs() [all …]
|
| D | driver.h | 2460 const int *freq_list; member 4379 unsigned int *num, unsigned int *freq_list);
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/ |
| D | dbus_new.c | 1707 if (res->freq_list[i]) { in wpas_dbus_signal_p2p_go_neg_resp() 1708 freqs[i] = res->freq_list[i]; in wpas_dbus_signal_p2p_go_neg_resp()
|