mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-controller: update encryption options in script
This commit is contained in:
parent
5760e1cda2
commit
6a23c72c1f
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ validate_ap_section() {
|
||||||
uci_validate_section mapcontroller $section "${1}" \
|
uci_validate_section mapcontroller $section "${1}" \
|
||||||
'band:or("2", "5")' \
|
'band:or("2", "5")' \
|
||||||
'ssid:string' \
|
'ssid:string' \
|
||||||
'encryption:or("sae-mixed", "sae", "psk-mixed", "psk2", "psk",
|
'encryption:or("sae", "sae+aes", "psk2",
|
||||||
"wpa-mixed", "wpa2", "wpa", "none", "open")' \
|
"psk2+aes", "sae-mixed", "sae-mixed+aes")' \
|
||||||
'key:string' \
|
'key:string' \
|
||||||
'vid:range(1,65535):1' \
|
'vid:range(1,65535):1' \
|
||||||
'type:or("backhaul", "fronthaul", "combined")' \
|
'type:or("backhaul", "fronthaul", "combined")' \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue