map-controller: init.d: add support for other enc methods

This commit is contained in:
Saurabh Verma 2022-12-20 14:56:43 +00:00 committed by Jakob Olsson
parent 8289dce603
commit 6b44d95bd5

View file

@ -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")' \