From 6a23c72c1fe26b3f1e5bbf956ba3d8b49aee8a24 Mon Sep 17 00:00:00 2001 From: Filip Matusiak Date: Mon, 28 Feb 2022 15:15:37 +0100 Subject: [PATCH] map-controller: update encryption options in script --- map-controller/files/etc/init.d/mapcontroller | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")' \