diff options
| -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 2b45b49ff322..f4ef57637c45 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -668,6 +668,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 |