diff options
author | Mikael Kanstrup <mikael.kanstrup@sonymobile.com> | 2016-10-12 12:18:54 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-10-16 08:55:02 (GMT) |
commit | bc4b680c22d4d400c490336e2c13319291d2cd1a (patch) | |
tree | 6bd24972453cc7e266528a3381cac81aac8bad9a /hostapd/android.config | |
parent | cf296a23d503bf8fb3f4aa887e5b95a028c4cbf3 (diff) | |
download | hostap-bc4b680c22d4d400c490336e2c13319291d2cd1a.zip hostap-bc4b680c22d4d400c490336e2c13319291d2cd1a.tar.gz hostap-bc4b680c22d4d400c490336e2c13319291d2cd1a.tar.bz2 |
hostapd_cli: Enable command completion and history for Android
Signed-off-by: Mikael Kanstrup <mikael.kanstrup@sonymobile.com>
Diffstat (limited to 'hostapd/android.config')
-rw-r--r-- | hostapd/android.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index e382c40..1715cc8 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -199,3 +199,6 @@ CONFIG_AP=y # These extentions facilitate efficient use of multiple frequency bands # available to the AP and the devices that may associate with it. #CONFIG_MBO=y + +# Include internal line edit mode in hostapd_cli. +CONFIG_WPA_CLI_EDIT=y |