HomeSort by relevance Sort by last modified time
    Searched refs:uSraThreshold (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.h 163 void scanResultTable_SetSraThreshold(TI_HANDLE hScanResultTable, TI_UINT32 uSraThreshold);
scanResultTable.c 136 TI_UINT32 uSraThreshold; /**< Rssi threshold for frame filtering */
218 pScanResultTable->uSraThreshold = 60;
253 * \param uSraThreshold - Scan Result Aging threshold
257 void scanResultTable_SetSraThreshold(TI_HANDLE hScanResultTable, TI_UINT32 uSraThreshold)
260 pScanResultTable->uSraThreshold = uSraThreshold;
515 os_timeStampMs(pScanResultTable->hOS) - MILISECONDS(pScanResultTable->uSraThreshold))
    [all...]
ScanCncnApp.c 193 scanResultTable_SetSraThreshold(pScanCncn->hScanResultTable, pParam->content.uSraThreshold);
ScanCncn.c 273 scanResultTable_SetSraThreshold(pScanCncn->hScanResultTable, pScanCncnInitParams->uSraThreshold);
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 758 TI_UINT32 uSraThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 28 milliseconds