]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
defconfig: Enable AP (wpa_supplicant)
authorLubomir Rintel <lkundrak@v3.sk>
Tue, 19 Feb 2019 13:44:10 +0000 (14:44 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 25 Feb 2019 17:48:49 +0000 (19:48 +0200)
Generally useful. Debian and Fedora enable this and support creating
access points via NetworkManager too.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
wpa_supplicant/defconfig

index 6d51f97bcc0e32a3e2f6f070d0f48b7125296381..7370b21f6f1eb9aa5807f57784d18e199b696ff0 100644 (file)
@@ -500,7 +500,7 @@ CONFIG_BACKEND=file
 # should be noted that this is mainly aimed at simple cases like
 # WPA2-Personal while more complex configurations like WPA2-Enterprise with an
 # external RADIUS server can be supported with hostapd.
-#CONFIG_AP=y
+CONFIG_AP=y
 
 # P2P (Wi-Fi Direct)
 # This can be used to enable P2P support in wpa_supplicant. See README-P2P for