Home
last modified time | relevance | path

Searched defs:freq (Results 1 – 25 of 131) sorted by relevance

123456

/external/wpa_supplicant_8/src/p2p/
Dp2p_utils.c68 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) in p2p_freq_to_channel()
272 int freq = p2p_channel_to_freq(op->reg_class, in p2p_channels_remove_freqs() local
319 unsigned int freq) in p2p_channels_includes_freq()
334 int p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) in p2p_supported_freq()
344 int p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq) in p2p_supported_freq_go()
355 int p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq) in p2p_supported_freq_cli()
371 int freq = 0; in p2p_get_pref_freq() local
508 int freq; in p2p_channels_to_freqs() local
Dp2p_go_neg.c213 int freq; in p2p_connect_send() local
379 int freq; in p2p_reselect_channel() local
553 int freq; in p2p_process_go_neg_req() local
944 int freq; in p2p_process_go_neg_resp() local
Dp2p_invitation.c178 int freq; in p2p_process_invitation_req() local
524 int freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_invitation_resp() local
554 int freq; in p2p_invite_send() local
Dp2p.c265 int freq; in p2p_listen_in_find() local
319 int freq; in p2p_listen() local
470 const u8 *go_interface_addr, int freq, in p2p_add_group_clients()
714 int p2p_add_device(struct p2p_data *p2p, const u8 *addr, int freq, in p2p_add_device()
954 int freq; in p2p_get_next_prog_freq() local
1002 int freq = 0; in p2p_search() local
1164 u8 seek_count, const char **seek, int freq) in p2p_find()
1289 void p2p_stop_find_for_freq(struct p2p_data *p2p, int freq) in p2p_stop_find_for_freq()
1312 void p2p_stop_listen_for_freq(struct p2p_data *p2p, int freq) in p2p_stop_listen_for_freq()
1359 unsigned int freq = force_freq ? force_freq : pref_freq; in p2p_prepare_channel_pref() local
[all …]
Dp2p_sd.c195 u8 dialog_token, int freq) in p2p_send_gas_comeback_req()
277 int freq; in p2p_start_sd() local
328 int freq; in p2p_rx_gas_initial_req() local
416 void p2p_sd_response(struct p2p_data *p2p, int freq, const u8 *dst, in p2p_sd_response()
/external/wpa_supplicant_8/wpa_supplicant/
Doffchannel.c233 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, in offchannel_send_action()
386 unsigned int freq, unsigned int duration) in offchannel_remain_on_channel_cb()
403 unsigned int freq) in offchannel_cancel_remain_on_channel_cb()
Dp2p_supplicant.h238 int freq) in wpas_p2p_rx_action()
243 unsigned int freq, in wpas_p2p_remain_on_channel_cb()
250 unsigned int freq) in wpas_p2p_cancel_remain_on_channel_cb()
Dp2p_supplicant.c192 int freq) in wpas_p2p_set_own_freq_preference()
294 int freq) in wpas_p2p_search_social_channel()
309 static int wpas_p2p_scan(void *ctx, enum p2p_scan_type type, int freq, in wpas_p2p_scan()
1191 int go, struct wpa_ssid *ssid, int freq, in wpas_p2p_group_started()
1332 unsigned int freq; member
1385 unsigned int freq, in wpas_p2p_send_action_tx_status()
1459 unsigned int freq, const u8 *dst, in wpas_send_action_work()
1492 static int wpas_send_action(void *ctx, unsigned int freq, const u8 *dst, in wpas_send_action()
2269 unsigned int freq; member
2349 static int wpas_start_listen(void *ctx, unsigned int freq, in wpas_start_listen()
[all …]
Dgas_query.c40 int freq; member
206 unsigned int freq, const u8 *dst, in gas_query_tx_status()
438 int freq) in gas_query_rx()
651 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq, in gas_query_req()
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c20 int chan, int *freq) in hw_get_channel_chan()
44 int freq, int *chan) in hw_get_channel_freq()
69 int freq; in hw_get_freq() local
77 int hw_get_chan(struct hostapd_hw_modes *mode, int freq) in hw_get_chan()
356 int freq, int channel, int ht_enabled, in hostapd_set_freq_params()
Dieee802_11_common.c542 enum hostapd_hw_mode ieee80211_freq_to_chan(int freq, u8 *channel) in ieee80211_freq_to_chan()
824 int freq; in ieee80211_chan_to_freq() local
854 int ieee80211_is_dfs(int freq) in ieee80211_is_dfs()
/external/wpa_supplicant_8/src/ap/
Ddfs.c126 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx) in dfs_get_chan_data()
472 static int set_dfs_state_freq(struct hostapd_iface *iface, int freq, u32 state) in set_dfs_state_freq()
498 static int set_dfs_state(struct hostapd_iface *iface, int freq, int ht_enabled, in set_dfs_state()
553 static int dfs_are_channels_overlapped(struct hostapd_iface *iface, int freq, in dfs_are_channels_overlapped()
749 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, in hostapd_dfs_complete_cac()
947 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, in hostapd_dfs_radar_detected()
980 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, in hostapd_dfs_nop_finished()
1025 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq, in hostapd_dfs_start_cac()
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_clock.c44 LARGE_INTEGER freq , t ; in opj_clock() local
/external/deqp/framework/delibs/deutil/
DdeClock.c40 LARGE_INTEGER freq; in deGetMicroseconds() local
/external/compiler-rt/test/builtins/timing/
Dtiming.h17 uint64_t freq = 0; in intervalInCycles() local
/external/libopus/silk/float/
Dapply_sine_window_FLP.c46 silk_float freq, c, S0, S1; in silk_apply_sine_window_FLP() local
/external/libvncserver/test/
Dtjutil.c35 LARGE_INTEGER freq; in getfreq() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c413 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset()
441 struct nlattr *ifindex, struct nlattr *freq, in mlme_event_ch_switch()
534 struct nlattr *freq, struct nlattr *sig, in mlme_event_mgmt()
750 struct nlattr *freq, struct nlattr *ack, in mlme_event()
870 unsigned int freq; in mlme_event_join_ibss() local
897 unsigned int freq, chan_type, duration; in mlme_event_remain_on_channel() local
/external/speex/libspeex/
Dlsp.c219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack) in lpc_to_lsp()
403 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack) in lsp_to_lpc()
522 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack) in lsp_to_lpc()
/external/eigen/bench/
DBenchTimer.h55 LARGE_INTEGER freq; in BenchTimer() local
/external/e2fsprogs/misc/
De2initrd_helper.c58 int freq; member
238 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; in parse_fstab_line() local
/external/aac/libFDK/include/
Dmdct.h115 FIXP_DBL *freq; member
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dscanresults.cpp78 QString ssid, bssid, freq, signal, flags; in updateResults() local
/external/webp/src/utils/
Dquant_levels.c29 int freq[NUM_SYMBOLS] = { 0 }; in QuantizeLevels() local
/external/libvpx/libvpx/vpx_ports/
Dvpx_timer.h79 LARGE_INTEGER freq, diff; in vpx_usec_timer_elapsed() local

123456