From f92e45745a67f689ddf3e9fe73571de96a624312 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Jan 2022 23:27:27 +0100 Subject: ... --- files/files/etc/config/wireless | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/files/etc/config/wireless b/files/files/etc/config/wireless index 7e64518..44c1acb 100644 --- a/files/files/etc/config/wireless +++ b/files/files/etc/config/wireless @@ -12,7 +12,7 @@ config wifi-iface 'default_radio0' option mode 'ap' option key '' option ssid 'ampere' - option encryption 'psk2+ccmp' + option encryption 'sae-mixed+ccmp' option ieee80211r '1' option ft_psk_generate_local '1' option ft_over_ds '1' @@ -25,7 +25,7 @@ config wifi-iface 'dmz01_radio0' option mode 'ap' option key '' option ssid 'edison' - option encryption 'psk2+ccmp' + option encryption 'sae-mixed+ccmp' option ieee80211r '1' option ft_psk_generate_local '1' option ft_over_ds '1' @@ -45,7 +45,7 @@ config wifi-iface 'default_radio1' option network 'lan' option mode 'ap' option ssid 'ampere' - option encryption 'psk2+ccmp' + option encryption 'sae-mixed+ccmp' option key '' option ieee80211r '1' option ft_psk_generate_local '1' @@ -58,7 +58,7 @@ config wifi-iface 'dmz01_radio1' option network 'dmz01' option mode 'ap' option ssid 'edison' - option encryption 'psk2+ccmp' + option encryption 'sae-mixed+ccmp' option key '' option ieee80211r '1' option ft_psk_generate_local '1' -- cgit v1.2.3