Searched refs:QOS_WME (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/wlan/wl1271/Test/
H A DqosMngrDbg.c90 case QOS_WME:
91 WLAN_OS_REPORT(("QOS protocol = QOS_WME\n"));
92 protocol = QOS_WME;
126 if(protocol == QOS_WME)
137 if(protocol == QOS_WME)
148 if(protocol == QOS_WME)
159 if(protocol == QOS_WME)
/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DtxCtrlServ.c152 if (qosProt == QOS_WME)
/hardware/ti/wlan/wl1271/utils/
H A DtiQosTypes.h53 QOS_WME, enumerator in enum:__anon1619
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DqosMngr.c1072 if(pParamInfo->content.qosSiteProtocol == QOS_WME)
1129 if( (pQosMngr->activeProtocol == QOS_WME) && (pQosMngr->desiredPsMode == PS_SCHEME_UPSD_TRIGGER) && (pParamInfo->content.currentPsMode == PS_SCHEME_UPSD_TRIGGER) )
1410 pQosMngr->activeProtocol = QOS_WME;
1477 if(pQosMngr->activeProtocol == QOS_WME)
1563 case QOS_WME:
1587 DESCRIPTION: building QOS_WME IE.
1754 case QOS_WME:
1760 TRACE0(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "qosMngr_setSite: setting active protocol QOS_WME params with non QOS_WME IE params frame, setting active protocol back to NONE \n");
1769 TRACE0(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "Warning: qosMngr_setSite-> failed to set AC QOS_WME parameter
[all...]
H A DsystemConfig.c578 pParam->content.qosSiteProtocol = QOS_WME;
H A DsiteMgr.c2450 qosMngr_updateIEinfo(pSiteMgr->hQosMngr,(TI_UINT8 *)(pFrameInfo->content.iePacket.WMEParams), QOS_WME);
2452 /* updating the QOS_WME paraeters into the site table. */
2455 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "$$$$$$ QOS_WME parameters were updates according to beacon, cntSeq = %d\n",pSite->lastWMEParameterCnt);
2481 /* Updating QOS_WME params */
2484 /* Checking if this is IE includes new QOS_WME Parameters */
2495 qosMngr_updateIEinfo(pSiteMgr->hQosMngr,(TI_UINT8 *)(pFrameInfo->content.iePacket.WMEParams),QOS_WME);
2497 /* updating the QOS_WME paraeters into the site table. */
2500 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "$$$$$$ QOS_WME parameters were updates according to probe response, cntSeq = %d\n",pSite->lastWMEParameterCnt);
3435 DESCRIPTION: Set the QOS_WME params as received from the associated
3441 OUTPUT: pDot11_WME_PARAM_t - pointer to the QOS_WME Para
[all...]

Completed in 183 milliseconds