Home
last modified time | relevance | path

Searched refs:curr_freq (Results 1 – 6 of 6) sorted by relevance

/external/speex/libspeexdsp/
Dfilterbank.c79 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/wpa_supplicant/
Ddpp_supplicant.c91 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code()
93 offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_qr_code()
206 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout()
208 offchannel_send_action(wpa_s, auth->curr_freq, auth->peer_mac_addr, in wpas_dpp_auth_resp_retry_timeout()
420 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_send_conn_status_result()
422 if (offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_send_conn_status_result()
563 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status()
566 wpa_s->dpp_auth->curr_freq, in wpas_dpp_tx_status()
630 freq = auth->curr_freq; in wpas_dpp_reply_wait_timeout()
745 auth->curr_freq = freq; in wpas_dpp_auth_init_next()
[all …]
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c71 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_qr_code()
73 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_qr_code()
183 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_auth_resp_retry_timeout()
185 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, in hostapd_dpp_auth_resp_retry_timeout()
579 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status()
582 hapd->dpp_auth->curr_freq, in hostapd_dpp_tx_status()
652 freq = auth->curr_freq; in hostapd_dpp_reply_wait_timeout()
773 auth->curr_freq = freq; in hostapd_dpp_auth_init_next()
1124 MAC2STR(src), hapd->dpp_auth->curr_freq, in hostapd_dpp_rx_auth_req()
1126 hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0, in hostapd_dpp_rx_auth_req()
[all …]
/external/wpa_supplicant_8/src/common/
Ddpp_auth.c718 auth->curr_freq = freq; in dpp_auth_req_rx()
756 if (auth->curr_freq != (unsigned int) neg_freq) { in dpp_auth_req_rx()
760 auth->curr_freq = neg_freq; in dpp_auth_req_rx()
Ddpp.h319 unsigned int curr_freq; member
Ddpp.c599 auth->curr_freq = auth->freq[0]; in dpp_channel_intersect()
657 auth->curr_freq = neg_freq; in dpp_prepare_channel_list()
675 auth->curr_freq = auth->freq[0]; in dpp_prepare_channel_list()