mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
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:
@ -34,7 +34,7 @@ wDev_ProcessRxSucData = 0x400017f4;
|
||||
//ppProcTxDone = 0x40001804;
|
||||
//pm_tx_data_done_process = 0x40001808;
|
||||
ieee80211_encap_esfbuf = 0x4000185c;
|
||||
sta_input = 0x40001870;
|
||||
/*sta_input = 0x40001870;*/
|
||||
ieee80211_crypto_decap = 0x4000189c;
|
||||
ieee80211_decap = 0x400018a0;
|
||||
coex_core_timer_idx_get = 0x400018d0;
|
||||
|
Submodule components/esp_wifi/lib updated: f2aae4d44e...499341f539
Reference in New Issue
Block a user