mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
[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
This commit is contained in:
@@ -60,4 +60,5 @@ enum DppFailureCode : uint32_t {
|
||||
BUSY,
|
||||
TIMEOUT,
|
||||
FAILURE,
|
||||
NOT_SUPPORTED,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user