[wifi] Add min_auth_mode configuration option

This commit is contained in:
J. Nick Koston
2025-11-10 12:50:17 -06:00
parent f32b69b8f1
commit f84cdad93c
6 changed files with 74 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ psram:
wifi:
use_psram: true
min_auth_mode: WPA
packages:
- !include common.yaml

View File

@@ -1 +1,4 @@
wifi:
min_auth_mode: WPA2
<<: !include common.yaml