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

  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngrTypes.h 155 EScanType scanType; /**< Required scan type (active, passive, AC triggered, SPS) */
roamingMngrApi.h 117 scan4RoamingType_e scanType; /* the scan type performed for Roaming */
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
scanMngrTypes.h 133 scan_Type_e scanType; /**<
scanTypes.h 158 scan_Type_e scanType; /**<
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngrTypes.h 155 EScanType scanType; /**< Required scan type (active, passive, AC triggered, SPS) */
roamingMngrApi.h 117 scan4RoamingType_e scanType; /* the scan type performed for Roaming */
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 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 240 EScanType scanType; /**< Desired scan type (normal - active or passive, SPS, triggered - active or passive) */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c 169 scan4RoamingType_e scanType;
530 pRoamingMngr->scanType = ROAMING_NO_SCAN;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 771 scanType - scan type
784 int scanType = scan_type;
796 if( scanType == SCAN_TYPE_NORMAL_PASSIVE )
797 scanType = SCAN_TYPE_TRIGGERED_PASSIVE;
798 else if( scanType == SCAN_TYPE_NORMAL_ACTIVE )
799 scanType = SCAN_TYPE_TRIGGERED_ACTIVE;
807 pScanParams->scanType = scanType;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 646 int scanType = (scanOnlyMode ?
648 if (LOCAL_LOGD) Log.v(TAG, "Scan-only mode changing to " + scanOnlyMode + " scanType=" + scanType);
649 if (setScanResultHandling(scanType)) {
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 504 pCuCmd->appScanParams.scanType = SCAN_TYPE_NORMAL_ACTIVE;
564 pCuCmd->scanPolicy.bandScanPolicy[ 0 ].trackingMethod.scanType = SCAN_TYPE_NORMAL_ACTIVE;
572 pCuCmd->scanPolicy.bandScanPolicy[ 0 ].discoveryMethod.scanType = SCAN_TYPE_NORMAL_ACTIVE;
580 pCuCmd->scanPolicy.bandScanPolicy[ 0 ].immediateScanMethod.scanType = SCAN_TYPE_NORMAL_ACTIVE;
683 os_error_printf(CU_MSG_INFO2, (PS8)"Scan type: %s\n", scanType2Str[ scanMethod->scanType ].name);
684 switch (scanMethod->scanType)
    [all...]

Completed in 258 milliseconds