Searched refs:curr_freq (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | noise_summary.py | 26 self.curr_freq = 0 27 self.last_freq = self.curr_freq 59 curr_freq = self.curr_freq 60 if curr_freq not in self.data_dict_list[self.curr_dict_index]: 61 self.data_dict_list[self.curr_dict_index][curr_freq] = [None, None] 63 self.data_dict_list[self.curr_dict_index][curr_freq][val_index] = value 69 self.curr_freq = self._extract_frequency(data) 72 if self.curr_freq == self.last_freq: 75 self.last_freq = self.curr_freq 109 self.curr_freq = self._extract_frequency(data) [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 52 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_qr_code() 54 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_qr_code() 77 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_auth_resp_retry_timeout() 79 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, in hostapd_dpp_auth_resp_retry_timeout() 187 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status() 190 hapd->dpp_auth->curr_freq, in hostapd_dpp_tx_status() 260 freq = auth->curr_freq; in hostapd_dpp_reply_wait_timeout() 362 auth->curr_freq = freq; in hostapd_dpp_auth_init_next() 592 MAC2STR(src), hapd->dpp_auth->curr_freq, in hostapd_dpp_rx_auth_req() 594 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 | 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() 238 wpa_s->dpp_auth->curr_freq, in wpas_dpp_tx_status() 302 freq = auth->curr_freq; in wpas_dpp_reply_wait_timeout() 400 auth->curr_freq = freq; in wpas_dpp_auth_init_next() 674 new_freq = wpa_s->dpp_auth->curr_freq; in wpas_dpp_cancel_remain_on_channel_cb() 758 wpa_s->dpp_listen_freq != wpa_s->dpp_auth->curr_freq) { in wpas_dpp_rx_auth_req() [all …]
|
/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/common/ |
D | dpp.h | 200 unsigned int curr_freq; member
|
D | dpp.c | 1954 auth->curr_freq = auth->freq[0]; in dpp_channel_intersect() 2021 auth->curr_freq = auth->freq[0]; in dpp_prepare_channel_list() 3003 auth->curr_freq = freq; in dpp_auth_req_rx() 3041 if (auth->curr_freq != (unsigned int) neg_freq) { in dpp_auth_req_rx() 3045 auth->curr_freq = neg_freq; in dpp_auth_req_rx()
|