From 37715240f44f08c8a97eca7f1521d789ec9e8e67 Mon Sep 17 00:00:00 2001 From: Hai Shalom Date: Mon, 14 Jan 2019 15:43:21 -0800 Subject: [PATCH] [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 --- wifi/supplicant/1.2/types.hal | 1 + 1 file changed, 1 insertion(+) diff --git a/wifi/supplicant/1.2/types.hal b/wifi/supplicant/1.2/types.hal index 576b4f51c1..eaf2546b25 100644 --- a/wifi/supplicant/1.2/types.hal +++ b/wifi/supplicant/1.2/types.hal @@ -60,4 +60,5 @@ enum DppFailureCode : uint32_t { BUSY, TIMEOUT, FAILURE, + NOT_SUPPORTED, };