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:
@@ -1996,7 +1996,7 @@ rcampduuprate = 0x4000573c;
|
||||
rcClearCurAMPDUSched = 0x40005748;
|
||||
rcClearCurSched = 0x40005754;
|
||||
rcClearCurStat = 0x40005760;
|
||||
rcGetSched = 0x4000576c;
|
||||
/*rcGetSched = 0x4000576c;*/
|
||||
rcLowerSched = 0x40005778;
|
||||
rcSetTxAmpduLimit = 0x40005784;
|
||||
/* rcTxUpdatePer = 0x40005790;*/
|
||||
|
||||
Reference in New Issue
Block a user