qcacmn: Add enum for OCI mismatch in disassoc reason
Added enum for OCI mismatch in disassoc reason Change-Id: Iaf7a318ba629bba758c8f04bd404008678036a07 CRs-Fixed: 3235848
This commit is contained in:

committed by
Madan Koyyalamudi

parent
baaea274e7
commit
030e248d13
@@ -752,6 +752,7 @@ enum extn_element_ie {
|
|||||||
* accordingly.
|
* accordingly.
|
||||||
*
|
*
|
||||||
* @REASON_PROP_START: Start of prop reason code
|
* @REASON_PROP_START: Start of prop reason code
|
||||||
|
* @REASON_OCI_MISMATCH: Reason OCI Mismatch happens
|
||||||
* @REASON_HOST_TRIGGERED_ROAM_FAILURE: Reason host triggered roam failed
|
* @REASON_HOST_TRIGGERED_ROAM_FAILURE: Reason host triggered roam failed
|
||||||
* @REASON_FW_TRIGGERED_ROAM_FAILURE: Firmware triggered roam failed
|
* @REASON_FW_TRIGGERED_ROAM_FAILURE: Firmware triggered roam failed
|
||||||
* @REASON_GATEWAY_REACHABILITY_FAILURE: Due to NUD failure
|
* @REASON_GATEWAY_REACHABILITY_FAILURE: Due to NUD failure
|
||||||
@@ -836,7 +837,14 @@ enum wlan_reason_code {
|
|||||||
/* 72–65535 reserved */
|
/* 72–65535 reserved */
|
||||||
|
|
||||||
/* Internal reason codes */
|
/* Internal reason codes */
|
||||||
REASON_PROP_START = 65519,
|
|
||||||
|
/*
|
||||||
|
* Internal reason codes: Add any internal reason code just after
|
||||||
|
* REASON_PROP_START and decrease the value of REASON_PROP_START
|
||||||
|
* accordingly.
|
||||||
|
*/
|
||||||
|
REASON_PROP_START = 65517,
|
||||||
|
REASON_OCI_MISMATCH = 65518,
|
||||||
REASON_HOST_TRIGGERED_ROAM_FAILURE = 65519,
|
REASON_HOST_TRIGGERED_ROAM_FAILURE = 65519,
|
||||||
REASON_FW_TRIGGERED_ROAM_FAILURE = 65520,
|
REASON_FW_TRIGGERED_ROAM_FAILURE = 65520,
|
||||||
REASON_GATEWAY_REACHABILITY_FAILURE = 65521,
|
REASON_GATEWAY_REACHABILITY_FAILURE = 65521,
|
||||||
|
Reference in New Issue
Block a user