From 6fb7284483b79da6a62aa0aaafe96076a0b4e7a3 Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Fri, 24 May 2024 10:18:46 +0200 Subject: [PATCH] map-controller: config: add compat APs --- map-controller/files/etc/config/mapcontroller | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/map-controller/files/etc/config/mapcontroller b/map-controller/files/etc/config/mapcontroller index 445046ac1..04c780a36 100644 --- a/map-controller/files/etc/config/mapcontroller +++ b/map-controller/files/etc/config/mapcontroller @@ -36,7 +36,7 @@ config sta_steering config ap option band '2' option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR' - option encryption 'sae-mixed' + option encryption 'sae' option key '$WIFI_FH_KEY' option vid '1' option type 'fronthaul' @@ -45,7 +45,7 @@ config ap config ap option band '5' option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR' - option encryption 'sae-mixed' + option encryption 'sae' option key '$WIFI_FH_KEY' option vid '1' option type 'fronthaul' @@ -103,6 +103,22 @@ config mld # option vid '1' option type 'backhaul' +config ap + option band '2' + option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR-compat' + option encryption 'sae-mixed' + option key '$WIFI_FH_KEY' + option vid '1' + option type 'fronthaul' + +config ap + option band '5' + option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR-compat' + option encryption 'sae-mixed' + option key '$WIFI_FH_KEY' + option vid '1' + option type 'fronthaul' + # node and radio sections (per node) are auto # generated per Multi-AP Agent in the network #