wpa_cli: Add optional ssid to neighbor report request

Add optional 'ssid' parameter to command "neighbor_rep_request".

Signed-off-by: Assaf Krauss <assaf.krauss@intel.com>
This commit is contained in:
Assaf Krauss 2014-11-05 03:42:54 -05:00 committed by Jouni Malinen
parent 4c4b230527
commit 66d2143435
1 changed files with 5 additions and 3 deletions

View File

@ -3018,9 +3018,11 @@ static struct wpa_cli_cmd wpa_cli_commands[] = {
{ "vendor", wpa_cli_cmd_vendor, NULL, cli_cmd_flag_none,
"<vendor id> <command id> [<hex formatted command argument>] = Send vendor command"
},
{ "neighbor_rep_request", wpa_cli_cmd_neighbor_rep_request, NULL,
cli_cmd_flag_none,
"= Trigger request to AP for neighboring AP report"},
{ "neighbor_rep_request",
wpa_cli_cmd_neighbor_rep_request, NULL, cli_cmd_flag_none,
"[ssid=<SSID>] = Trigger request to AP for neighboring AP report "
"(with optional given SSID, default: current SSID)"
},
{ NULL, NULL, NULL, cli_cmd_flag_none, NULL }
};