Home
last modified time | relevance | path

Searched refs:uSraThreshold (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DscanResultTable.h163 void scanResultTable_SetSraThreshold(TI_HANDLE hScanResultTable, TI_UINT32 uSraThreshold);
DscanResultTable.c136 TI_UINT32 uSraThreshold; /**< Rssi threshold for frame filtering */ member
218 pScanResultTable->uSraThreshold = 60; in scanResultTable_Init()
257 void scanResultTable_SetSraThreshold(TI_HANDLE hScanResultTable, TI_UINT32 uSraThreshold) in scanResultTable_SetSraThreshold() argument
260 pScanResultTable->uSraThreshold = uSraThreshold; in scanResultTable_SetSraThreshold()
515 os_timeStampMs(pScanResultTable->hOS) - MILISECONDS(pScanResultTable->uSraThreshold)) in scanResultTable_PerformAging()
DScanCncnApp.c193 scanResultTable_SetSraThreshold(pScanCncn->hScanResultTable, pParam->content.uSraThreshold); in scanCncnApp_SetParam()
DScanCncn.c273 … scanResultTable_SetSraThreshold(pScanCncn->hScanResultTable, pScanCncnInitParams->uSraThreshold); in scanCncn_SetDefaults()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h758 TI_UINT32 uSraThreshold; member
1130 TI_UINT32 uSraThreshold; member
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c3798 sizeof p->tScanCncnInitParams.uSraThreshold, in regFillInitTable()
3799 (TI_UINT8*)&p->tScanCncnInitParams.uSraThreshold); in regFillInitTable()