From a56f7e234b4b613826a9dd03c63eacac8d85a2fb Mon Sep 17 00:00:00 2001 From: Andrew Brooks Date: Fri, 23 Feb 2024 21:54:38 -0600 Subject: [PATCH] wpa_supplicant: enable 802.11s mesh networking Enables CONFIG_MESH, allowing the use of mode=5 in wpa_supplicant's configuration to bring the device up in mesh-point mode. --- pkgs/os-specific/linux/wpa_supplicant/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/wpa_supplicant/default.nix b/pkgs/os-specific/linux/wpa_supplicant/default.nix index 621cd5d79a27..49355de17784 100644 --- a/pkgs/os-specific/linux/wpa_supplicant/default.nix +++ b/pkgs/os-specific/linux/wpa_supplicant/default.nix @@ -55,6 +55,7 @@ stdenv.mkDerivation rec { CONFIG_INTERNETWORKING=y CONFIG_L2_PACKET=linux CONFIG_LIBNL32=y + CONFIG_MESH=y CONFIG_OWE=y CONFIG_P2P=y CONFIG_SAE_PK=y