From 3354e4cbefbac220e26df84747bd77c1bb1468ac Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Tue, 10 Sep 2024 17:53:16 +0900 Subject: [PATCH] [ACR-1866] Add new xml file for capi-network-wifi-aware Change-Id: I8fcc7ce4097e95e3bb6421c2aed3d0fe104b1c8c Signed-off-by: Jaehyun Kim --- error_messages/capi-network-wifi-aware.xml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 error_messages/capi-network-wifi-aware.xml diff --git a/error_messages/capi-network-wifi-aware.xml b/error_messages/capi-network-wifi-aware.xml new file mode 100644 index 0000000..e7503e6 --- /dev/null +++ b/error_messages/capi-network-wifi-aware.xml @@ -0,0 +1,28 @@ + + + + TIZEN_ERROR_WIFI_AWARE | 0x01 + Not initialized + + + TIZEN_ERROR_WIFI_AWARE | 0x02 + Already initialized + + + TIZEN_ERROR_WIFI_AWARE | 0x03 + Already enabled + + + TIZEN_ERROR_WIFI_AWARE | 0x04 + Operation failed + + + TIZEN_ERROR_WIFI_AWARE | 0x05 + Rejected by peer + + + TIZEN_ERROR_WIFI_AWARE | 0x06 + Wi-Fi Interface is down + + + -- 2.34.1