[AWARE]: Enable Discovery MAC addr randomization am: f032356db0
am: 53fe3f6c9c
Change-Id: Ie8acccea12b10efc481048e67885d2b953b0f5ef
This commit is contained in:
commit
544b92baff
1 changed files with 15 additions and 0 deletions
|
@ -785,6 +785,14 @@ typedef struct {
|
|||
|
||||
/* Configure 2.4/5GHz 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;
|
||||
|
||||
/*
|
||||
|
@ -1165,6 +1173,13 @@ typedef struct {
|
|||
NanFurtherAvailabilityMap fam_val;
|
||||
/* Configure 2.4/5GHz 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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue