Searched refs:curr_freq (Results 1 – 6 of 6) sorted by relevance
/external/speex/libspeexdsp/ |
D | filterbank.c | 79 spx_word16_t curr_freq; in filterbank_new() local 82 curr_freq = EXTRACT16(MULT16_32_P15(i,df)); in filterbank_new() 83 mel = toBARK(curr_freq); in filterbank_new()
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 63 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_qr_code() 65 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_qr_code() 175 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_auth_resp_retry_timeout() 177 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, in hostapd_dpp_auth_resp_retry_timeout() 302 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status() 305 hapd->dpp_auth->curr_freq, in hostapd_dpp_tx_status() 375 freq = auth->curr_freq; in hostapd_dpp_reply_wait_timeout() 496 auth->curr_freq = freq; in hostapd_dpp_auth_init_next() 796 MAC2STR(src), hapd->dpp_auth->curr_freq, in hostapd_dpp_rx_auth_req() 798 hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0, in hostapd_dpp_rx_auth_req() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 87 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code() 89 offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_qr_code() 202 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout() 204 offchannel_send_action(wpa_s, auth->curr_freq, auth->peer_mac_addr, in wpas_dpp_auth_resp_retry_timeout() 401 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_send_conn_status_result() 403 offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_send_conn_status_result() 531 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status() 534 wpa_s->dpp_auth->curr_freq, in wpas_dpp_tx_status() 598 freq = auth->curr_freq; in wpas_dpp_reply_wait_timeout() 713 auth->curr_freq = freq; in wpas_dpp_auth_init_next() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | dpp_auth.c | 719 auth->curr_freq = freq; in dpp_auth_req_rx() 757 if (auth->curr_freq != (unsigned int) neg_freq) { in dpp_auth_req_rx() 761 auth->curr_freq = neg_freq; in dpp_auth_req_rx()
|
D | dpp.h | 281 unsigned int curr_freq; member
|
D | dpp.c | 524 auth->curr_freq = auth->freq[0]; in dpp_channel_intersect() 582 auth->curr_freq = neg_freq; in dpp_prepare_channel_list() 600 auth->curr_freq = auth->freq[0]; in dpp_prepare_channel_list()
|