Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriverScan.h308 TI_INT8 iSnrThreshold; /**< SNR threshold */ member
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DsmeSm.c716 pSme->tScanParams.iSnrThreshold = pSme->tInitParams.iSnrThreshold; in sme_StartScan()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h921 TI_INT8 iSnrThreshold; member
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCmd.c537 tFWPeriodicScanParams.snrThreshold = (TI_INT8)pPeriodicScanParams->iSnrThreshold; in cmdBld_StartPeriodicScan()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c1820 … (TI_UINT8*)&p->tSmeInitParams.iSnrThreshold, NULL, &uEntriesNumber, sizeof(TI_INT8),TI_FALSE); in regFillInitTable()
1822 if ( (p->tSmeInitParams.iSnrThreshold < SME_SCAN_SNR_THRESHOLD_MIN) || in regFillInitTable()
1823 (p->tSmeInitParams.iSnrThreshold > SME_SCAN_SNR_THRESHOLD_MAX)) in regFillInitTable()
1825 p->tSmeInitParams.iSnrThreshold = SME_SCAN_SNR_THRESHOLD_DEF_NUM; in regFillInitTable()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c533 pCuCmd->tPeriodicAppScanParams.iSnrThreshold = 0; in CuCmd_Init_Scan_Params()
2459 pCuCmd->tPeriodicAppScanParams.iSnrThreshold = (S8)parm[ 1 ].value; in CuCmd_ConfigPeriodicScanGlobal()
2521 … pCuCmd->tPeriodicAppScanParams.iRssiThreshold, pCuCmd->tPeriodicAppScanParams.iSnrThreshold, in CuCmd_DisplayPeriodicScanConfiguration()