[PATCH v2 1/2] wpa_cli: Add dpp_bootstrap_set command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Expose DPP_BOOTSTRAP_SET through wpa_cli command dpp_bootstrap_set <id>
<configurator params..>

Signed-off-by: Andrew Beltrano <anbeltra@xxxxxxxxxxxxx>
---
 wpa_supplicant/wpa_cli.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/wpa_supplicant/wpa_cli.c b/wpa_supplicant/wpa_cli.c
index f5b02f662..c00c6d1e5 100644
--- a/wpa_supplicant/wpa_cli.c
+++ b/wpa_supplicant/wpa_cli.c
@@ -2994,6 +2994,13 @@ static int wpa_cli_cmd_dpp_bootstrap_info(struct wpa_ctrl *ctrl, int argc,
 }


+static int wpa_cli_cmd_dpp_bootstrap_set(struct wpa_ctrl *ctrl, int argc,
+                                         char *argv[])
+{
+       return wpa_cli_cmd(ctrl, "DPP_BOOTSTRAP_SET", 1, argc, argv);
+}
+
+
 static int wpa_cli_cmd_dpp_auth_init(struct wpa_ctrl *ctrl, int argc,
                                     char *argv[])
 {
@@ -3764,6 +3771,12 @@ static const struct wpa_cli_cmd wpa_cli_commands[] = {
        { "dpp_bootstrap_info", wpa_cli_cmd_dpp_bootstrap_info, NULL,
          cli_cmd_flag_none,
          "<id> = show DPP bootstrap information" },
+       { "dpp_bootstrap_set", wpa_cli_cmd_dpp_bootstrap_set, NULL,
+         cli_cmd_flag_none,
+         "<id> [conf=..] [ssid=<SSID>] [ssid_charset=#] [psk=<PSK>] "
+         "[pass=<passphrase>] [configurator=<id>] [conn_status=#] "
+         "[akm_use_selector=<0|1>] [group_id=..] [expiry=#] [csrattrs=..] "
+         "= set DPP configurator parameters" },
        { "dpp_auth_init", wpa_cli_cmd_dpp_auth_init, NULL, cli_cmd_flag_none,
          "peer=<id> [own=<id>] = initiate DPP bootstrapping" },
        { "dpp_listen", wpa_cli_cmd_dpp_listen, NULL, cli_cmd_flag_none,
--
2.23.3
_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux