]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
hostapd: Add CONFIG_WPA_CLI_EDIT to defconfig
authorMikael Kanstrup <mikael.kanstrup@sonymobile.com>
Wed, 12 Oct 2016 12:18:52 +0000 (14:18 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 16 Oct 2016 08:55:02 +0000 (11:55 +0300)
As hostapd_cli now supports command completion add documentation
of the config option to defconfig. Disabled per default.

Signed-off-by: Mikael Kanstrup <mikael.kanstrup@sonymobile.com>
hostapd/defconfig

index 28d1b6c71495e46e6fa9c424229d70b4aae8ec7d..e25ec320f1980fbdbb55ff64b12de58578f93d16 100644 (file)
@@ -348,3 +348,7 @@ CONFIG_IPV6=y
 # Note: This is an experimental and not yet complete implementation. This
 # should not be enabled for production use.
 #CONFIG_FILS=y
+
+# Include internal line edit mode in hostapd_cli. This can be used to provide
+# limited command line editing and history support.
+#CONFIG_WPA_CLI_EDIT=y