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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
trafficAdmControl.c     [all...]
StaCap.c 284 COPY_WLAN_LONG(pDataBuf + 23, &(tHtCapabilities.uTxBfCapabilities));
  /hardware/ti/wlan/wl1271/utils/
tidef.h 265 #define COPY_WLAN_LONG(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[3]; \
333 * \def COPY_WLAN_LONG
336 #define COPY_WLAN_LONG(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[0]; \
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 743 COPY_WLAN_LONG(&data,&(pTxn->aBuf[0]));
    [all...]

Completed in 43 milliseconds