Loading wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ConnectionCapabilities.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -40,4 +40,5 @@ parcelable ConnectionCapabilities { int maxNumberRxSpatialStreams; android.hardware.wifi.supplicant.LegacyMode legacyMode; boolean apTidToLinkMapNegotiationSupported; @nullable android.hardware.wifi.common.OuiKeyedData[] vendorData; } wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ISupplicantStaNetwork.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ interface ISupplicantStaNetwork { void setMinimumTlsVersionEapPhase1Param(android.hardware.wifi.supplicant.TlsVersion tlsVersion); void setStrictConservativePeerMode(in boolean enable); void disableEht(); void setVendorData(in android.hardware.wifi.common.OuiKeyedData[] vendorData); const int SSID_MAX_LEN_IN_BYTES = 32; const int PSK_PASSPHRASE_MIN_LEN_IN_BYTES = 8; const int PSK_PASSPHRASE_MAX_LEN_IN_BYTES = 63; Loading wifi/supplicant/aidl/android/hardware/wifi/supplicant/ConnectionCapabilities.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.hardware.wifi.supplicant; import android.hardware.wifi.common.OuiKeyedData; import android.hardware.wifi.supplicant.LegacyMode; import android.hardware.wifi.supplicant.WifiTechnology; Loading Loading @@ -48,4 +49,9 @@ parcelable ConnectionCapabilities { * Indicates the AP support for TID-to-link mapping negotiation. */ boolean apTidToLinkMapNegotiationSupported; /** * Additional vendor-specific data. Null value indicates * that no vendor data is provided. */ @nullable OuiKeyedData[] vendorData; } wifi/supplicant/aidl/android/hardware/wifi/supplicant/ISupplicantStaNetwork.aidl +12 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.hardware.wifi.supplicant; import android.hardware.wifi.common.OuiKeyedData; import android.hardware.wifi.supplicant.AuthAlgMask; import android.hardware.wifi.supplicant.DppConnectionKeys; import android.hardware.wifi.supplicant.EapMethod; Loading Loading @@ -1153,4 +1154,15 @@ interface ISupplicantStaNetwork { * |SupplicantStatusCode.FAILURE_NETWORK_INVALID| */ void disableEht(); /** * Set additional vendor-provided configuration data. * * @param vendorData List of |OuiKeyedData| containing the vendor-provided * configuration data. * @throws ServiceSpecificException with one of the following values: * |SupplicantStatusCode.FAILURE_UNKNOWN|, * |SupplicantStatusCode.FAILURE_NETWORK_INVALID| */ void setVendorData(in OuiKeyedData[] vendorData); } Loading
wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ConnectionCapabilities.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -40,4 +40,5 @@ parcelable ConnectionCapabilities { int maxNumberRxSpatialStreams; android.hardware.wifi.supplicant.LegacyMode legacyMode; boolean apTidToLinkMapNegotiationSupported; @nullable android.hardware.wifi.common.OuiKeyedData[] vendorData; }
wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ISupplicantStaNetwork.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ interface ISupplicantStaNetwork { void setMinimumTlsVersionEapPhase1Param(android.hardware.wifi.supplicant.TlsVersion tlsVersion); void setStrictConservativePeerMode(in boolean enable); void disableEht(); void setVendorData(in android.hardware.wifi.common.OuiKeyedData[] vendorData); const int SSID_MAX_LEN_IN_BYTES = 32; const int PSK_PASSPHRASE_MIN_LEN_IN_BYTES = 8; const int PSK_PASSPHRASE_MAX_LEN_IN_BYTES = 63; Loading
wifi/supplicant/aidl/android/hardware/wifi/supplicant/ConnectionCapabilities.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.hardware.wifi.supplicant; import android.hardware.wifi.common.OuiKeyedData; import android.hardware.wifi.supplicant.LegacyMode; import android.hardware.wifi.supplicant.WifiTechnology; Loading Loading @@ -48,4 +49,9 @@ parcelable ConnectionCapabilities { * Indicates the AP support for TID-to-link mapping negotiation. */ boolean apTidToLinkMapNegotiationSupported; /** * Additional vendor-specific data. Null value indicates * that no vendor data is provided. */ @nullable OuiKeyedData[] vendorData; }
wifi/supplicant/aidl/android/hardware/wifi/supplicant/ISupplicantStaNetwork.aidl +12 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.hardware.wifi.supplicant; import android.hardware.wifi.common.OuiKeyedData; import android.hardware.wifi.supplicant.AuthAlgMask; import android.hardware.wifi.supplicant.DppConnectionKeys; import android.hardware.wifi.supplicant.EapMethod; Loading Loading @@ -1153,4 +1154,15 @@ interface ISupplicantStaNetwork { * |SupplicantStatusCode.FAILURE_NETWORK_INVALID| */ void disableEht(); /** * Set additional vendor-provided configuration data. * * @param vendorData List of |OuiKeyedData| containing the vendor-provided * configuration data. * @throws ServiceSpecificException with one of the following values: * |SupplicantStatusCode.FAILURE_UNKNOWN|, * |SupplicantStatusCode.FAILURE_NETWORK_INVALID| */ void setVendorData(in OuiKeyedData[] vendorData); }