mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 08:31:44 +01:00
fix(wifi): Fix EAPOL Key TxDone callback implementation
Fix issues arising due to not distinguishing between M2 and M4 TxDone during 4-way handshake. Also fix EAPOL frame rate to lowest possible rate.
This commit is contained in:
@@ -1620,7 +1620,7 @@ rcampduuprate = 0x40001c78;
|
||||
rcClearCurAMPDUSched = 0x40001c7c;
|
||||
rcClearCurSched = 0x40001c80;
|
||||
rcClearCurStat = 0x40001c84;
|
||||
rcGetSched = 0x40001c88;
|
||||
/*rcGetSched = 0x40001c88;*/
|
||||
rcLowerSched = 0x40001c8c;
|
||||
rcSetTxAmpduLimit = 0x40001c90;
|
||||
/* rcTxUpdatePer = 0x40001c94;*/
|
||||
|
||||
Reference in New Issue
Block a user