Merge "[AWARE]: Add support to fetch second ndp channel" am: 44e84ef90f
am: 32a0fc90ff
am: d997c53023
Change-Id: I25c817114953bec6b8d96e6c383e704dcddfa56e
This commit is contained in:
commit
59cb347637
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
#define __NAN_H__
|
#define __NAN_H__
|
||||||
|
|
||||||
#include <net/if.h>
|
#include <net/if.h>
|
||||||
|
#include <stdbool.h>
|
||||||
#include "wifi_hal.h"
|
#include "wifi_hal.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -1589,6 +1590,7 @@ typedef struct
|
||||||
u32 discBeaconTxFailures;
|
u32 discBeaconTxFailures;
|
||||||
u32 amHopCountExpireCount;
|
u32 amHopCountExpireCount;
|
||||||
u32 ndpChannelFreq;
|
u32 ndpChannelFreq;
|
||||||
|
u32 ndpChannelFreq2;
|
||||||
} NanSyncStats;
|
} NanSyncStats;
|
||||||
|
|
||||||
/* NAN Misc DE Statistics */
|
/* NAN Misc DE Statistics */
|
||||||
|
|
Loading…
Reference in a new issue