From 1d4a5746f45253408ad99aec881b4eabb067425e Mon Sep 17 00:00:00 2001 From: Vyacheslav Pedash Date: Thu, 20 Apr 2023 16:49:32 +0300 Subject: MTX-4918 Enable WEP support for hostapd --- recipes-connectivity/hostapd/files/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-connectivity/hostapd/files/defconfig b/recipes-connectivity/hostapd/files/defconfig index 3a447c6..cff9c01 100644 --- a/recipes-connectivity/hostapd/files/defconfig +++ b/recipes-connectivity/hostapd/files/defconfig @@ -146,3 +146,5 @@ CONFIG_IEEE80211AC=y # This can be used to reduce the size of the hostapd considerably if debugging # code is not needed. #CONFIG_NO_STDOUT_DEBUG=y + +CONFIG_WEP=y -- cgit v1.2.3