Searched refs:templateStruct (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
H A DmeasurementMgrSM.c924 TSetTemplate templateStruct; local
928 templateStruct.ptr = (TI_UINT8 *) &probeReqTemplate;
929 templateStruct.type = PROBE_REQUEST_TEMPLATE;
930 templateStruct.eBand = request.band;
931 templateStruct.uRateMask = RATE_MASK_UNSPECIFIED;
936 buildProbeReqTemplate( pMeasurementMgr->hSiteMgr, &templateStruct, &broadcastSSID, request.band );
941 templateStruct.ptr + templateStruct.len,
943 templateStruct.len += len;
947 TWD_CmdTemplate (pMeasurementMgr->hTWD, &templateStruct, NUL
[all...]
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DsiteMgr.c970 TSetTemplate templateStruct; local
979 templateStruct.type = ARP_RSP_TEMPLATE;
980 templateStruct.ptr = (TI_UINT8 *)&ArpRspTemplate;
982 buildArpRspTemplate(pSiteMgr, &templateStruct, staIp);
983 TWD_CmdTemplate (pSiteMgr->hTWD, &templateStruct, NULL, NULL);
1515 TSetTemplate templateStruct; local
1568 templateStruct.uRateMask = RATE_MASK_UNSPECIFIED;
1571 templateStruct.ptr = (TI_UINT8 *)&probeRspTemplate;
1572 templateStruct.type = PROBE_RESPONSE_TEMPLATE;
1573 buildProbeRspTemplate(pSiteMgr, &templateStruct);
[all...]
H A DqosMngr.c631 TSetTemplate templateStruct; local
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,pQosMng
2557 TSetTemplate templateStruct; local
[all...]

Completed in 128 milliseconds