]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wpa_cli: Update wnm_bss_query auto complete message
authorAvraham Stern <avraham.stern@intel.com>
Wed, 8 Mar 2017 12:37:41 +0000 (14:37 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 11 Mar 2017 08:49:08 +0000 (10:49 +0200)
It is now possible to add neighbor configuration to wnm_bss_query.
Update the auto complete message to reflect that.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
wpa_supplicant/wpa_cli.c

index 4598cf222ee8cef87b706ce4a8b3615016b109b8..791411b25167f25bf92ceff8d5edc5fc26768e21 100644 (file)
@@ -3410,7 +3410,9 @@ static const struct wpa_cli_cmd wpa_cli_commands[] = {
        { "wnm_sleep", wpa_cli_cmd_wnm_sleep, NULL, cli_cmd_flag_none,
          "<enter/exit> [interval=#] = enter/exit WNM-Sleep mode" },
        { "wnm_bss_query", wpa_cli_cmd_wnm_bss_query, NULL, cli_cmd_flag_none,
-         "<query reason> [list] = Send BSS Transition Management Query" },
+         "<query reason> [list]"
+         " [neighbor=<BSSID>,<BSSID information>,<operating class>,<channel number>,<PHY type>[,<hexdump of optional subelements>]"
+         " = Send BSS Transition Management Query" },
 #endif /* CONFIG_WNM */
        { "raw", wpa_cli_cmd_raw, NULL, cli_cmd_flag_sensitive,
          "<params..> = Sent unprocessed command" },