mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Merge "Add list of OuiKeyedData to ApInfo." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
9c041d0150
@@ -40,4 +40,5 @@ parcelable ApInfo {
|
||||
android.hardware.wifi.hostapd.ChannelBandwidth channelBandwidth;
|
||||
android.hardware.wifi.hostapd.Generation generation;
|
||||
byte[] apIfaceInstanceMacAddress;
|
||||
@nullable android.hardware.wifi.common.OuiKeyedData[] vendorData;
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
package android.hardware.wifi.hostapd;
|
||||
|
||||
import android.hardware.wifi.common.OuiKeyedData;
|
||||
import android.hardware.wifi.hostapd.ChannelBandwidth;
|
||||
import android.hardware.wifi.hostapd.Generation;
|
||||
|
||||
@@ -57,4 +58,9 @@ parcelable ApInfo {
|
||||
* MAC Address of the apIfaceInstance.
|
||||
*/
|
||||
byte[] apIfaceInstanceMacAddress;
|
||||
|
||||
/**
|
||||
* Optional vendor-specific information.
|
||||
*/
|
||||
@nullable OuiKeyedData[] vendorData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user