Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:uSraThreshold

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))