HomeSort by relevance Sort by last modified time
    Searched full:curr_freq (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/firmware_TouchMTB/
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
    [all...]
  /external/speex/libspeex/
filterbank.c 79 spx_word16_t curr_freq; local
82 curr_freq = EXTRACT16(MULT16_32_P15(i,df));
83 mel = toBARK(curr_freq);
  /external/wpa_supplicant_8/wpa_supplicant/
dpp_supplicant.c 96 offchannel_send_action(wpa_s, auth->curr_freq,
346 wpa_s->dpp_auth->curr_freq);
347 wpas_dpp_listen_start(wpa_s, wpa_s->dpp_auth->curr_freq);
570 wpa_s->dpp_auth->curr_freq = peer_bi->freq[0];
572 wpa_s->dpp_auth->curr_freq = 2412;
589 res = offchannel_send_action(wpa_s, wpa_s->dpp_auth->curr_freq,
764 wpa_s->dpp_auth->curr_freq);
765 wpas_dpp_listen_start(wpa_s, wpa_s->dpp_auth->curr_freq);
870 offchannel_send_action(wpa_s, wpa_s->dpp_auth->curr_freq,
1137 MAC2STR(auth->peer_mac_addr), auth->curr_freq);
    [all...]
  /external/wpa_supplicant_8/src/ap/
dpp_hostapd.c 78 hostapd_drv_send_action(hapd, auth->curr_freq, 0,
510 hapd->dpp_auth->curr_freq = peer_bi->freq[0];
512 hapd->dpp_auth->curr_freq = 2412;
523 res = hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0,
628 hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0,
794 MAC2STR(auth->peer_mac_addr), auth->curr_freq);
796 res = gas_query_ap_req(hapd->gas, auth->peer_mac_addr, auth->curr_freq,
853 hostapd_drv_send_action(hapd, auth->curr_freq, 0, src,
    [all...]
  /external/wpa_supplicant_8/src/common/
dpp.h 158 unsigned int curr_freq; member in struct:dpp_authentication
dpp.c     [all...]

Completed in 545 milliseconds