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