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

12 3 4 5 6

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnDrvSM.h 165 * \brief SM action - handles a passive scan event (by starting a passive scan)
ScanCncnOidSM.c 198 /* scan type is passive if 802.11d is enabled and country IE was not yet found, active otherwise */
307 /* scan type is passive if 802.11d is enabled and country IE was not yet found, active otherwise */
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmd.c 398 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 0 ], pCommand->numOfActive[ 0 ]);
404 TRACE3(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of DFS channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 1 ], pCommand->numOfDfs, pCommand->numOfActive[ 2 ]);
411 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 2 ], pCommand->numOfActive[ 2 ]);
453 * \param eScanType - scan type (passive or active)
455 * \param uPassiveScanDfsDwellTime - Dwell time for passive scan on DFS channels (in milli-secs)
510 * \param uPassiveScanDfsDwellTimeUs - Passive dwell time for DFS channels
587 tFWPeriodicScanParams.numOfPassive[ 0 ] = /* build passive B/G channels */
593 tFWPeriodicScanParams.numOfPassive[ 1 ] = /* build passive A channels */
603 /* until J is supported, mark zero channels for J passive and active */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_commands.h 294 may perform either an active scan or a passive scan. During an active
296 and then listens for beacon/probe responses. During a passive scan, the
306 8 2 Scan options (Band select, Voice mode and Scan type = Active/Passive)
411 #define SCAN_PASSIVE 1 /* 1 = passive scan, 0 = active scan*/
432 /* WiLink performs a passive scan. When this bit*/
457 /* TxdRateSet). It is not used for passive scans.*/
525 /* parameter is not used for passive scans. The*/
532 /* For passive scans, this field specifies the */
    [all...]
  /development/host/windows/usb/legacy/driver/
android_usb_driver_object.h 71 This method must be called at PASSIVE IRQL.
  /external/ipsec-tools/src/racoon/
remoteconf.h 87 int passive; /* never initiate */ member in struct:remoteconf
remoteconf.c 186 new->passive = FALSE;
576 s_switch (p->passive));
  /external/ppp/pppd/
lcp.h 73 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
lcp.c 141 { "passive", o_bool, &lcp_wantoptions[0].passive,
142 "Set passive mode", 1 },
143 { "-p", o_bool, &lcp_wantoptions[0].passive,
144 "Set passive mode", OPT_ALIAS | 1 },
383 if (wo->passive)
407 * lcp_close() in passive/silent mode when a connection hasn't
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverMsr.h 88 /* 0 */ MSR_SCAN_MODE_PASSIVE = 0, /**< Passive Scan Mode */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
measurementSrvDbgPrint.c 64 "scan mode passive",
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverMsr.h 88 /* 0 */ MSR_SCAN_MODE_PASSIVE = 0, /**< Passive Scan Mode */
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSm.c 637 * (one on each band). To find country IE we use passive scan forever, to find the desired SSID we
698 /* set passive scan */
702 * in order to fined country set uMaxDwellTimeMs ( that at passive scan set the passiveScanDuration )
797 /* no scanned band has a counrty code - meaning all scan is passive (to find country) */
800 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_StartScan: performing passive scan to find country IE\n");
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smeSm.c 632 * (one on each band). To find country IE we use passive scan forever, to find the desired SSID we
691 /* set passive scan */
695 * in order to fined country set uMaxDwellTimeMs ( that at passive scan set the passiveScanDuration )
782 /* no scanned band has a counrty code - meaning all scan is passive (to find country) */
785 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_StartScan: performing passive scan to find country IE\n");
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 476 // create a passive location provider, which is always enabled
    [all...]
UiModeManagerService.java 237 // are handled through the passive location provider.
676 // enable passive provider to receive updates from location fixes (gps
683 // we may get IllegalArgumentException if passive location provider
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 395 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 0 ], pCommand->numOfActive[ 0 ]);
401 TRACE3(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of DFS channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 1 ], pCommand->numOfDfs, pCommand->numOfActive[ 2 ]);
408 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 2 ], pCommand->numOfActive[ 2 ]);
450 * \param eScanType - scan type (passive or active)
452 * \param uPassiveScanDfsDwellTime - Dwell time for passive scan on DFS channels (in milli-secs)
507 * \param uPassiveScanDfsDwellTimeUs - Passive dwell time for DFS channels
586 tFWPeriodicScanParams.numOfPassive[ 0 ] = /* build passive B/G channels */
592 tFWPeriodicScanParams.numOfPassive[ 1 ] = /* build passive A channels */
602 /* until J is supported, mark zero channels for J passive and active */
    [all...]
  /external/iproute2/ip/
iplink_can.c 178 [CAN_STATE_ERROR_PASSIVE] = "ERROR-PASSIVE",
  /external/tcpdump/
ieee802_11_radio.h 187 #define IEEE80211_CHAN_PASSIVE 0x0200 /* Only passive scan allowed */
print-ntp.c 58 { MODE_SYM_PAS, "symmetric passive" },
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap.h 210 #define IEEE80211_CHAN_PASSIVE 0x0200 /* Only passive scan allowed */
  /frameworks/base/core/java/android/nfc/
Tag.java 25 * A tag is a passive NFC element, such as NFC Forum Tag's, Mifare class Tags,
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.h 42 #define GET_PASSIVE_ASSOC_DWELL "PASSIVE="
  /external/libxml2/
nanoftp.c 133 int passive; /* currently we support only passive !!! */ member in struct:xmlNanoFTPCtxt
483 ret->passive = 1;
513 ctxt->passive = 1;
1360 * passive mode is supported.
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-node.c 300 * If the parent is passive and doesn't have children, delete it.

Completed in 3581 milliseconds

12 3 4 5 6