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

1 2 3 4 5 6

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 17 passive off;
  /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/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) */
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
scanTypes.h 76 SCAN_TYPE_NORMAL_PASSIVE = 0, /**< normal passive scan */
78 SCAN_TYPE_SPS, /**< scheduled passive scan */
79 SCAN_TYPE_TRIGGERED_PASSIVE, /**< triggered passive scan */
159 * scan type (normal - active or passive,
160 * SPS, triggered - active or passive)
scanMngrTypes.h 134 * scan type (normal - active or passive),
135 * Tid-Triggered (active or passive), or SPS
  /system/wlan/ti/wilink_6_1/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) */
  /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) */
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h 88 /* 0 */ SCAN_TYPE_NORMAL_PASSIVE = 0, /**< Normal passive scan */
90 /* 2 */ SCAN_TYPE_SPS, /**< Scheduled Passive scan */
91 /* 3 */ SCAN_TYPE_TRIGGERED_PASSIVE, /**< Triggered Passive scan */
94 /* 6 */ SCAN_TYPE_PACTSIVE /**< Passive + Active Scan (used for DFS - driver internal use only!!!) */
240 EScanType scanType; /**< Desired scan type (normal - active or passive, SPS, triggered - active or passive) */
  /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.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 149 * driver scan. Saved if a passive
156 * original with broadcast for passive
163 * passive scan is performed before the
170 * passive scan is performed before the
210 * for driver passive scan
ScanCncnDrvSM.c 325 * \brief SM action - handles a passive scan event (by starting a passive scan)
338 ("DRV SM: Sending passive scan command to scan SRV.\n") );
343 /* if the requested scan type is not passive in the first place, change it to passive */
392 ("DRV SM: No cahnnels available for passive scan, quitting.\n") );
422 ("DRV SM: scan SRV returned status %d, quitting driver passive scan.\n", status) );
672 The order is passive-active, when either the active or passive scan can be eliminated (but the order is kept).
683 /* passive scan already performed, check if active scan is needed. *
    [all...]
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample 32 #passive on ;
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.h 61 This method must be called at PASSIVE IRQL.
78 This method is called at PASSIVE IRQL.
103 This method is called at PASSIVE IRQL.
118 This method is called at PASSIVE IRQL.
134 This callback is called at PASSIVE IRQL.
161 This callback is called at PASSIVE IRQL.
180 This callback is called at PASSIVE IRQL.
354 This method is called at PASSIVE IRQL.
381 This method is called at PASSIVE IRQL.
391 This method is called at PASSIVE IRQL.
    [all...]
android_usb_pipe_file_object.h 196 This method must be called at PASSIVE IRQL.
203 /** \brief Queues a workitem to launch pipe reset at PASSIVE IRQL
233 This method is called at PASSIVE IRQL
  /external/iproute2/include/linux/can/
netlink.h 90 __u32 error_passive; /* Changes to error passive state */
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 124 * <td>DRIVER SCAN-PASSIVE<BR>&nbsp;&nbsp;Set scan type to passive</td>
  /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...]
  /system/wlan/ti/wilink_6_1/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 */
  /system/wlan/ti/wilink_6_1/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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
regulatoryDomain.c 725 that was detected in the last passive scan.
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
regulatoryDomain.c 718 that was detected in the last passive scan.
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 144 PASSIVE = 360,
309 #define PASSIVE 360

Completed in 399 milliseconds

1 2 3 4 5 6