Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3375f36 authored by Jong Wook Kim's avatar Jong Wook Kim Committed by Android (Google) Code Review
Browse files

Merge "Add WIFI_ENABLED and WIFI_DISABLED to StaEvent" into pi-dev

parents b71d9509 3ebb24e9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 {