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.
This commit is contained in:
Andrew Brooks 2024-02-23 21:54:38 -06:00
parent 53f519cddb
commit a56f7e234b

View File

@ -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