Searched refs:iSnrThreshold (Results 1 – 6 of 6) sorted by relevance
308 TI_INT8 iSnrThreshold; /**< SNR threshold */ member
716 pSme->tScanParams.iSnrThreshold = pSme->tInitParams.iSnrThreshold; in sme_StartScan()
921 TI_INT8 iSnrThreshold; member
537 tFWPeriodicScanParams.snrThreshold = (TI_INT8)pPeriodicScanParams->iSnrThreshold; in cmdBld_StartPeriodicScan()
1820 … (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()
533 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()