Home
last modified time | relevance | path

Searched refs:COPY_WLAN_LONG (Results 1 – 4 of 4) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DtrafficAdmControl.c1214 COPY_WLAN_LONG(pDataBuf + 4, &pTSpecInfo->uMinimumServiceInterval); /* Minimum service interval */ in trafficAdmCtrl_buildTSPec()
1215 COPY_WLAN_LONG(pDataBuf + 8, &pTSpecInfo->uMaximumServiceInterval); /* Maximum service interval */ in trafficAdmCtrl_buildTSPec()
1216 COPY_WLAN_LONG(pDataBuf + 16, &suspensionInterval); in trafficAdmCtrl_buildTSPec()
1217 COPY_WLAN_LONG(pDataBuf + 24, &pTSpecInfo->meanDataRate); /* Minimum-data-rate. */ in trafficAdmCtrl_buildTSPec()
1218 COPY_WLAN_LONG(pDataBuf + 28, &pTSpecInfo->meanDataRate); /* Mean-data-rate. */ in trafficAdmCtrl_buildTSPec()
1219 COPY_WLAN_LONG(pDataBuf + 32, &pTSpecInfo->meanDataRate); /* Peak-data-rate. */ in trafficAdmCtrl_buildTSPec()
1220 COPY_WLAN_LONG(pDataBuf + 44, &pTSpecInfo->minimumPHYRate); in trafficAdmCtrl_buildTSPec()
1273 COPY_WLAN_LONG(&pTSpecInfo->uMinimumServiceInterval, pData + 4); in trafficAdmCtrl_parseTspecIE()
1274 COPY_WLAN_LONG(&pTSpecInfo->uMaximumServiceInterval, pData + 8); in trafficAdmCtrl_parseTspecIE()
1275 COPY_WLAN_LONG(&pTSpecInfo->meanDataRate, pData + 28); in trafficAdmCtrl_parseTspecIE()
[all …]
DStaCap.c285 COPY_WLAN_LONG(pDataBuf + 23, &(tHtCapabilities.uTxBfCapabilities)); in StaCap_GetHtCapabilitiesIe()
/system/wlan/ti/wilink_6_1/utils/
Dtidef.h270 #define COPY_WLAN_LONG(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[3]; \ macro
341 #define COPY_WLAN_LONG(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[0]; \ macro
/system/wlan/ti/wilink_6_1/TWD/TwIf/
DTwIf.c701 COPY_WLAN_LONG(&data,&(pTxn->aBuf[0])); in twIf_SendTransaction()