Searched defs:threshold (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCfg.c181 TI_STATUS cmdBld_CfgRtsThreshold (TI_HANDLE hCmdBld, TI_UINT16 threshold, void *fCb, TI_HANDLE hCb) argument
183 return cmdBld_CfgIeRtsThreshold (hCmdBld, threshold, fCb, hCb);
504 TI_STATUS cmdBld_CfgPacketDetectionThreshold (TI_HANDLE hCmdBld, TI_UINT32 threshold, void *fCb, TI_HANDLE hCb) argument
506 DB_WLAN(hCmdBld).PacketDetectionThreshold = threshold;
508 return cmdBld_CfgIePacketDetectionThreshold (hCmdBld, threshold, fCb, hCb);
682 DB_WLAN(hCmdBld).tRssiSnrTrigger[pTriggerParam->index].threshold = pTriggerParam->threshold;
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriverCtrl.c359 TI_STATUS TWD_CfgPacketDetectionThreshold (TI_HANDLE hTWD, TI_UINT32 threshold) argument
365 return cmdBld_CfgPacketDetectionThreshold (pTWD->hCmdBld, threshold, NULL, NULL);
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
H A Dpublic_infoele.h900 uint32 ConnectionOutOfSync; /* Count the number of times TSF Out Of Sync occures, meaning we lost more consecutive beacons that defined by the host's threshold.*/
1163 /* the threshold.*/
1166 /* only when the RSSI threshold is crossed from above.*/
1188 int16 threshold; member in struct:__anon844
1193 uint8 hystersis; /* Hysteresis range in dB around the threshold value (0 - 255) */
1270 uint32 pdThreshold; /* The packet detection threshold in the PHY.*/
1452 uint16 rxCCAThreshold; /* The Rx Clear Channel Assessment threshold in the PHY*/
1453 /* (the energy threshold).*/

Completed in 35 milliseconds