From 35d241d6869ac819f7fb3505aed0fbe5a0fd93e2 Mon Sep 17 00:00:00 2001 From: Subhani Shaik Date: Wed, 22 Mar 2017 14:54:20 -0700 Subject: [PATCH] [AWARE]: Add support to fetch second ndp channel Add new parameter second ndp channel freq in the stats response message to support the certification efforts. Change-Id: I9011bd7d4c5f34a15fbfe871b67d255807df8347 --- include/hardware_legacy/wifi_nan.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hardware_legacy/wifi_nan.h b/include/hardware_legacy/wifi_nan.h index 3618351..05034a8 100644 --- a/include/hardware_legacy/wifi_nan.h +++ b/include/hardware_legacy/wifi_nan.h @@ -18,6 +18,7 @@ #define __NAN_H__ #include +#include #include "wifi_hal.h" #ifdef __cplusplus @@ -1589,6 +1590,7 @@ typedef struct u32 discBeaconTxFailures; u32 amHopCountExpireCount; u32 ndpChannelFreq; + u32 ndpChannelFreq2; } NanSyncStats; /* NAN Misc DE Statistics */