HomeSort by relevance Sort by last modified time
    Searched full:passive (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 17 passive off;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java 77 fail("passive location updates not working (expected: " + mRequestedUpdates +
104 fail("passive " + mProvider + " location updated too fast: " + delta + "ms < " +
106 mCb.log("when passive updates are much much faster than active updates it " +
114 mCb.log("passive " + mProvider + " update (" + delta + "ms)");
131 // Allow passive updates to be up to 10x faster than active updates,
150 mCb.log("enabling passive listener");
162 mCb.log("disabling passive listener");
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngrTypes.h 99 * or passive (without sending probe request frames). For a passive scan, the probe request parameters are ignored
117 * The Scan is passive or active, in which a single-channel scan is triggered by transmission on the serving channel
132 * SPS is a passive scan that is timed accurately to beacon transmissions.
155 EScanType scanType; /**< Required scan type (active, passive, AC triggered, SPS) */
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 66 // Passive is true if the location is coming from the passive provider, in which case
68 void reportLocation(in Location location, boolean passive);
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 87 /* 0 */ SCAN_TYPE_NORMAL_PASSIVE = 0, /**< Normal passive scan */
89 /* 2 */ SCAN_TYPE_SPS, /**< Scheduled Passive scan */
90 /* 3 */ SCAN_TYPE_TRIGGERED_PASSIVE, /**< Triggered Passive scan */
93 /* 6 */ SCAN_TYPE_PACTSIVE /**< Passive + Active Scan (used for DFS - driver internal use only!!!) */
239 EScanType scanType; /**< Desired scan type (normal - active or passive, SPS, triggered - active or passive) */
  /external/iptables/extensions/
libxt_osf.man 1 The osf module does passive operating system fingerprinting. This modules
6 Match an operating system genre by using a passive fingerprinting.
libxt_osf.c 39 "[!] --genre string Match a OS genre by passive fingerprinting.\n"
  /frameworks/base/services/java/com/android/server/location/
PassiveProvider.java 31 * A passive location provider reports locations received from other providers
85 // We do not want to match the special passive provider based on criteria.
  /external/chromium/chrome/browser/sync/engine/
model_safe_worker.cc 54 // The passive group is not the work thread for any browser model.
  /frameworks/ml/bordeaux/learning/multiclass_pa/java/android/bordeaux/learning/
MulticlassPA.java 21 * Wrapper for multiclass passive aggressive classifier.
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.h 19 // passive aggressive.
60 // parameters using passive-aggressive.
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample 32 #passive on ;
  /external/iproute2/include/linux/can/
netlink.h 100 __u32 error_passive; /* Changes to error passive state */
  /frameworks/base/docs/html/training/monitoring-device-state/
manifest-receivers.jd 39 use the receivers you declared in the manifest as passive alarms that are triggered by system events
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set_unittest.cc 50 // PASSIVE has one element removed. Finally, truncate to 1 so only UI is
78 SCOPED_TRACE(::testing::Message("PASSIVE projection mismatch at i = ")
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h 276 may perform either an active scan or a passive scan. During an active
278 and then listens for beacon/probe responses. During a passive scan, the
288 8 2 Scan options (Band select, Voice mode and Scan type = Active/Passive)
353 #define SCAN_PASSIVE 1 /* 1 = passive scan, 0 = active scan*/
374 /* WiLink performs a passive scan. When this bit*/
397 /* an active scan. It is not used for passive scans.*/
478 /* parameter is not used for passive scans. The*/
485 /* For passive scans, this field specifies the */
    [all...]
  /external/tcpdump/
configure.in 323 int passive, gaierr, inet4 = 0, inet6 = 0;
327 for (passive = 0; passive <= 1; passive++) {
330 hints.ai_flags = passive ? AI_PASSIVE : 0;
350 if (passive) {
365 if (passive) {
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnOsSm.c 211 /* scan type is passive if 802.11d is enabled and country IE was not yet found, active otherwise */
216 /* All paramters in the func are hard coded, due to that we set to active if not passive */
310 /* scan type is passive if 802.11d is enabled and country IE was not yet found, active otherwise */
315 /* All paramters in the func are hard coded, due to that we set to active if not passive */
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 721 that was detected in the last passive scan.
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 144 PASSIVE = 360,
309 #define PASSIVE 360
remoteconf.h 87 int passive; /* never initiate */ member in struct:remoteconf
  /external/chromium/net/ftp/
ftp_network_transaction_unittest.cc 84 "227 Entering Extended Passive Mode (|||31744|)\r\n");
219 "227 Entering Passive Mode 127,0,0,1,123,456\r\n");
269 "227 Entering Passive Mode 127,0,0,1,123,456\r\n");
307 "227 Entering Passive Mode 127,0,0,1,123,456\r\n");
418 "227 Entering Passive Mode 127,0,0,1,123,456\r\n");
472 "227 Entering Passive Mode 127,0,0,1,123,456\r\n");
    [all...]
  /hardware/broadcom/wlan/bcm4329/wpa_supplicant_8_lib/
driver_cmd_wext.c 104 /* Set passive dwell time (default is 250) */
167 /* Set passive dwell time (default is 250) */
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 107 /* Set passive dwell time (default is 250) */
170 /* Set passive dwell time (default is 250) */
  /external/ppp/pppd/
lcp.h 73 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options

Completed in 972 milliseconds

1 2 3 4 5 6