mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
esp_wifi: fix some WiFi bugs
Fix following WiFi bugs: 1. Fix crashing during shared WEP connection 2. Remove log "age_bss: null bss 3. Add WiFi stop checking at the beginning of wifi deinit api 4. Fix espnow crash 5. Fix the bug for setting channel when WiFi is no NULL mode 6. Adjust scheme percent when BT is in connected status 7. Fix WiFi stop leads to memory leak 8. Place the Vendor Specific Element at the end of WiFi packet
This commit is contained in:
Submodule components/esp_wifi/lib updated: a28af1f3f2...7df324fc40
@ -115,6 +115,7 @@ esp_err_t esp_wifi_deinit(void)
|
||||
err = esp_wifi_deinit_internal();
|
||||
if (err != ESP_OK) {
|
||||
ESP_LOGE(TAG, "Failed to deinit Wi-Fi driver (0x%x)", err);
|
||||
return err;
|
||||
}
|
||||
|
||||
#if CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER
|
||||
|
Reference in New Issue
Block a user