diff options
| author | 2018-11-09 21:16:38 +0000 | |
|---|---|---|
| committer | 2018-11-09 21:16:38 +0000 | |
| commit | f3375f360ea6875e4d70f2fc6d3074d159a74998 (patch) | |
| tree | d56a31082dce696393d262ab07882f6836d14ea1 | |
| parent | b71d9509320bbb557b9df7b4f2f324a5c52d6869 (diff) | |
| parent | 3ebb24e94b560e22e61313c06e8b094b619522a6 (diff) | |
Merge "Add WIFI_ENABLED and WIFI_DISABLED to StaEvent" into pi-dev
| -rw-r--r-- | proto/src/wifi.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto index bde603038b90..927e74a92f24 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -784,6 +784,12 @@ message StaEvent { // Framework changed Sta interface MAC address TYPE_MAC_CHANGE = 17; + + // Wifi is turned on + TYPE_WIFI_ENABLED = 18; + + // Wifi is turned off + TYPE_WIFI_DISABLED = 19; } enum FrameworkDisconnectReason { |