[AWARE]: Add support for NAN qos config, schedule update channel
Add qos config parameter in sdea control parameters and also add schedule update channel as part of nan sync stats. Change-Id: I8b56bf49dc3b0a7139a1bfd8698114f0fbf2fd16
This commit is contained in:
parent
67b598c76d
commit
b600992ac7
1 changed files with 12 additions and 0 deletions
|
@ -224,6 +224,12 @@ typedef enum {
|
|||
NAN_DP_CONFIG_SECURITY
|
||||
} NanDataPathSecurityCfgStatus;
|
||||
|
||||
typedef enum {
|
||||
NAN_QOS_NOT_REQUIRED = 0,
|
||||
NAN_QOS_REQUIRED
|
||||
} NanQosCfgStatus;
|
||||
|
||||
|
||||
/* Data request Responder's response */
|
||||
typedef enum {
|
||||
NAN_DP_REQUEST_ACCEPT = 0,
|
||||
|
@ -330,6 +336,11 @@ typedef struct {
|
|||
when configured NanRangeReportInd received
|
||||
*/
|
||||
NanRangeReport range_report;
|
||||
/*
|
||||
NAN QOS required flag to indicate
|
||||
if QOS is required or not.
|
||||
*/
|
||||
NanQosCfgStatus qos_cfg;
|
||||
} NanSdeaCtrlParams;
|
||||
|
||||
/*
|
||||
|
@ -1612,6 +1623,7 @@ typedef struct
|
|||
u32 amHopCountExpireCount;
|
||||
u32 ndpChannelFreq;
|
||||
u32 ndpChannelFreq2;
|
||||
u32 schedUpdateChannelFreq;
|
||||
} NanSyncStats;
|
||||
|
||||
/* NAN Misc DE Statistics */
|
||||
|
|
Loading…
Reference in a new issue