mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(wifi): fix some wapi and fragment issues
1. fix gcmp fragment rx issue 2. support wapi fragment tx and rx 3. fix wapi uskid issue
This commit is contained in:
@@ -31,7 +31,7 @@ pm_sleep = 0x40001bbc;
|
||||
//pm_tbtt_process = 0x40001bc4;
|
||||
ppAssembleAMPDU = 0x40001bcc;
|
||||
ppCalTxAMPDULength = 0x40001bd8;
|
||||
ppRxFragmentProc = 0x40001c28;
|
||||
/*ppRxFragmentProc = 0x40001c28;*/
|
||||
ppRxPkt = 0x40001c2c;
|
||||
pp_coex_tx_request = 0x40001c54;
|
||||
rcGetSched = 0x40001c88;
|
||||
|
||||
@@ -786,7 +786,7 @@ wDev_Rxbuf_Deinit = 0x40001e5c;
|
||||
ppCalTkipMic = 0x40001e60;
|
||||
wDev_SnifferRxData = 0x40001e64;
|
||||
hal_crypto_enable = 0x40001e68;
|
||||
hal_crypto_disable = 0x40001e6c;
|
||||
/*hal_crypto_disable = 0x40001e6c;*/
|
||||
wDev_Insert_KeyEntry = 0x40001e70;
|
||||
wDev_remove_KeyEntry = 0x40001e74;
|
||||
rc_enable_trc = 0x40001e78;
|
||||
|
||||
+1
-1
Submodule components/esp_wifi/lib updated: 093564d436...cddf8d3020
Reference in New Issue
Block a user