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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserWep.h 81 TI_UINT8 *pPacket, TI_UINT32 packetLen);
keyParserExternal.h 92 TI_UINT8 *pPacket, TI_UINT32 packetLen);
mainSecSm.h 76 typedef TI_STATUS (*mainSecSmEapolRecv_t)(struct _mainSec_t *pMainSec, TI_UINT8 *pPacket);
rsn.h 98 typedef TI_STATUS (*rsn_sendEapol_t)(rsn_t *pRsn, TI_UINT8 *pPacket, TI_UINT32 length);
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
keyParserWep.h 81 TI_UINT8 *pPacket, TI_UINT32 packetLen);
keyParserExternal.h 92 TI_UINT8 *pPacket, TI_UINT32 packetLen);
mainSecSm.h 76 typedef TI_STATUS (*mainSecSmEapolRecv_t)(struct _mainSec_t *pMainSec, TI_UINT8 *pPacket);
rsn.h 98 typedef TI_STATUS (*rsn_sendEapol_t)(rsn_t *pRsn, TI_UINT8 *pPacket, TI_UINT32 length);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
keyParserExternal.h 93 UINT8 *pPacket, UINT32 packetLen);
keyParserWep.h 92 UINT8 *pPacket, UINT32 packetLen);
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 63 void *pPacket; /* Packet address of the packet */
241 if (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
245 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
247 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
449 while (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
453 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
455 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
492 if (pTidDataBase->aPaketsQueue[uSaveInex].pPacket == NULL)
496 pTidDataBase->aPaketsQueue[uSaveInex].pPacket = (void *)pBuffer;
537 if (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 65 void *pPacket; /* Packet address of the packet */
267 if (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
271 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
273 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
505 while (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
513 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
515 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
570 if (pTidDataBase->aPaketsQueue[uSaveIndex].pPacket == NULL)
576 pTidDataBase->aPaketsQueue[uSaveIndex].pPacket = (void *)pBuffer;
641 if (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 432 TI_BOOL os_receivePacket(TI_HANDLE OsContext, void *pRxDesc ,void *pPacket, TI_UINT16 Length)
435 unsigned char *pdata = (unsigned char *)((TI_UINT32)pPacket & ~(TI_UINT32)0x3);
440 if ((TI_UINT32)pPacket & 0x3)
442 if ((TI_UINT32)pPacket - (TI_UINT32)skb->data != 2)
444 printk("os_receivePacket() address error skb=0x%x skb->data=0x%x pPacket=0x%x !!!\n",(int)skb, (int)skb->data, (int)pPacket);
449 if ((TI_UINT32)skb->data != (TI_UINT32)pPacket)
451 printk("os_receivePacket() address error skb=0x%x skb->data=0x%x pPacket=0x%x !!!\n",(int)skb, (int)skb->data, (int)pPacket);
454 if (Length != RX_ETH_PKT_LEN(pPacket))
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osapi.c 428 TI_BOOL os_receivePacket (TI_HANDLE OsContext, void* pPacket, TI_UINT16 Length)
431 unsigned char *pdata = (unsigned char *)((TI_UINT32)pPacket & ~(TI_UINT32)0x3);
436 if ((TI_UINT32)pPacket & 0x3)
438 if ((TI_UINT32)pPacket - (TI_UINT32)skb->data != 2)
440 printk("os_receivePacket() address error skb=0x%x skb->data=0x%x pPacket=0x%x !!!\n",(int)skb, (int)skb->data, (int)pPacket);
445 if ((TI_UINT32)skb->data != (TI_UINT32)pPacket)
447 printk("os_receivePacket() address error skb=0x%x skb->data=0x%x pPacket=0x%x !!!\n",(int)skb, (int)skb->data, (int)pPacket);
450 if (Length != RX_ETH_PKT_LEN(pPacket))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
mainSecSm.h 77 typedef TI_STATUS (*mainSecSmEapolRecv_t)(struct _mainSec_t *pMainSec, UINT8 *pPacket);
rsn.h 91 typedef TI_STATUS (*rsn_sendEapol_t)(rsn_t *pRsn, UINT8 *pPacket, UINT32 length);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osApi.h 500 PVOID pPacket,
507 PVOID pPacket,
osUtil.h 303 ULONG SendUserPacket(PTIWLN_ADAPTER_T pAdapter, TI_HANDLE pPacket,ULONG PacketLen);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 646 * \param pPacket - Pointer to received packet data
655 TI_BOOL os_receivePacket(TI_HANDLE OsContext, void *pRxDesc ,void *pPacket, TI_UINT16 Length);
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
osApi.h 646 * \param pPacket - Pointer to received packet data
655 TI_BOOL os_receivePacket (TI_HANDLE OsContext, void *pPacket, TI_UINT16 Length);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulDb.h 48 void ackEGetPktType(unsigned char* pPacket , UINT16 *packetInclude, UINT16 *tcpDataSize);

Completed in 602 milliseconds