diff --git a/map-controller/files/etc/init.d/mapcontroller b/map-controller/files/etc/init.d/mapcontroller index 683d6e938..f953ac250 100755 --- a/map-controller/files/etc/init.d/mapcontroller +++ b/map-controller/files/etc/init.d/mapcontroller @@ -39,8 +39,8 @@ validate_ap_section() { uci_validate_section mapcontroller $section "${1}" \ 'band:or("2", "5")' \ 'ssid:string' \ - 'encryption:or("sae-mixed", "sae", "psk-mixed", "psk2", "psk", - "wpa-mixed", "wpa2", "wpa", "none", "open")' \ + 'encryption:or("sae", "sae+aes", "psk2", + "psk2+aes", "sae-mixed", "sae-mixed+aes")' \ 'key:string' \ 'vid:range(1,65535):1' \ 'type:or("backhaul", "fronthaul", "combined")' \