From 6b44d95bd5083b37e01973089d789aa2359cdc81 Mon Sep 17 00:00:00 2001 From: Saurabh Verma Date: Tue, 20 Dec 2022 14:56:43 +0000 Subject: [PATCH] map-controller: init.d: add support for other enc methods --- map-controller/files/etc/init.d/mapcontroller | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/map-controller/files/etc/init.d/mapcontroller b/map-controller/files/etc/init.d/mapcontroller index 87bc59bc8..3225ee4dc 100755 --- a/map-controller/files/etc/init.d/mapcontroller +++ b/map-controller/files/etc/init.d/mapcontroller @@ -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")' \