wifi: fix reconnect issue due to enablement of fast connect (#6598)

This commit is contained in:
Javier Peletier
2024-04-22 22:48:06 +02:00
committed by Jesse Hills
parent 496b7f45db
commit 1a152169e0
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -371,6 +371,7 @@ class WiFiComponent : public Component {
std::vector<WiFiSTAPriority> sta_priorities_;
WiFiAP selected_ap_;
bool fast_connect_{false};
bool retry_hidden_{false};
bool has_ap_{false};
WiFiAP ap_;