]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
NAN: Fix a typo in USD doc
authorChien Wong <m@xv97.com>
Sat, 27 Apr 2024 08:19:43 +0000 (16:19 +0800)
committerJouni Malinen <j@w1.fi>
Fri, 12 Jul 2024 13:34:56 +0000 (16:34 +0300)
The 'req_instance' parameter in transmit command should be
'req_instance_id'.

Fixes: e3f9ab3c3a01 ("NAN: USD in wpa_supplicant")
Signed-off-by: Chien Wong <m@xv97.com>
wpa_supplicant/README-NAN-USD

index 5dfe6eeed1307bb554bb96af6fd5f6aeb338728e..72c379fc976af15143580c7266ca01ac6cb414a8 100644 (file)
@@ -75,7 +75,7 @@ NAN_CANCEL_SUBSCRIBE subscribe_id=<id from NAN_SUBSCRIBE>
 
 This command maps to the CancelSubscribe() method in the NAN Discovery Engine.
 
-NAN_TRANSMIT handle=<id from NAN_PUBLISH or NAN_SUBSCRIBE> req_instance=<peer's id> address=<peer's MAC address> [ssi=<service specific information (hexdump)>]
+NAN_TRANSMIT handle=<id from NAN_PUBLISH or NAN_SUBSCRIBE> req_instance_id=<peer's id> address=<peer's MAC address> [ssi=<service specific information (hexdump)>]
 
 This command maps to the Transmit() method in the NAN Discovery Engine.