summaryrefslogtreecommitdiffstats
path: root/wifi/keystore/1.0/IKeystore.hal
Commit message (Collapse)AuthorAgeFilesLines
* Create HIDL HAL for WiFi KeystorePaul Stewart2017-03-311-0/+76
The WiFi keystore HAL should run in the system image, and will provide an interface for wpa_supplicant (running on the vendor partition) to call in order to perform keystore operations. This service will run in the keystore daemon. As such, this HAL service can only be usable for WiFi and is not a generic HAL for the keystore interface. This HIDL service will run in the keystore daemon. Bug: 34603782 Test: Able to connect to wifi passpoint networks. Change-Id: Iac353c6dd182a09a11e87de5b0703e67f8e31ca8