HomeSort by relevance Sort by last modified time
    Searched defs:passive (Results 1 - 10 of 10) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
resolver_query_base.hpp 32 passive = ASIO_OS_DEF(AI_PASSIVE), enumerator in enum:asio::ip::resolver_query_base::flags
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 201 u64 passive = iter_ - active; local
202 return active + 10 * passive;
  /external/ppp/pppd/
lcp.h 89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 84 u_int passive : 1; /* Don't die if we don't get a response */ member in struct:lcp_options
  /external/ipsec-tools/src/racoon/
remoteconf.h 87 int passive; /* never initiate */ member in struct:remoteconf
  /external/libxml2/
nanoftp.c 134 int passive; /* currently we support only passive !!! */ member in struct:xmlNanoFTPCtxt
484 ret->passive = 1;
514 ctxt->passive = 1;
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 125 int passive; // 0 => active, 1 => passive scan; ignored for DFS member in struct:__anon43345
  /external/iw/
scan.c 205 } else if (!strcmp(v[0], "passive")) {
358 bool passive = false, have_ssids = false, have_freqs = false; local
403 } else if (strcmp(argv[i], "passive") == 0) {
405 passive = true;
464 if (!passive)
1216 printf("\t\t * passive dwell: %d TUs\n", (data[1] << 8) | data[0]);
1219 printf("\t\t * scan passive total per channel: %d TUs\n", (data[7] << 8) | data[6]);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 122 * if true, scan this channel in passive fashion.
126 public boolean passive; /* ignored on DFS channels */ field in class:WifiScanner.ChannelSpec
138 passive = false;
247 dest.writeInt(channels[i].passive ? 1 : 0);
281 spec.passive = in.readInt() == 1;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 891 public boolean passive; field in class:WifiNative.ChannelSettings
    [all...]

Completed in 1491 milliseconds