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

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

Merge "wifi: Adds MLD address in ApInfo for MLO SAP" into main

parents d893766f 2b5cdddc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,4 +41,5 @@ parcelable ApInfo {
  android.hardware.wifi.hostapd.Generation generation;
  byte[] apIfaceInstanceMacAddress;
  @nullable android.hardware.wifi.common.OuiKeyedData[] vendorData;
  @nullable byte[] mldMacAddress;
}
+5 −0
Original line number Diff line number Diff line
@@ -63,4 +63,9 @@ parcelable ApInfo {
     * Optional vendor-specific information.
     */
    @nullable OuiKeyedData[] vendorData;

    /**
     * MAC Address of the multiple link device (MLD) which apIfaceInstance is associated with.
     */
    @nullable byte[] mldMacAddress;
}