HomeSort by relevance Sort by last modified time
    Searched full:num_channels (Results 301 - 315 of 315) sorted by null

<<111213

  /system/core/metricsd/uploader/proto/
system_profile.proto 639 optional int32 num_channels = 2;
  /external/wpa_supplicant_8/src/ap/
beacon.c 246 for (i = 0; i < mode->num_channels; i++) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 965 for (j = 0; j < mode->num_channels; j++) {
    [all...]
scan.c 545 params->freqs = os_calloc(mode->num_channels + 1, sizeof(int));
548 for (count = 0, i = 0; i < mode->num_channels; i++) {
    [all...]
wpa_supplicant.c     [all...]
ctrl_iface.c     [all...]
events.c 703 for (j = 0; j < modes[i].num_channels; j++) {
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
SectionParser.java     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstructions.td     [all...]
SIInstrInfo.td 105 SDTCisVT<2, i32>, // num_channels(imm)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 142 * num_channels - Number of entries in the channels array
144 int num_channels; member in struct:hostapd_hw_modes
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 1681 public int num_channels; field in class:WifiNative.BucketSettings
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 337 uint8 num_channels; member in struct:dot11_supp_channels
    [all...]
  /external/opencv3/3rdparty/lib/
libavformat.a     [all...]
libavformat64.a     [all...]

Completed in 1229 milliseconds

<<111213