Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DtrafficAdmControl.c1226 COPY_WLAN_LONG(pDataBuf + 4, &pTSpecInfo->uMinimumServiceInterval); /* Minimum service interval */ in trafficAdmCtrl_buildTSPec()
1227 COPY_WLAN_LONG(pDataBuf + 8, &pTSpecInfo->uMaximumServiceInterval); /* Maximum service interval */ in trafficAdmCtrl_buildTSPec()
1228 COPY_WLAN_LONG(pDataBuf + 16, &suspensionInterval); in trafficAdmCtrl_buildTSPec()
1229 COPY_WLAN_LONG(pDataBuf + 24, &pTSpecInfo->meanDataRate); /* Minimum-data-rate. */ in trafficAdmCtrl_buildTSPec()
1230 COPY_WLAN_LONG(pDataBuf + 28, &pTSpecInfo->meanDataRate); /* Mean-data-rate. */ in trafficAdmCtrl_buildTSPec()
1231 COPY_WLAN_LONG(pDataBuf + 32, &pTSpecInfo->meanDataRate); /* Peak-data-rate. */ in trafficAdmCtrl_buildTSPec()
1232 COPY_WLAN_LONG(pDataBuf + 44, &pTSpecInfo->minimumPHYRate); in trafficAdmCtrl_buildTSPec()
1285 COPY_WLAN_LONG(&pTSpecInfo->uMinimumServiceInterval, pData + 4); in trafficAdmCtrl_parseTspecIE()
1286 COPY_WLAN_LONG(&pTSpecInfo->uMaximumServiceInterval, pData + 8); in trafficAdmCtrl_parseTspecIE()
1287 COPY_WLAN_LONG(&pTSpecInfo->meanDataRate, pData + 28); in trafficAdmCtrl_parseTspecIE()
[all …]
DStaCap.c284 COPY_WLAN_LONG(pDataBuf + 23, &(tHtCapabilities.uTxBfCapabilities)); in StaCap_GetHtCapabilitiesIe()
/hardware/ti/wlan/wl1271/utils/
Dtidef.h265 #define COPY_WLAN_LONG(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[3]; \ macro
336 #define COPY_WLAN_LONG(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[0]; \ macro
/hardware/ti/wlan/wl1271/TWD/TwIf/
DTwIf.c743 COPY_WLAN_LONG(&data,&(pTxn->aBuf[0])); in twIf_SendTransaction()