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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.c 365 whalCtrl_setTemplate_t templateStruct;
467 templateStruct.pTemplate = (UINT8 *)&probeReqTemplate;
468 templateStruct.templateType = PROBE_REQUEST_TEMPLATE;
469 buildProbeReqTemplate( pScanConcentrator->hSiteManager, &templateStruct,
472 whalCtrl_SetTemplate( pScanConcentrator->hHalCtrl, &templateStruct);
525 templateStruct.pTemplate = (UINT8 *)&probeReqTemplate;
526 templateStruct.templateType = PROBE_REQUEST_TEMPLATE;
527 buildProbeReqTemplate( pScanConcentrator->hSiteManager, &templateStruct,
530 whalCtrl_SetTemplate( pScanConcentrator->hHalCtrl, &templateStruct);
607 templateStruct.pTemplate = (UINT8 *)&probeReqTemplate
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrSM.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgrSM.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
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...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
qosMngr.c 624 TSetTemplate templateStruct;
636 templateStruct.ptr = (TI_UINT8 *)&psPollTemplate;
637 templateStruct.type = PS_POLL_TEMPLATE;
638 templateStruct.uRateMask = RATE_MASK_UNSPECIFIED;
639 buildPsPollTemplate(pQosMngr->hSiteMgr, &templateStruct);
640 TWD_CmdTemplate (pQosMngr->hTWD, &templateStruct, NULL, NULL);
656 templateStruct.ptr = (TI_UINT8 *)&QosNullDataTemplate;
657 templateStruct.type = QOS_NULL_DATA_TEMPLATE;
658 templateStruct.uRateMask = RATE_MASK_UNSPECIFIED;
659 buildQosNullDataTemplate(pQosMngr->hSiteMgr, &templateStruct,pQosMngr->QosNullDataTemplateUserPriority)
    [all...]
siteMgr.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
qosMngr.c 656 whalCtrl_setTemplate_t templateStruct;
668 templateStruct.pTemplate = (UINT8 *)&psPollTemplate;
669 templateStruct.templateType = PS_POLL_TEMPLATE;
670 buildPsPollTemplate(pQosMngr->hSiteMgr, &templateStruct);
671 whalCtrl_SetTemplate(pQosMngr->hHalCtrl, &templateStruct);
687 templateStruct.pTemplate = (UINT8 *)&QosNullDataTemplate;
688 templateStruct.templateType = QOS_NULL_DATA_TEMPLATE;
689 buildQosNullDataTemplate(pQosMngr->hSiteMgr, &templateStruct,pQosMngr->QosNullDataTemplateUserPriority);
690 whalCtrl_SetTemplate(pQosMngr->hHalCtrl, &templateStruct);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c 214 static whalCtrl_setTemplate_t templateStruct;
    [all...]

Completed in 580 milliseconds