From fdf4abda52f045b899b989c65e42efb1f8d47578 Mon Sep 17 00:00:00 2001 From: sverma Date: Wed, 21 Dec 2022 14:40:17 +0530 Subject: [PATCH] map-controller: add support for wpa/wpa2 --- 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 3225ee4dc..d83723881 100755 --- a/map-controller/files/etc/init.d/mapcontroller +++ b/map-controller/files/etc/init.d/mapcontroller @@ -44,7 +44,8 @@ validate_ap_section() { 'ssid:string' \ 'encryption:or("sae", "sae+aes", "psk2", "psk2+aes", "sae-mixed", "sae-mixed+aes", - "none", "psk-mixed", "psk-mixed+aes")' \ + "none", "psk-mixed", "psk-mixed+aes", + "wpa", "wpa+aes", "wpa2", "wpa2+aes")' \ 'key:string' \ 'vid:range(1,65535):1' \ 'type:or("backhaul", "fronthaul", "combined")' \