Merge "[AWARE]: Add support to fetch second ndp channel" am: 44e84ef90f

am: 32a0fc90ff

Change-Id: I0aa4d8dfec902c1b309d1f5081d1fd4bebd7360a
This commit is contained in:
Etan Cohen 2017-04-05 00:04:07 +00:00 committed by android-build-merger
commit d997c53023

View file

@ -18,6 +18,7 @@
#define __NAN_H__
#include <net/if.h>
#include <stdbool.h>
#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 */