[AWARE]: Enable Discovery MAC addr randomization am: f032356db0
am: 53fe3f6c9c
am: 544b92baff
am: 14e005b63a
Change-Id: I61a2a42afea61efbc083a6ea8ad2ce6a08875669
This commit is contained in:
commit
86062428fe
1 changed files with 15 additions and 0 deletions
|
@ -785,6 +785,14 @@ typedef struct {
|
||||||
|
|
||||||
/* Configure 2.4/5GHz DW */
|
/* Configure 2.4/5GHz DW */
|
||||||
NanConfigDW config_dw;
|
NanConfigDW config_dw;
|
||||||
|
|
||||||
|
/*
|
||||||
|
By default discovery MAC address randomization is enabled
|
||||||
|
and default interval value is 30 minutes i.e. 1800 seconds.
|
||||||
|
The value 0 is used to disable MAC addr randomization.
|
||||||
|
*/
|
||||||
|
u8 config_disc_mac_addr_randomization;
|
||||||
|
u16 disc_mac_addr_rand_interval_sec;
|
||||||
} NanEnableRequest;
|
} NanEnableRequest;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1165,6 +1173,13 @@ typedef struct {
|
||||||
NanFurtherAvailabilityMap fam_val;
|
NanFurtherAvailabilityMap fam_val;
|
||||||
/* Configure 2.4/5GHz DW */
|
/* Configure 2.4/5GHz DW */
|
||||||
NanConfigDW config_dw;
|
NanConfigDW config_dw;
|
||||||
|
/*
|
||||||
|
By default discovery MAC address randomization is enabled
|
||||||
|
and default interval value is 30 minutes i.e. 1800 seconds.
|
||||||
|
The value 0 is used to disable MAC addr randomization.
|
||||||
|
*/
|
||||||
|
u8 config_disc_mac_addr_randomization;
|
||||||
|
u16 disc_mac_addr_rand_interval_sec;
|
||||||
} NanConfigRequest;
|
} NanConfigRequest;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue