From: Chien Wong Date: Sat, 27 Apr 2024 08:19:43 +0000 (+0800) Subject: NAN: Fix a typo in USD doc X-Git-Tag: hostap_2_11~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f20382cc03643c8fb287dd243ccd1ebdfef89e;p=thirdparty%2Fhostap.git NAN: Fix a typo in USD doc The 'req_instance' parameter in transmit command should be 'req_instance_id'. Fixes: e3f9ab3c3a01 ("NAN: USD in wpa_supplicant") Signed-off-by: Chien Wong --- diff --git a/wpa_supplicant/README-NAN-USD b/wpa_supplicant/README-NAN-USD index 5dfe6eeed..72c379fc9 100644 --- a/wpa_supplicant/README-NAN-USD +++ b/wpa_supplicant/README-NAN-USD @@ -75,7 +75,7 @@ NAN_CANCEL_SUBSCRIBE subscribe_id= This command maps to the CancelSubscribe() method in the NAN Discovery Engine. -NAN_TRANSMIT handle= req_instance= address= [ssi=] +NAN_TRANSMIT handle= req_instance_id= address= [ssi=] This command maps to the Transmit() method in the NAN Discovery Engine.