summaryrefslogtreecommitdiffstats
path: root/service/java/com/android/server/wifi/DppManager.java
Commit message (Collapse)AuthorAgeFilesLines
* [DPP] Replace HAL interface onSuccess with onSuccessConfigSentHai Shalom2019-02-151-27/+9
| | | | | | | | | | | | | Following ANAPIC Review: onSuccess callback was returning only a single status code, CONFIGURATION_SENT. Renamed the callback to onSuccessConfigSent and eliminated the status code. Bug: 124459312 Test: atest DppManagerTest Test: atest SupplicantStaIfaceHalTest Test: act.py -c ../WifiDppConfig.json -tc WifiDppTest Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module VtsHalWifiSupplicantV1_2Host Change-Id: I82755edc658d9bd44dcd19186f37604be5eb03f2
* [DPP] Add metricsHai Shalom2019-01-251-7/+39
| | | | | | | | | | | | | | Add DPP metrics for number of requests, failures, successes and completion time histogram [1, 10, 25, 39]. Bug: 123231626 Test: atest DppMetricsTest Test: atest DppManagerTest Test: act.py -c ../WifiDppConfig.json -tc WifiDppTest Test: adb shell dumpsys wifi Test: adb shell dumpsys wifi wifiMetricsProto Test: adb shell dumpsys wifi wifiMetricsProto clean Change-Id: I797000b0bf6f9adf44f6ee390dc6a7dfea25cb20
* [DPP] Add _GENERIC suffix to EASY_CONNECT_EVENT_FAILURE codeHai Shalom2019-01-171-5/+5
| | | | | | | | | Following API council review, rename EASY_CONNECT_EVENT_FAILURE to EASY_CONNECT_EVENT_FAILURE_GENERIC. Bug: 122984877 Test: atest DppManagerTest Change-Id: If1a9e634d0750695f779f192062066fced23b8cf
* [DPP] Rename "DPP" public API to "Easy Connect"Hai Shalom2019-01-141-36/+50
| | | | | | | | | | Rename all DPP public API and constants to use Easy Connect naming, which is the WFA public technology name. Bug: 122851551 Test: atest DppManagerTest Test: act.py -c ../WifiDppConfig.json -tc WifiDppTest Change-Id: I706b4220edebf578c0d7eedf0b4c21d032c22e56
* [DPP] Handle DPP timeout event correctlyHai Shalom2019-01-091-1/+22
| | | | | | | | | | Handle DPP timeout event correctly. Terminate any pending initiator request and clean up resources. Change the timeout from 30s to 40s to allow better interoperability with low power devices. Bug: 122593341 Test: act.py -c ../WifiDppConfig.json -tc WifiDppTest Change-Id: Icb4d8879307ab8fada9860b302f3df2fdcd7da6b
* [DPP] Add APIs and callbacks for DPP InitiatorHai Shalom2018-12-271-0/+575
Add support for DPP Initiator, APIs and callbacks. Bug: 112197021 Test: atest DppManagerTest Change-Id: I6bce4466b7a47eec38a1ec03464cf4e5b886cfc5