We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef084da commit 809307aCopy full SHA for 809307a
content/components/wifi.md
@@ -111,11 +111,9 @@ wifi:
111
112
Defaults to `WPA2` on ESP32 and `WPA` on ESP8266 (will change to `WPA2` in 2026.6.0).
113
114
- {{% notice warning %}}
115
**Security Warning:** Setting `min_auth_mode: WPA` allows connection to networks using deprecated WPA/TKIP encryption,
116
which has known security vulnerabilities. Only use this setting for legacy routers that cannot be upgraded to WPA2 or WPA3.
117
If your router supports WPA2 or newer, use the default `WPA2` setting for better security.
118
- {{% /notice %}}
119
120
- **passive_scan** (*Optional*, boolean): If enabled, then the device will perform WiFi scans in a passive fashion.
121
Defaults to `false`.
0 commit comments