Merge "[DPP] Add DPP key management capability API"

This commit is contained in:
Hai Shalom
2019-01-03 17:05:44 +00:00
committed by Android (Google) Code Review

View File

@@ -36,6 +36,9 @@ interface ISupplicantStaNetwork extends @1.1::ISupplicantStaNetwork {
/** Enhacned Open (OWE) Key management */
OWE = 1 << 22,
/** Easy Connect (DPP) Key management */
DPP = 1 << 23,
};
/** Possble mask of values for PairwiseCipher param. */