From 6c2f70cc6ab21a44c1ea2710aaadaaffd1e0aac2 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 27 Oct 2019 18:38:07 +0200 Subject: [PATCH] DPP: Mention ssid and pass parameters for DPP_AUTH_INIT in documentation These parameter use hexdump values over the control interface, so mention them in the DPP example documentation. Signed-off-by: Jouni Malinen --- wpa_supplicant/README-DPP | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wpa_supplicant/README-DPP b/wpa_supplicant/README-DPP index 96b173537..457e32eef 100644 --- a/wpa_supplicant/README-DPP +++ b/wpa_supplicant/README-DPP @@ -118,7 +118,9 @@ On successfully adding QR Code, a bootstrapping info id is returned. Send provisioning request to enrollee. (conf is ap-dpp if enrollee is an AP. conf is sta-dpp if enrollee is a client) -> dpp_auth_init peer= conf= configurator= +> dpp_auth_init peer= conf= ssid= configurator= +or for legacy (PSK/SAE) provisioning for a station Enrollee: +> dpp_auth_init peer= conf=sta-psk ssid= pass= The DPP values will be printed in the console. Save this values into the config file. If the enrollee is an AP, we need to manually write these