summaryrefslogtreecommitdiff
path: root/qcwcn/wifi_hal/nan_i.h
diff options
context:
space:
mode:
authorSubhani Shaik <subhanis@codeaurora.org>2017-06-20 07:38:56 -0700
committerEtan Cohen <etancohen@google.com>2017-06-30 15:34:28 -0700
commit3b95b19e19743b7c2c055b10dfa9ffe5f089f90f (patch)
tree791b2cb69637d316392942e9f76c24a9ba23d8b2 /qcwcn/wifi_hal/nan_i.h
parent337510e659aa5d5f220fe613896335bd4136c94c (diff)
downloadwlan-3b95b19e19743b7c2c055b10dfa9ffe5f089f90f.tar.gz
WifiHal: Fix NDP incorrect error returns
NDP Confirm was not returning the error code from FW in WifiHal. NDP initiator request/responses initial fw response, NDP End initial response also are not translating the error returned from the FW. Bug: 62339353 Change-Id: I98590d50f9a4d9fca016d33939cae65c97359914
Diffstat (limited to 'qcwcn/wifi_hal/nan_i.h')
-rw-r--r--qcwcn/wifi_hal/nan_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qcwcn/wifi_hal/nan_i.h b/qcwcn/wifi_hal/nan_i.h
index 7e7f2f9..5938919 100644
--- a/qcwcn/wifi_hal/nan_i.h
+++ b/qcwcn/wifi_hal/nan_i.h
@@ -1190,6 +1190,7 @@ typedef enum {
NDP_I_MGMT_FRAME_CONFIRM_FAILED = 9011,
NDP_I_END_FAILED = 9012,
NDP_I_MGMT_FRAME_END_REQUEST_FAILED = 9013,
+ NDP_I_MGMT_FRAME_SECURITY_INSTALL_FAILED = 9014,
/* 9500 onwards vendor specific error codes */
NDP_I_VENDOR_SPECIFIC_ERROR = 9500