fix(wifi): fixed scan and mesh deinit issues

1. update scan ap number when clear scan ap records
2. wait for child disconnect when mesh deinit
This commit is contained in:
zhangyanjiao
2024-02-22 19:21:34 +08:00
committed by BOT
parent 462dfaf45c
commit ce93d231e9
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ ppProcTxDone = 0x40001804;
pm_tx_data_done_process = 0x40001808; pm_tx_data_done_process = 0x40001808;
ppMapWaitTxq = 0x40001810; ppMapWaitTxq = 0x40001810;
ieee80211_encap_esfbuf = 0x4000185c; ieee80211_encap_esfbuf = 0x4000185c;
sta_input = 0x40001870; /*sta_input = 0x40001870;*/
ieee80211_crypto_decap = 0x4000189c; ieee80211_crypto_decap = 0x4000189c;
ieee80211_decap = 0x400018a0; ieee80211_decap = 0x400018a0;
coex_core_timer_idx_get = 0x400018d0; coex_core_timer_idx_get = 0x400018d0;