diff mbox series

DPP: Operating class also need to pass

Message ID 20190616031037.4042-1-amit7861234@gmail.com
State Accepted
Headers show
Series DPP: Operating class also need to pass | expand

Commit Message

Amit Khatri June 16, 2019, 3:10 a.m. UTC
As per code dpp_parse_uri_chan_list() function checks "/" as seprator
for operating class and operating channel.
update readme accordingly.

Signed-off-by: Amit Khatri <amit7861234@gmail.com>
---
 wpa_supplicant/README-DPP | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jouni Malinen June 22, 2019, 8:01 p.m. UTC | #1
On Sun, Jun 16, 2019 at 08:40:37AM +0530, Amit Khatri wrote:
> As per code dpp_parse_uri_chan_list() function checks "/" as seprator
> for operating class and operating channel.
> update readme accordingly.

Thanks, applied.
diff mbox series

Patch

diff --git a/wpa_supplicant/README-DPP b/wpa_supplicant/README-DPP
index 649673373..dcc15f165 100644
--- a/wpa_supplicant/README-DPP
+++ b/wpa_supplicant/README-DPP
@@ -100,7 +100,7 @@  On enrollee side:
 Generate QR code for the device. Store the qr code id returned by the
 command.
 
-> dpp_bootstrap_gen type=qrcode mac=<mac-address-of-device> chan=<operating-channel> key=<key of the device>
+> dpp_bootstrap_gen type=qrcode mac=<mac-address-of-device> chan=<operating-class/operating-channel> key=<key of the device>
 (returns bootstrapping info id)
 
 Get QR Code of device using the bootstrap info id.