NAN: Fix a typo in USD doc

The 'req_instance' parameter in transmit command should be
'req_instance_id'.

Fixes: e3f9ab3c3a ("NAN: USD in wpa_supplicant")
Signed-off-by: Chien Wong <m@xv97.com>
This commit is contained in:
Chien Wong 2024-04-27 16:19:43 +08:00 committed by Jouni Malinen
parent 7c935eef36
commit 44f20382cc

View 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. 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. This command maps to the Transmit() method in the NAN Discovery Engine.