From 54fe20b02791b2c4a67f5bb26ea0448679324d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 22 Apr 2024 21:06:09 +0200 Subject: [PATCH] uci-config: disable ieee80211r --- nix/pkgs/openwrt/uci-config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/pkgs/openwrt/uci-config.nix b/nix/pkgs/openwrt/uci-config.nix index e0cafb5..25d2de5 100644 --- a/nix/pkgs/openwrt/uci-config.nix +++ b/nix/pkgs/openwrt/uci-config.nix @@ -406,7 +406,8 @@ in uci set wireless.@wifi-iface[-1].rrm_beacon_report=1 - uci set wireless.@wifi-iface[-1].ieee80211r=1 + # breaks Apple devices connecting to wifi when used together with wpa2/wpa3 mixed mode (sae-mixed) + # uci set wireless.@wifi-iface[-1].ieee80211r=1 # when unset derived from interface MAC uci set wireless.@wifi-iface[-1].nasid=${pad 12 "0" (toString ((lib.toInt (lib.removePrefix "ap" hostName)) * 65536 + index))} # when unset derived from the first 4 chars of the md5 hashed SSID