Merge "[AWARE]: Add range report in SDEA params"
This commit is contained in:
commit
1da29541bc
1 changed files with 5 additions and 6 deletions
|
@ -285,6 +285,11 @@ typedef struct {
|
||||||
if ranging is enabled on disabled
|
if ranging is enabled on disabled
|
||||||
*/
|
*/
|
||||||
NanRangingState ranging_state;
|
NanRangingState ranging_state;
|
||||||
|
/*
|
||||||
|
Enable/Disable Ranging report,
|
||||||
|
when configured NanRangeReportInd received
|
||||||
|
*/
|
||||||
|
NanRangeReport range_report;
|
||||||
} NanSdeaCtrlParams;
|
} NanSdeaCtrlParams;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1036,9 +1041,6 @@ typedef struct {
|
||||||
/* Enable/disable NAN serivce Ranging auto response mode */
|
/* Enable/disable NAN serivce Ranging auto response mode */
|
||||||
NanRangingAutoResponse ranging_auto_response;
|
NanRangingAutoResponse ranging_auto_response;
|
||||||
|
|
||||||
/* Enable/Disable Ranging report, when configured NanRangeReportInd received */
|
|
||||||
NanRangeReport range_report;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
When the ranging_auto_response_cfg is not set, NanRangeRequestInd is
|
When the ranging_auto_response_cfg is not set, NanRangeRequestInd is
|
||||||
received. Nan Range Response to Peer MAC Addr is notified to indicate
|
received. Nan Range Response to Peer MAC Addr is notified to indicate
|
||||||
|
@ -1203,9 +1205,6 @@ typedef struct {
|
||||||
/* Enable/disable NAN serivce Ranging auto response mode */
|
/* Enable/disable NAN serivce Ranging auto response mode */
|
||||||
NanRangingAutoResponse ranging_auto_response;
|
NanRangingAutoResponse ranging_auto_response;
|
||||||
|
|
||||||
/* Enable/Disable Ranging report, when configured NanRangeReportInd received */
|
|
||||||
NanRangeReport range_report;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
When the ranging_auto_response_cfg is not set, NanRangeRequestInd is
|
When the ranging_auto_response_cfg is not set, NanRangeRequestInd is
|
||||||
received. Nan Range Response to Peer MAC Addr is notified to indicate
|
received. Nan Range Response to Peer MAC Addr is notified to indicate
|
||||||
|
|
Loading…
Reference in a new issue