Searched refs:UPSD (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DqosMngr.h74 #define CONVERT_DRIVER_PS_MODE_TO_FW(PsMode_e) ((PsMode_e == UPSD) ? PS_UPSD_TRIGER_AND_DELIVERY : PS_PARAMETERS_LEGACY)
H A DqosMngr.c270 /* No template has been set for UPSD */
374 /* validity check - allow to set the desired Ps mode per-AC to UPSD ONLY IF the station supports UPSD */
655 /* Set QOS Null data template into the firmware (only if at least one AC is configured as UPSD )*/
677 /* If MAX_NUM_OF_AC (4) ACs were found as UPSD, but we still haven't configured any UP in the Qos Null data template, it must mean all ACs require admission - not valid*/
742 In case the station is configure to work in UPSD mode
743 prefer a site that support UPSD and return 1.
746 INPUT: siteAPSDSupport - the UPSD capabilit of the site
1199 if (pParamInfo->content.rxTimeOut.UPSD == 0)
1201 TRACE0(pQosMngr->hReport, REPORT_SEVERITY_ERROR, " :Error trying to set invalid zero timeout for UPSD \
[all...]
/hardware/ti/wlan/wl1271/utils/
H A DtiQosTypes.h167 TI_UINT32 UPSD; member in struct:__anon3233
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriverCtrl.c87 pWlanParams->rxTimeOut.UPSD = pParamInfo->content.halCtrlRxTimeOut.UPSD;
H A DTWDriver.c665 pWlanParams->rxTimeOut.UPSD = pInitParams->tGeneral.rxTimeOut.UPSD;
H A DTWDriver.h2109 TI_UINT16 UPSD; /**< The maximum time that the device will wait to receive traffic from the AP after transmission from UPSD member in struct:__anon2660
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCfgIE.c1513 pCfg->UpsdTimeout = pRxTimeOut->UPSD;
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c3251 os_error_printf(CU_MSG_INFO2, (PS8)"PS Scheme = %d (0=LEGACY, 1=UPSD)\n", AcStatusParams.uCurrentUAPSDStatus);
3305 os_error_printf(CU_MSG_INFO2, (PS8)"Desired PS Mode (0=PS_POLL, 1=UPSD, 2=PS_NONE):\n");
3500 rxTimeOut.UPSD = parm[1].value;
3506 os_error_printf(CU_MSG_INFO2, (PS8)"Param 1 - UPSD (1 - 65000)\n");
3513 os_error_printf(CU_MSG_INFO2, (PS8)"Sent QOS Rx TimeOut params to driver...\n PsPoll = %d\n UPSD = %d\n",
3515 rxTimeOut.UPSD);
/hardware/ti/wlan/wl1271/platforms/os/common/src/
H A DosRgstry.c3374 sizeof p->twdInitParams.tGeneral.rxTimeOut.UPSD,
3375 (TI_UINT8*)&p->twdInitParams.tGeneral.rxTimeOut.UPSD);
3377 /* Note: The PsPoll wait timeout should be aligned with the UPSD setting */
3378 /* p->PowerMgrInitParams.HwPsPollResponseTimeout = (TI_UINT8)p->qosMngrInitParams.rxTimeout.UPSD;*/

Completed in 180 milliseconds