]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
DPP: Fix documentation to include operating class for URI
authorAmit Khatri <amit7861234@gmail.com>
Sun, 16 Jun 2019 03:10:37 +0000 (08:40 +0530)
committerJouni Malinen <j@w1.fi>
Sat, 22 Jun 2019 17:39:39 +0000 (20:39 +0300)
As per code dpp_parse_uri_chan_list() function checks "/" as separator
for operating class and operating channel. Update readme accordingly.

Signed-off-by: Amit Khatri <amit7861234@gmail.com>
wpa_supplicant/README-DPP

index 6496733735d4de2ca3aa36caed2615cabd2a1dc8..dcc15f165c1798caa364067c82accc2794d3dcfd 100644 (file)
@@ -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.