Merge "[AWARE]: Add support to fetch second ndp channel"
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 <net/if.h>
+#include <stdbool.h>
 #include "wifi_hal.h"
 
 #ifdef __cplusplus
@@ -1589,6 +1590,7 @@
     u32 discBeaconTxFailures;
     u32 amHopCountExpireCount;
     u32 ndpChannelFreq;
+    u32 ndpChannelFreq2;
 } NanSyncStats;
 
 /* NAN Misc DE Statistics */