wifi: Update Supplicant HAL to V3
Bug: 291202830 Test: Build successfully Test: Establish P2P connection and verified from the logs that the P2P Client IP address is received to framework via new HAL API. Change-Id: I3078eb4fa690d49c29c5fca78f551ff22d13e3c6
This commit is contained in:
parent
c8e6c2e201
commit
08c4c46cc4
3 changed files with 5 additions and 5 deletions
|
@ -672,7 +672,7 @@
|
|||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.wifi.supplicant</name>
|
||||
<version>2</version>
|
||||
<version>2-3</version>
|
||||
<interface>
|
||||
<name>ISupplicant</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
@ -57,6 +57,6 @@ aidl_interface {
|
|||
},
|
||||
|
||||
],
|
||||
frozen: true,
|
||||
frozen: false,
|
||||
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ cc_test {
|
|||
"android.hardware.wifi@1.5",
|
||||
"android.hardware.wifi.supplicant@1.0",
|
||||
"android.hardware.wifi.supplicant@1.1",
|
||||
"android.hardware.wifi.supplicant-V2-ndk",
|
||||
"android.hardware.wifi.supplicant-V3-ndk",
|
||||
"libwifi-system",
|
||||
"libwifi-system-iface",
|
||||
"VtsHalWifiV1_0TargetTestUtil",
|
||||
|
@ -80,7 +80,7 @@ cc_test {
|
|||
"android.hardware.wifi@1.5",
|
||||
"android.hardware.wifi.supplicant@1.0",
|
||||
"android.hardware.wifi.supplicant@1.1",
|
||||
"android.hardware.wifi.supplicant-V2-ndk",
|
||||
"android.hardware.wifi.supplicant-V3-ndk",
|
||||
"libwifi-system",
|
||||
"libwifi-system-iface",
|
||||
"VtsHalWifiV1_0TargetTestUtil",
|
||||
|
@ -116,7 +116,7 @@ cc_test {
|
|||
"android.hardware.wifi@1.5",
|
||||
"android.hardware.wifi.supplicant@1.0",
|
||||
"android.hardware.wifi.supplicant@1.1",
|
||||
"android.hardware.wifi.supplicant-V2-ndk",
|
||||
"android.hardware.wifi.supplicant-V3-ndk",
|
||||
"libwifi-system",
|
||||
"libwifi-system-iface",
|
||||
"VtsHalWifiV1_0TargetTestUtil",
|
||||
|
|
Loading…
Reference in a new issue