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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 176 TI_INT8 rssiThreshold; /**< Stores recently configured RSSI threshold */
520 pAPConnection->rssiThreshold = RSSI_DEFAULT_THRESHOLD;
622 pParam->lowRssiThreshold = pAPConnection->rssiThreshold;
646 pParam->lowRssiThreshold = pAPConnection->rssiThreshold;
651 pAPConnection->rssiThreshold = pParam->lowRssiThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h     [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);
536 tFWPeriodicScanParams.rssiThreshold = (TI_UINT8)pPeriodicScanParams->iRssiThreshold;
    [all...]

Completed in 55 milliseconds