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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulUtil.c 455 if ((wlan_ntohs(((Wlan_LlcHeader_T*)pWlanSnapHeader)->Type) == IP_PROTOCOL_NUMBER) &&
459 pktTotalLen = wlan_ntohs((*(UINT16*)(pIpHeader + IP_TOTAL_LEN_FIELD)));
852 *(UINT16*)tempPtr = wlan_ntohs((UINT16)segmentSize); /* Segment Size */
884 *activeIndex = (UINT8)(wlan_ntohs(*(UINT16*)tempPtr));
    [all...]
ackEmulDb.c 240 ackEmulDB->wdrv_aeWTargetTable[freeIndex].sPorts = wlan_ntohs(*(UINT16*)(pktBuf +ipHeaderLen));
241 ackEmulDB->wdrv_aeWTargetTable[freeIndex].dPorts = wlan_ntohs(*(UINT16*)(pktBuf +ipHeaderLen+DEST_PORT_FIELD));
286 if (ackEmulDB->wdrv_aeWTargetTable[index].sPorts == wlan_ntohs(*(UINT16*)(pktBuf +ipHeaderLen)) &&
287 ackEmulDB->wdrv_aeWTargetTable[index].dPorts == wlan_ntohs(*(UINT16*)(pktBuf +ipHeaderLen + DEST_PORT_FIELD)) &&
325 if (ackEmulDB->wdrv_aeWTargetTable[index].sPorts == wlan_ntohs(*(UINT16*)(pktBuf +ipHeaderLen + DEST_PORT_FIELD)) &&
326 ackEmulDB->wdrv_aeWTargetTable[index].dPorts == wlan_ntohs(*(UINT16*)(pktBuf +ipHeaderLen )) &&
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 104 #define wlan_ntohs(x) (x) macro
120 #define wlan_ntohs(x) __byte_swap_16 (x) macro
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/
DebugTraceXfer.c 560 AcxMpduLen = wlan_ntohs(pDebugTrace->FrameHeader.IP_Header.Totallen)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c     [all...]

Completed in 56 milliseconds