aboutsummaryrefslogtreecommitdiff
path: root/hostapd
diff options
context:
space:
mode:
authorGabriel Biren <gbiren@google.com>2022-12-15 20:54:33 +0000
committerGabriel Biren <gbiren@google.com>2022-12-20 01:01:36 +0000
commita5bdf3779d57d64fb1ea70023d1c49e5dc2fe123 (patch)
tree7e5f028df2e372d115429a5424fa55fcc4b00c9b /hostapd
parent933982327f6642e718f974cc1a14abe92823f42a (diff)
downloadwpa_supplicant_8-a5bdf3779d57d64fb1ea70023d1c49e5dc2fe123.tar.gz
Replace call into Wifi Keystore with a
call into the new get_certificate method. Bug: 205764502 Test: Manual test - connect to a WPA Enterprise network. Tests that KS2 path is still working. Manual test - store a key-value pair to legacy Keystore. Check that we can retrieve the value in supplicant. Tests the legacy keystore path. Manual test - try to retrieve a non-existing value from legacy keystore. Check that the get_certificate method returns -1 Change-Id: I5b595b6592ca9298a2cb667bc38edd4bd2d1e8e6
Diffstat (limited to 'hostapd')
-rw-r--r--hostapd/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/hostapd/Android.bp b/hostapd/Android.bp
index 020396dc..0c5d96b5 100644
--- a/hostapd/Android.bp
+++ b/hostapd/Android.bp
@@ -55,7 +55,6 @@ cc_defaults {
"libcrypto",
"libssl",
"libnl",
- "libkeystore-wifi-hidl",
],
relative_install_path: "hw",
soc_specific: true,