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

  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrSM.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c     [all...]
qosMngr.c 631 TSetTemplate templateStruct;
643 templateStruct.ptr = (TI_UINT8 *)&psPollTemplate;
644 templateStruct.type = PS_POLL_TEMPLATE;
645 templateStruct.uRateMask = RATE_MASK_UNSPECIFIED;
646 buildPsPollTemplate(pQosMngr->hSiteMgr, &templateStruct);
647 TWD_CmdTemplate (pQosMngr->hTWD, &templateStruct, NULL, NULL);
663 templateStruct.ptr = (TI_UINT8 *)&QosNullDataTemplate;
664 templateStruct.type = QOS_NULL_DATA_TEMPLATE;
665 templateStruct.uRateMask = RATE_MASK_UNSPECIFIED;
666 buildQosNullDataTemplate(pQosMngr->hSiteMgr, &templateStruct,pQosMngr->QosNullDataTemplateUserPriority)
    [all...]

Completed in 563 milliseconds