[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
This commit is contained in:
Subhani Shaik 2017-03-22 14:54:20 -07:00 committed by Etan Cohen
parent ad6f1d5512
commit 35d241d686

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 */