Searched defs:uSraThreshold (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DscanResultTable.c136 TI_UINT32 uSraThreshold; /**< Rssi threshold for frame filtering */ member in struct:__anon3093
218 pScanResultTable->uSraThreshold = 60;
253 * \param uSraThreshold - Scan Result Aging threshold
257 void scanResultTable_SetSraThreshold(TI_HANDLE hScanResultTable, TI_UINT32 uSraThreshold) argument
260 pScanResultTable->uSraThreshold = uSraThreshold;
515 os_timeStampMs(pScanResultTable->hOS) - MILISECONDS(pScanResultTable->uSraThreshold))
/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DparamOut.h758 TI_UINT32 uSraThreshold; member in union:__anon2842::__anon2843
1130 TI_UINT32 uSraThreshold; member in struct:__anon2871

Completed in 58 milliseconds