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

Commit 1fc58f82 authored by Les Lee's avatar Les Lee
Browse files

wifi: Support client isolation configuration

Note: It will be used to configure ap_isolate in hostapd.conf

Bug: 362355566
Test: TH
Change-Id: Ie362f419bed6ade7364b6123bcb2d7ce38a8b0ca
parent e37f8956
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;
}