From 9ee00a3c82bffbf6e52980f7c7e2fa0e51284f75 Mon Sep 17 00:00:00 2001 From: Suvendhu Hansa Date: Fri, 13 Jun 2025 19:18:53 +0530 Subject: [PATCH] map-controller: added wpa,wpa2,wpa-mixed in uci validation --- map-controller/files/etc/init.d/mapcontroller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map-controller/files/etc/init.d/mapcontroller b/map-controller/files/etc/init.d/mapcontroller index ad9438fdc..29d66d55a 100755 --- a/map-controller/files/etc/init.d/mapcontroller +++ b/map-controller/files/etc/init.d/mapcontroller @@ -71,7 +71,7 @@ validate_ap_section() { 'encryption:or("sae", "sae+aes", "psk2", "psk2+aes", "sae-mixed", "sae-mixed+aes", "none", "psk-mixed", "psk-mixed+aes", - "psk", "psk+aes")' \ + "psk", "psk+aes", "wpa", "wpa2", "wpa-mixed")' \ 'key:string' \ 'vid:range(1,65535):1' \ 'type:or("backhaul", "fronthaul", "combined")' \