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:
muhaidong
2025-11-06 21:10:31 +08:00
parent a247a4dbe1
commit b5ae0ada3d
3 changed files with 3 additions and 3 deletions
@@ -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;
+1 -1
View File
@@ -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;