From: Mikael Kanstrup Date: Wed, 12 Oct 2016 12:18:52 +0000 (+0200) Subject: hostapd: Add CONFIG_WPA_CLI_EDIT to defconfig X-Git-Tag: hostap_2_7~2227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c650f92916474751ce12d1de59721e33a833d1e6;p=thirdparty%2Fhostap.git hostapd: Add CONFIG_WPA_CLI_EDIT to defconfig As hostapd_cli now supports command completion add documentation of the config option to defconfig. Disabled per default. Signed-off-by: Mikael Kanstrup --- diff --git a/hostapd/defconfig b/hostapd/defconfig index 28d1b6c71..e25ec320f 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -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