mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-10 19:27:37 +01:00
map-controller: add support for wpa/wpa2
This commit is contained in:
parent
cbbdbca752
commit
fdf4abda52
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ validate_ap_section() {
|
|||
'ssid:string' \
|
||||
'encryption:or("sae", "sae+aes", "psk2",
|
||||
"psk2+aes", "sae-mixed", "sae-mixed+aes",
|
||||
"none", "psk-mixed", "psk-mixed+aes")' \
|
||||
"none", "psk-mixed", "psk-mixed+aes",
|
||||
"wpa", "wpa+aes", "wpa2", "wpa2+aes")' \
|
||||
'key:string' \
|
||||
'vid:range(1,65535):1' \
|
||||
'type:or("backhaul", "fronthaul", "combined")' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue