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

  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.c 360 TApDiscoveryParams pApDiscoveryParams;
471 pApDiscoveryParams.scanDuration = pMeasurementSRV->msrRequest.msrTypes[ requestIndex ].duration * 1000; /* TODO change this to an infinite value (was 0) */
472 pApDiscoveryParams.numOfProbRqst = 1;
473 pApDiscoveryParams.txdRateSet = HW_BIT_RATE_1MBPS;
474 pApDiscoveryParams.ConfigOptions = RX_CONFIG_OPTION_FOR_MEASUREMENT;
475 pApDiscoveryParams.FilterOptions = RX_FILTER_OPTION_DEF_PRSP_BCN;
476 pApDiscoveryParams.txPowerDbm = pMeasurementSRV->msrRequest.txPowerDbm;
477 pApDiscoveryParams.scanOptions = SCAN_ACTIVE; /* both scan type and band are 0 for active and */
485 pApDiscoveryParams.scanOptions |= SCAN_PASSIVE;
489 status = cmdBld_CmdApDiscovery (pMeasurementSRV->hCmdBld, &pApDiscoveryParams, NULL, NULL)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrvSM.c 403 whalCtrl_ApDiscoveryParameters_t pApDiscoveryParams;
522 pApDiscoveryParams.scanDuration = pMeasurementSRV->msrRequest.msrTypes[ requestIndex ].duration * 1000; /* TODO change this to an infinite value (was 0) */
523 pApDiscoveryParams.numOfProbRqst = 1;
524 pApDiscoveryParams.txdRateSet = HW_BIT_RATE_1MBPS;
525 pApDiscoveryParams.ConfigOptions = RX_CONFIG_OPTION_FOR_MEASUREMENT;
526 pApDiscoveryParams.FilterOptions = RX_FILTER_OPTION_DEF_PRSP_BCN;
527 pApDiscoveryParams.txPowerDbm = pMeasurementSRV->msrRequest.txPowerDbm;
528 pApDiscoveryParams.scanOptions = SCAN_ACTIVE; /* both scan type and band are 0 for active and */
534 pApDiscoveryParams.scanOptions |= SCAN_5GHZ_BAND;
539 pApDiscoveryParams.scanOptions |= SCAN_PASSIVE
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrvSM.c 360 TApDiscoveryParams pApDiscoveryParams;
471 pApDiscoveryParams.scanDuration = pMeasurementSRV->msrRequest.msrTypes[ requestIndex ].duration * 1000; /* TODO change this to an infinite value (was 0) */
472 pApDiscoveryParams.numOfProbRqst = 1;
473 pApDiscoveryParams.txdRateSet = HW_BIT_RATE_1MBPS;
474 pApDiscoveryParams.ConfigOptions = RX_CONFIG_OPTION_FOR_MEASUREMENT;
475 pApDiscoveryParams.FilterOptions = RX_FILTER_OPTION_DEF_PRSP_BCN;
476 pApDiscoveryParams.txPowerDbm = pMeasurementSRV->msrRequest.txPowerDbm;
477 pApDiscoveryParams.scanOptions = SCAN_ACTIVE; /* both scan type and band are 0 for active and */
485 pApDiscoveryParams.scanOptions |= SCAN_PASSIVE;
489 status = cmdBld_CmdApDiscovery (pMeasurementSRV->hCmdBld, &pApDiscoveryParams, NULL, NULL)
    [all...]

Completed in 66 milliseconds