Loading wifi/hostapd/aidl/aidl_api/android.hardware.wifi.hostapd/current/android/hardware/wifi/hostapd/ApInfo.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -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; } wifi/hostapd/aidl/android/hardware/wifi/hostapd/ApInfo.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -57,4 +58,9 @@ parcelable ApInfo { * MAC Address of the apIfaceInstance. */ byte[] apIfaceInstanceMacAddress; /** * Optional vendor-specific information. */ @nullable OuiKeyedData[] vendorData; } Loading
wifi/hostapd/aidl/aidl_api/android.hardware.wifi.hostapd/current/android/hardware/wifi/hostapd/ApInfo.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -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; }
wifi/hostapd/aidl/android/hardware/wifi/hostapd/ApInfo.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -57,4 +58,9 @@ parcelable ApInfo { * MAC Address of the apIfaceInstance. */ byte[] apIfaceInstanceMacAddress; /** * Optional vendor-specific information. */ @nullable OuiKeyedData[] vendorData; }