Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/utils/
D802_11Defs.h309 #define GET_MAX_HEADER_SIZE(macHeaderPointer,headerSize) \ macro
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
Drx.c1381 GET_MAX_HEADER_SIZE (dataBuf, &headerLength); in rxData_convertWlanToEthHeader()
1495 GET_MAX_HEADER_SIZE (pAmsduDataBuf, &headerLength); in rxData_ConvertAmsduToEthPackets()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
D802_11Defs.h278 #define GET_MAX_HEADER_SIZE(macHeaderPointer,headerSize) if( ( ((*(UINT16*)(macHeaderPointer)) & … macro
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
Drx.c1722 GET_MAX_HEADER_SIZE (pHdr, &pMsdu->headerLen); in rxData_ReceivePacket()