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:
parent
7c935eef36
commit
44f20382cc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue