summaryrefslogtreecommitdiff
path: root/qcwcn/wifi_hal/nancommand.h
diff options
context:
space:
mode:
authorSubhani Shaik <subhanis@codeaurora.org>2017-03-22 15:11:16 -0700
committerEtan Cohen <etancohen@google.com>2017-04-04 15:11:53 -0700
commit9e902a019c8c6122002ca119acda4ee6625d13d9 (patch)
tree450ba6916be1e126f4d012d8ddd900cf191a6196 /qcwcn/wifi_hal/nancommand.h
parent6b61a434847182646e43d28d83d72f0018410f91 (diff)
downloadwlan-9e902a019c8c6122002ca119acda4ee6625d13d9.tar.gz
Wifi-Hal: Introduce support for NAN Publish Replied Ind
Bring in support for NAN Publish Replied Indication. Bug: 35195773 Test: integration (sl4a) tests Change-Id: I9751e4cb498a2e99f90a81e7c4119eff66cdb8e6
Diffstat (limited to 'qcwcn/wifi_hal/nancommand.h')
-rw-r--r--qcwcn/wifi_hal/nancommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qcwcn/wifi_hal/nancommand.h b/qcwcn/wifi_hal/nancommand.h
index 6b2624f..763544f 100644
--- a/qcwcn/wifi_hal/nancommand.h
+++ b/qcwcn/wifi_hal/nancommand.h
@@ -46,6 +46,7 @@ private:
//based on the indication type
int handleNanIndication();
//Various Functions to get the appropriate indications
+ int getNanPublishReplied(NanPublishRepliedInd *event);
int getNanPublishTerminated(NanPublishTerminatedInd *event);
int getNanMatch(NanMatchInd *event);
int getNanMatchExpired(NanMatchExpiredInd *event);