HomeSort by relevance Sort by last modified time
    Searched refs:freqs (Results 76 - 84 of 84) sorted by null

1 2 34

  /external/wpa_supplicant_8/src/drivers/
driver.h 382 * freqs - Array of frequencies to scan or %NULL for all frequencies
386 int *freqs; member in struct:wpa_driver_scan_params
5027 const int *freqs; member in struct:wpa_event_data::scan_info
    [all...]
driver_nl80211.c 3304 int freqs[2]; local
9485 u32 *freqs; local
9614 u32 *freqs; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 293 int *freqs = NULL; local
303 freqs = freq_range_to_channel_list(wpa_s,
306 wpa_s->manual_sched_scan_freqs = freqs;
3070 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6); local
6780 int *freqs = NULL; local
6819 int *freqs = NULL; local
    [all...]
bss.c 838 if (bss->freq == info->freqs[i]) {
    [all...]
events.c 724 static int freq_allowed(int *freqs, int freq)
728 if (freqs == NULL)
731 for (i = 0; freqs[i]; i++)
732 if (freqs[i] == freq)
    [all...]
interworking.c     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java     [all...]
  /frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java 203 long[] freqs = mKernelUidCpuFreqTimeReader.readFreqs(powerProfile); local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java 1925 Set<Integer> freqs = mWifiConfigManager.fetchChannelSetForNetworkForPartialScan( local
    [all...]

Completed in 1563 milliseconds

1 2 34