/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | dpp_supplicant.c | 77 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code() 79 offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_qr_code() 103 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout() 105 offchannel_send_action(wpa_s, auth->curr_freq, auth->peer_mac_addr, in wpas_dpp_auth_resp_retry_timeout() 235 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status() 237 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response", in wpas_dpp_tx_status() 238 wpa_s->dpp_auth->curr_freq, in wpas_dpp_tx_status() 301 freq = auth->curr_freq; in wpas_dpp_reply_wait_timeout() 398 auth->curr_freq = freq; in wpas_dpp_auth_init_next() 703 new_freq = wpa_s->dpp_auth->curr_freq; in wpas_dpp_cancel_remain_on_channel_cb() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dpp_hostapd.c | 53 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_qr_code() 55 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_qr_code() 78 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_auth_resp_retry_timeout() 80 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, in hostapd_dpp_auth_resp_retry_timeout() 188 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status() 190 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response", in hostapd_dpp_tx_status() 191 hapd->dpp_auth->curr_freq, in hostapd_dpp_tx_status() 261 freq = auth->curr_freq; in hostapd_dpp_reply_wait_timeout() 363 auth->curr_freq = freq; in hostapd_dpp_auth_init_next() 601 MAC2STR(src), hapd->dpp_auth->curr_freq, in hostapd_dpp_rx_auth_req() [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | dpp_supplicant.c | 86 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code() 88 offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_qr_code() 201 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout() 203 offchannel_send_action(wpa_s, auth->curr_freq, auth->peer_mac_addr, in wpas_dpp_auth_resp_retry_timeout() 400 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_send_conn_status_result() 402 offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_send_conn_status_result() 530 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status() 532 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response", in wpas_dpp_tx_status() 533 wpa_s->dpp_auth->curr_freq, in wpas_dpp_tx_status() 596 freq = auth->curr_freq; in wpas_dpp_reply_wait_timeout() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A 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() 304 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response", 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() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.h | 202 unsigned int curr_freq; member
|
H A D | dpp.c | 2096 auth->curr_freq = auth->freq[0]; in dpp_channel_intersect() 2163 auth->curr_freq = auth->freq[0]; in dpp_prepare_channel_list() 3121 auth->curr_freq = freq; in dpp_auth_req_rx() 3159 if (auth->curr_freq != (unsigned int) neg_freq) { in dpp_auth_req_rx() 3163 auth->curr_freq = neg_freq; in dpp_auth_req_rx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_auth.c | 718 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()
|
H A D | dpp.h | 283 unsigned int curr_freq; member
|
H A D | dpp.c | 510 auth->curr_freq = auth->freq[0]; in dpp_channel_intersect() 568 auth->curr_freq = neg_freq; in dpp_prepare_channel_list() 586 auth->curr_freq = auth->freq[0]; in dpp_prepare_channel_list()
|