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

Commit 760b77b6 authored by Yi Shiou (Les) Lee's avatar Yi Shiou (Les) Lee Committed by Android (Google) Code Review
Browse files

Merge "wifi: Support client isolation configuration" into main

parents 731178ea 1fc58f82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ parcelable NetworkParams {
  String passphrase;
  boolean isMetered;
  byte[] vendorElements;
  boolean isClientIsolationEnabled;
}
+4 −0
Original line number Diff line number Diff line
@@ -52,4 +52,8 @@ parcelable NetworkParams {
     * one or more elements). Example: byte[]{ 221, 4, 17, 34, 51, 1 }
     */
    byte[] vendorElements;
    /**
     * Whether the network uses client isolation.
     */
    boolean isClientIsolationEnabled;
}