Home
last modified time | relevance | path

Searched defs:stationIndex (Results 1 – 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
DackEmulDb.c916 UINT16 stationIndex = ackEmulDB->wdrv_aeWTargetTable[sessionIndex].sourceStationIndex; in wdrv_aeDbGetXTagStatus() local
935 UINT16 stationIndex = ackEmulDB->wdrv_aeWTargetTable[sessionIndex].sourceStationIndex; in wdrv_aeDbSetXTagStatus() local
961 int stationIndex; in wdrv_aeWSourceDbInit() local
977 static void wdrv_aeWSourceDbResetstation(ackEmulDB_t* ackEmulDB, int stationIndex) in wdrv_aeWSourceDbResetstation()
1004 void wdrv_aeWSourceDbResetSession(ackEmulDB_t* ackEmulDB, int stationIndex,int activeIndex) in wdrv_aeWSourceDbResetSession()
1031 void wdrv_aeWSourceSaveAckTemplate(ackEmulDB_t* ackEmulDB, UINT8 stationIndex,UINT8 activeIndex, in wdrv_aeWSourceSaveAckTemplate()
1087 void wdrv_aeWSourceDbGetSessionAckCounter(ackEmulDB_t* ackEmulDB, UINT16 stationIndex, UINT8 active… in wdrv_aeWSourceDbGetSessionAckCounter()
1105 void wdrv_aeWSourceDbSetSessionAckCounter(ackEmulDB_t* ackEmulDB, UINT16 stationIndex, UINT8 active… in wdrv_aeWSourceDbSetSessionAckCounter()
1122 void wdrv_aeWSourceDbGetSessionAckNumber(ackEmulDB_t* ackEmulDB, UINT16 stationIndex, UINT8 activeI… in wdrv_aeWSourceDbGetSessionAckNumber()
1140 void wdrv_aeWSourceDbSetSessionAckNumber(ackEmulDB_t* ackEmulDB, UINT16 stationIndex, UINT8 activeI… in wdrv_aeWSourceDbSetSessionAckNumber()
[all …]
DackEmulUtil.c1019 …static void wdrv_aeGenerateAck(ackEmul_t* ackEmul, UINT16 stationIndex, UINT8 activeIndex ,UINT32… in wdrv_aeGenerateAck()