HomeSort by relevance Sort by last modified time
    Searched defs:ackCounter (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulDb.h 111 UINT32 ackCounter; /* The number of 2 * Segement_size in ACK number */
125 UINT32 ackCounter; /* The number of 2 * Segement_size in ACK number */
196 void wdrv_aeWTargetDbGetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 *ackCounter);
203 void wdrv_aeWTargetDbSetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 ackCounter);
216 void wdrv_aeWSourceDbGetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *ackCounter);
218 void wdrv_aeWSourceDbSetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 ackCounter);
ackEmulUtil.c 594 UINT32 ackCounter =0;
613 ackCounter = currentAckNumber / (*segmentSize *2);
614 wdrv_aeWTargetDbSetSessionAckCounter(ackEmul->pAckEmulDB, sessionIndex,ackCounter) ;
    [all...]

Completed in 22 milliseconds