From: Naresh Jayaram Date: Thu, 30 Jan 2014 11:10:29 +0000 (+0200) Subject: wpa_cli: Add tdls_external_control to tab completion for SET X-Git-Tag: hostap_2_1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4701f379f0cef98c16f385b4b11bb56512a3f9f6;p=thirdparty%2Fhostap.git wpa_cli: Add tdls_external_control to tab completion for SET This global configuration parameter was added in commit 800d58721c8a5721d1ddb1271093350ab769ade0 but the tab completion list for the wpa_cli SET command in interactive mode was not updated. Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/wpa_cli.c b/wpa_supplicant/wpa_cli.c index 358c2feb6..d66e86443 100644 --- a/wpa_supplicant/wpa_cli.c +++ b/wpa_supplicant/wpa_cli.c @@ -627,7 +627,8 @@ static char ** wpa_cli_complete_set(const char *str, int pos) "wps_nfc_dev_pw", "ext_password_backend", "p2p_go_max_inactivity", "auto_interworking", "okc", "pmf", "sae_groups", "dtim_period", "beacon_int", "ap_vendor_elements", - "ignore_old_scan_res", "freq_list", "external_sim" + "ignore_old_scan_res", "freq_list", "external_sim", + "tdls_external_control" }; int i, num_fields = ARRAY_SIZE(fields);