Merge "[AWARE]: Add range report in SDEA params"

This commit is contained in:
Etan Cohen 2017-03-09 23:13:29 +00:00 committed by Gerrit Code Review
commit 1da29541bc

View file

@ -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