commit | 92c3cc4075dcda26ca692746afff55c06d447966 | [log] [tgz] |
---|---|---|
author | Hai Shalom <haishalom@google.com> | Thu Dec 27 15:43:17 2018 -0800 |
committer | Hai Shalom <haishalom@google.com> | Thu Dec 27 15:43:17 2018 -0800 |
tree | 55268cb6b6cdce2a20df5109334a9876f27fcedc | |
parent | e6f614c2e048d478563c06142901f59aa4ac85e5 [diff] [blame] |
[DPP] Add DPP key management capability API Add DPP key management capability API. Bug: 112197021 Test: atest SupplicantStaIfaceHalTest Change-Id: Ie92ac574aead59bed7ac51f599ca1eb36ac5251f
diff --git a/wifi/supplicant/1.2/ISupplicantStaNetwork.hal b/wifi/supplicant/1.2/ISupplicantStaNetwork.hal index 6fd0d51..6c356a4 100644 --- a/wifi/supplicant/1.2/ISupplicantStaNetwork.hal +++ b/wifi/supplicant/1.2/ISupplicantStaNetwork.hal
@@ -36,6 +36,9 @@ /** Enhacned Open (OWE) Key management */ OWE = 1 << 22, + + /** Easy Connect (DPP) Key management */ + DPP = 1 << 23, }; /** Possble mask of values for PairwiseCipher param. */