map-controller: update encryption options in script

This commit is contained in:
Filip Matusiak 2022-02-28 15:15:37 +01:00
parent 5760e1cda2
commit 6a23c72c1f

View file

@ -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")' \