OSDN Git Service

Add indication for transmit followup
authorSubhani Shaik <subhanis@codeaurora.org>
Tue, 3 May 2016 14:11:06 +0000 (07:11 -0700)
committerEtan Cohen <etancohen@google.com>
Mon, 16 May 2016 20:28:36 +0000 (13:28 -0700)
The status of the transmit follow up is not
notified, enabling an indication to notify
the status of transmit in progress.

Change-Id: I91fab766d7265ef6538c003ac454291efd0ec462

include/hardware_legacy/wifi_nan.h

index a361b60..7f7b878 100644 (file)
@@ -1621,6 +1621,15 @@ typedef struct {
 } NanBeaconSdfPayloadInd;
 
 /*
+  Event Indication notifying the
+  transmit followup in progress
+*/
+typedef struct {
+   transaction_id id;
+   NanStatusType reason;
+} NanTransmitFollowupInd;
+
+/*
   Data request Initiator/Responder
   app/service related info
 */
@@ -1784,6 +1793,7 @@ typedef struct {
     void (*EventDataRequest)(NanDataPathRequestInd* event);
     void (*EventDataConfirm)(NanDataPathConfirmInd* event);
     void (*EventDataEnd)(NanDataPathEndInd* event);
+    void (*EventTransmitFollowup) (NanTransmitFollowupInd* event);
 } NanCallbackHandler;
 
 /*  Enable NAN functionality. */