/freebsd-src/contrib/wpa/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() argument 275 int *freqs = NULL; bgscan_learn_timeout() local 351 int i, j, *freqs = NULL, *n; bgscan_learn_get_supp_freqs() local [all...] |
H A D | rrm.c | 477 int *freqs) in wpas_add_channel() argument 507 int *freqs, *next_freq; in wpas_add_channels() local 592 int *freqs = NULL, *new_freqs; wpas_channel_report_freqs() local 654 int *freqs = NULL, *ext_freqs = NULL; wpas_beacon_request_freqs() local [all...] |
H A D | p2p_supplicant.c | 184 int *freqs; wpas_p2p_num_unused_channels() local 210 struct wpa_used_freq_data *freqs; wpas_p2p_valid_oper_freqs() local 3034 wpas_p2p_pick_best_used_freq(struct wpa_supplicant * wpa_s,struct wpa_used_freq_data * freqs,unsigned int num) wpas_p2p_pick_best_used_freq() argument 3078 struct wpa_used_freq_data *freqs; wpas_invitation_process() local 5162 struct wpa_used_freq_data *freqs; wpas_check_freq_conflict() local 5461 int freqs[2] = { 0, 0 }; wpas_p2p_join_scan_req() local 5685 struct wpa_used_freq_data *freqs; wpas_p2p_setup_freqs() local 6258 const int freqs[] = { wpas_p2p_select_go_freq() local 6413 struct wpa_used_freq_data *freqs; wpas_p2p_init_go_params() local 8271 struct wpa_used_freq_data *freqs = NULL; wpas_p2p_update_channel_list() local 9576 wpas_p2p_optimize_listen_channel(struct wpa_supplicant * wpa_s,struct wpa_used_freq_data * freqs,unsigned int num) wpas_p2p_optimize_listen_channel() argument 9815 struct wpa_used_freq_data *freqs = NULL; wpas_p2p_reconsider_moving_go() local 9844 wpas_p2p_consider_moving_one_go(struct wpa_supplicant * wpa_s,struct wpa_used_freq_data * freqs,unsigned int num) wpas_p2p_consider_moving_one_go() argument 9959 wpas_p2p_consider_moving_gos(struct wpa_supplicant * wpa_s,struct wpa_used_freq_data * freqs,unsigned int num,enum wpas_p2p_channel_update_trig trig) wpas_p2p_consider_moving_gos() argument [all...] |
H A D | config.c | 1445 if (freqs == NULL) in wpa_config_parse_freq_list() local 1382 int *freqs; wpa_config_parse_int_array() local 1425 int *freqs; wpa_config_parse_scan_freq() local 1463 wpa_config_write_freqs(const struct parse_data * data,const int * freqs) wpa_config_write_freqs() argument 4629 int *freqs; wpa_config_process_freq_list() local 4649 int *freqs; wpa_config_process_initial_freq_list() local [all...] |
H A D | wpa_supplicant.c | 5981 wpas_get_bands(struct wpa_supplicant * wpa_s,const int * freqs) wpas_get_bands() argument 7599 add_freq(int * freqs,int * num_freqs,int freq) add_freq() argument 7617 int *freqs; get_bss_freqs_in_ess() local 7651 int *freqs = NULL; wpas_connection_failed() local [all...] |
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 | 1274 int *freqs; wnm_set_scan_freqs() local
|
H A D | scan.c | 717 int *freqs, i; wpa_add_scan_freqs_list() local [all...] |
H A D | ctrl_iface.c | 282 int *freqs = NULL; wpas_ctrl_pno() local 3401 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6); wpa_supplicant_ctrl_iface_select_network() local 7418 int *freqs = NULL; freq_range_to_channel_list() local 7457 int *freqs = NULL; ctrl_interworking_select() local [all...] |
H A D | interworking.c | 3187 interworking_select(struct wpa_supplicant * wpa_s,int auto_select,int * freqs) interworking_select() argument
|
H A D | events.c | 792 freq_allowed(int * freqs,int freq) freq_allowed() argument [all...] |
/freebsd-src/sys/contrib/zstd/lib/dictBuilder/ |
H A D | fastcover.c | 135 U32 *freqs; member 157 U32 *freqs, U32 begin, U32 end, in FASTCOVER_selectSegment() 284 FASTCOVER_computeFrequency(U32* freqs, const FASTCOVER_ctx_t* ctx) in FASTCOVER_computeFrequency() 401 U32* freqs, in FASTCOVER_buildDictionary() 486 U32* freqs = (U32*) malloc(((U64)1 << ctx->f) * sizeof(U32)); in FASTCOVER_tryParameters() local
|
H A D | cover.c | 229 U32 *freqs; member 413 static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs, in COVER_selectSegment() 683 static size_t COVER_buildDictionary(const COVER_ctx_t *ctx, U32 *freqs, in COVER_buildDictionary() 1085 U32* const freqs = (U32*)malloc(ctx->suffixSize * sizeof(U32)); in COVER_tryParameters() local
|
/freebsd-src/usr.sbin/powerd/ |
H A D | powerd.c | 192 read_freqs(int * numfreqs,int ** freqs,int ** power,int minfreq,int maxfreq) read_freqs() argument 277 get_freq_id(int freq,int * freqs,int numfreqs) get_freq_id() argument 491 int freq, curfreq, initfreq, *freqs, i, j, *mwatts, numfreqs, load; global() local [all...] |
/freebsd-src/sys/x86/cpufreq/ |
H A D | est.c | 1058 est_acpi_info(device_t dev, freq_info **freqs, size_t *freqslen) in est_acpi_info() 1125 est_table_info(device_t dev, uint64_t msr, freq_info **freqs, size_t *freqslen) in est_table_info() 1169 est_msr_info(device_t dev, uint64_t msr, freq_info **freqs, size_t *freqslen) in est_msr_info()
|
/freebsd-src/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_scan.c | 219 struct nlattr *freqs; nl80211_scan_common() local 1138 struct nlattr *freqs; wpa_driver_nl80211_vendor_scan() local [all...] |
H A D | driver_nl80211_event.c | 1333 int freqs[MAX_REPORT_FREQS]; send_scan_event() local 2251 int freqs[MAX_REPORT_FREQS]; send_vendor_scan_event() local [all...] |
H A D | driver_nl80211.c | 3892 int freqs[2]; wpa_driver_nl80211_authenticate() local 11012 u32 *freqs; add_acs_freq_list() local 11151 u32 *freqs; preferred_freq_info_handler() local [all...] |
H A D | driver.h | 452 int *freqs; global() member 5693 const int *freqs; global() member
|
/freebsd-src/sys/dev/ath/ath_hal/ |
H A D | ah_regdomain.h | 162 REG_DMN_FREQ_BAND *freqs; member
|
/freebsd-src/contrib/wpa/src/common/ |
H A D | privsep_commands.h | 40 u16 freqs[PRIVSEP_MAX_SCAN_FREQS]; member
|
H A D | dpp.c | 464 freq_included(const unsigned int freqs[],unsigned int num,unsigned int freq) freq_included() argument 475 freq_to_start(unsigned int freqs[],unsigned int num,unsigned int freq) freq_to_start() argument 560 char freqs[DPP_BOOTSTRAP_MAX_FREQ * 6 + 10], *pos, *end; dpp_prepare_channel_list() local [all...] |
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 1643 dbus_int32_t freqs[P2P_MAX_CHANNELS]; wpas_dbus_signal_p2p_go_neg_resp() local
|
/freebsd-src/sys/dev/usb/wlan/ |
H A D | if_run.c | 4712 const struct rt5592_freqs *freqs; run_rt5592_set_chan() local
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mcu.c | 2222 mt7615_find_freq_idx(const u16 * freqs,int n_freqs,u16 cur) mt7615_find_freq_idx() argument
|