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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
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...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 758 TI_UINT32 uSraThreshold;
    [all...]

Completed in 6486 milliseconds