Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37715240 authored by Hai Shalom's avatar Hai Shalom
Browse files

[DPP] Add "Not supported" failure code for DPP.

Add "Not supported" failure code for DPP.

Bug: 122851551
Test: atest DppManagerTest
Test: act.py -c ../WifiDppConfig.json -tc WifiDppTest
Change-Id: I3b0e9b0726387696c476b35f7e83ea9f0a921432
parent 998d7369
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,4 +60,5 @@ enum DppFailureCode : uint32_t {
    BUSY,
    TIMEOUT,
    FAILURE,
    NOT_SUPPORTED,
};