diff options
| author | 2019-02-10 23:45:04 +0000 | |
|---|---|---|
| committer | 2019-02-10 23:45:04 +0000 | |
| commit | e5f0fe1c43a0f37f045688e53d48f1252b2e1241 (patch) | |
| tree | dfca95efc0c050deee445a7dbbd47edd47146a1c | |
| parent | d212706aaeaf0cfb9bcc2d6866fb08fac78e667c (diff) | |
| parent | 483a45be9dd6111451e1efdf97a5d132f9c72c81 (diff) | |
Merge "Metrics: num connections with mac randomization"
| -rw-r--r-- | proto/src/wifi.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto index fb7585b74118..82359c547a88 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -671,6 +671,9 @@ message ConnectionEvent { // Has bug report been taken. optional bool automatic_bug_report_taken = 9; + + // Connection is using locally generated random MAC address. + optional bool use_randomized_mac = 10 [default = false]; } // Number of occurrences of a specific RSSI poll rssi value |