HomeSort by relevance Sort by last modified time
    Searched refs:snrThreshold (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 177 TI_UINT8 snrThreshold; /**< Stores recently configured SNR threshold */
521 pAPConnection->snrThreshold = SNR_DEFAULT_THRESHOLD;
623 pParam->lowSnrThreshold = pAPConnection->snrThreshold;
677 pAPConnection->snrThreshold = pParam->lowSnrThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 388 TRACE4(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "RSSI threshold: %d, SNR threshold: %d, number of cycles: %d, reporth threshold: %d\n", pCommand->rssiThreshold, pCommand->snrThreshold, pCommand->maxNumOfCycles, pCommand->reportThreshold);
537 tFWPeriodicScanParams.snrThreshold = (TI_INT8)pPeriodicScanParams->iSnrThreshold;
    [all...]

Completed in 107 milliseconds