/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | bgscan_learn.c | 215 int *freqs = NULL, *n; in bgscan_learn_get_freqs() local 236 int *freqs, size_t count) in bgscan_learn_get_probe_freq() 275 int *freqs = NULL; in bgscan_learn_timeout() local 351 int i, j, *freqs = NULL, *n; in bgscan_learn_get_supp_freqs() local
|
H A D | rrm.c | 470 int *freqs) in wpas_add_channel() 500 int *freqs, *next_freq; in wpas_add_channels() local 575 int *freqs = NULL, *new_freqs; in wpas_channel_report_freqs() local 636 int *freqs = NULL, *ext_freqs = NULL; in wpas_beacon_request_freqs() local
|
H A D | p2p_supplicant.c | 173 int *freqs; in wpas_p2p_num_unused_channels() local 199 struct wpa_used_freq_data *freqs; in wpas_p2p_valid_oper_freqs() local 2870 struct wpa_used_freq_data *freqs, in wpas_p2p_pick_best_used_freq() 2914 struct wpa_used_freq_data *freqs; in wpas_invitation_process() local 4805 struct wpa_used_freq_data *freqs; in wpas_check_freq_conflict() local 5102 int freqs[2] = { 0, 0 }; in wpas_p2p_join_scan_req() local 5316 struct wpa_used_freq_data *freqs; in wpas_p2p_setup_freqs() local 5965 struct wpa_used_freq_data *freqs; in wpas_p2p_init_go_params() local 7765 struct wpa_used_freq_data *freqs = NULL; in wpas_p2p_update_channel_list() local 9065 struct wpa_used_freq_data *freqs, in wpas_p2p_optimize_listen_channel() [all …]
|
H A D | config.c | 1333 int *freqs; in wpa_config_parse_int_array() local 1376 int *freqs; in wpa_config_parse_scan_freq() local 1396 int *freqs; in wpa_config_parse_freq_list() local 1414 const int *freqs) in wpa_config_write_freqs() 4294 int *freqs; in wpa_config_process_freq_list() local
|
H A D | wpa_supplicant.c | 5061 unsigned int wpas_get_bands(struct wpa_supplicant *wpa_s, const int *freqs) in wpas_get_bands() 6650 void add_freq(int *freqs, int *num_freqs, int freq) in add_freq() 6668 int *freqs; in get_bss_freqs_in_ess() local 6702 int *freqs = NULL; in wpas_connection_failed() local
|
H A D | wpa_priv.c | 142 int freqs[PRIVSEP_MAX_SCAN_FREQS + 1]; in wpa_priv_cmd_scan() local
|
H A D | wnm_sta.c | 1246 int *freqs; in wnm_set_scan_freqs() local
|
H A D | ctrl_iface.c | 275 int *freqs = NULL; in wpas_ctrl_pno() local 3208 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6); in wpa_supplicant_ctrl_iface_select_network() local 7008 int *freqs = NULL; in freq_range_to_channel_list() local 7047 int *freqs = NULL; in ctrl_interworking_select() local
|
H A D | events.c | 774 static int freq_allowed(int *freqs, int freq) in freq_allowed()
|
H A D | interworking.c | 3147 int *freqs) in interworking_select()
|
/dflybsd-src/contrib/zstd/lib/dictBuilder/ |
H A D | fastcover.c | 127 U32 *freqs; member 149 U32 *freqs, U32 begin, U32 end, in FASTCOVER_selectSegment() 276 FASTCOVER_computeFrequency(U32* freqs, const FASTCOVER_ctx_t* ctx) in FASTCOVER_computeFrequency() 393 U32* freqs, in FASTCOVER_buildDictionary() 478 U32 *freqs = (U32*) malloc(((U64)1 << ctx->f) * sizeof(U32)); in FASTCOVER_tryParameters() local
|
H A D | cover.c | 221 U32 *freqs; member 405 static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs, in COVER_selectSegment() 675 static size_t COVER_buildDictionary(const COVER_ctx_t *ctx, U32 *freqs, in COVER_buildDictionary() 1076 U32 *freqs = (U32 *)malloc(ctx->suffixSize * sizeof(U32)); in COVER_tryParameters() local
|
/dflybsd-src/contrib/wpa_supplicant/src/drivers/ |
H A D | driver_nl80211_scan.c | 221 struct nlattr *freqs; in nl80211_scan_common() local 1120 struct nlattr *freqs; in wpa_driver_nl80211_vendor_scan() local
|
H A D | driver_nl80211_event.c | 1140 int freqs[MAX_REPORT_FREQS]; in send_scan_event() local 1958 int freqs[MAX_REPORT_FREQS]; in send_vendor_scan_event() local
|
H A D | driver_nl80211.c | 3547 int freqs[2]; in wpa_driver_nl80211_authenticate() local 10060 u32 *freqs; in add_acs_freq_list() local 10189 u32 *freqs; in preferred_freq_info_handler() local
|
H A D | driver.h | 426 int *freqs; member 5331 const int *freqs; member
|
/dflybsd-src/contrib/wpa_supplicant/src/common/ |
H A D | privsep_commands.h | 40 u16 freqs[PRIVSEP_MAX_SCAN_FREQS]; member
|
H A D | dpp.c | 2050 static int freq_included(const unsigned int freqs[], unsigned int num, in freq_included() 2061 static void freq_to_start(unsigned int freqs[], unsigned int num, in freq_to_start() 2146 char freqs[DPP_BOOTSTRAP_MAX_FREQ * 6 + 10], *pos, *end; in dpp_prepare_channel_list() local
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ |
H A D | ah_regdomain.c | 407 REG_DMN_FREQ_BAND *fband = AH_NULL,*freqs; in getchannels() local
|
/dflybsd-src/sys/dev/acpica/ |
H A D | acpi_cpu_pstate.c | 1231 uint32_t freqs[ACPI_NPSTATE_MAX]; in acpi_pst_sysctl_freqs_bin() local
|
/dflybsd-src/usr.bin/evtranalyze/ |
H A D | evtranalyze.c | 813 double *freqs; in cputab_init() local
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 1550 dbus_int32_t freqs[P2P_MAX_CHANNELS]; in wpas_dbus_signal_p2p_go_neg_resp() local
|
H A D | dbus_new_handlers.c | 1203 int *freqs = NULL, *nfreqs; in wpas_dbus_get_scan_channels() local
|
/dflybsd-src/lib/libevtr/ |
H A D | evtr.c | 1984 evtr_cpufreqs(evtr_t evtr, double *freqs) in evtr_cpufreqs()
|
/dflybsd-src/sys/bus/u4b/wlan/ |
H A D | if_run.c | 4604 const struct rt5592_freqs *freqs; in run_rt5592_set_chan() local
|