HomeSort by relevance Sort by last modified time
    Searched full:freqs (Results 51 - 66 of 66) sorted by null

1 23

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 370 unsigned int wpas_get_bands(struct wpa_supplicant *wpa_s, const int *freqs);
    [all...]
ctrl_iface.c 268 int *freqs = NULL; local
278 freqs = freq_range_to_channel_list(wpa_s,
281 wpa_s->manual_sched_scan_freqs = freqs;
2797 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6); local
6238 int *freqs = NULL; local
6277 int *freqs = NULL; local
    [all...]
events.c 668 static int freq_allowed(int *freqs, int freq)
672 if (freqs == NULL)
675 for (i = 0; freqs[i]; i++)
676 if (freqs[i] == freq)
    [all...]
bss.c 757 if (bss->freq == info->freqs[i]) {
    [all...]
interworking.c     [all...]
  /system/connectivity/shill/wifi/
wake_on_wifi.h 512 // |initiate_scan_callback| with |freqs|.
515 const WiFi::FreqSet& freqs);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 360 * @param freqs list of frequencies to scan for, if null scan all supported channels.
363 public boolean scan(Set<Integer> freqs, Set<Integer> hiddenNetworkIds) {
366 if (freqs != null && freqs.size() != 0) {
367 freqList = createCSVStringFromIntegerSet(freqs);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 3100 int freqs[2]; local
8752 u32 *freqs; local
8881 u32 *freqs; local
    [all...]
driver.h 334 * freqs - Array of frequencies to scan or %NULL for all frequencies
338 int *freqs; member in struct:wpa_driver_scan_params
4495 const int *freqs; member in struct:wpa_event_data::scan_info
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 1329 dbus_int32_t freqs[P2P_MAX_CHANNELS]; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 1094 "Group common freqs before iterating members",
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 2236 const int freqs[] = {48000, 44100, 16000, 96000, 32000, 8000}; local
2573 const int freqs[6] = {48000, 44100, 16000, 96000, 32000, 8000}; local
    [all...]
  /external/autotest/client/cros/
power_status.py     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 112 * to a {@code ConcurrentHashMap<String,LongAdder> freqs}, you can use
113 * {@code freqs.computeIfAbsent(key, k -> new LongAdder()).increment();}
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 380 milliseconds

1 23