[wifi] Add min_auth_mode configuration option (#11814)

This commit is contained in:
J. Nick Koston
2025-11-11 16:39:55 -06:00
committed by GitHub
parent 00c71b7236
commit 65a303d48f
6 changed files with 79 additions and 6 deletions

View File

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

View File

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