Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1cd34c5 authored by Pankaj Singh's avatar Pankaj Singh
Browse files

wlan: Update tSirMacStatusCodes

Update tSirMacStatusCodes to cater INVALID_PMKID reason code.
Remove the unused (invalid) reason codes present in the enum.

Change-Id: I449b61b805896dda0ff62d0cecdc6ef9b6440832
CRs-Fixed: 2734679
parent c99d3d94
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
/*
 * Copyright (c) 2011-2016, 2017, 2019 The Linux Foundation. All rights reserved.
 * Copyright (c) 2011-2016, 2017, 2019-2020 The Linux Foundation. All rights reserved.
 *
 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
 *
@@ -670,6 +670,7 @@
#define BA_BOTH_DIRECTIONS 3

/// Status Code (present in Management response frames) enum
/* (IEEE Std 802.11-2016, 9.4.1.9, Table 9-46) */

typedef enum eSirMacStatusCodes
{
@@ -744,9 +745,9 @@ typedef enum eSirMacStatusCodes
    eSIR_MAC_DEST_STA_NOT_QSTA_STATUS             = 50, //The Destination STA is not a QoS STA
    eSIR_MAC_INVALID_LISTEN_INTERVAL_STATUS       = 51, //Association denied because the ListenInterval is too large

    eSIR_MAC_DSSS_CCK_RATE_MUST_SUPPORT_STATUS    = 52, //FIXME: 
    eSIR_MAC_DSSS_CCK_RATE_NOT_SUPPORT_STATUS     = 53,
    eSIR_MAC_PSMP_CONTROLLED_ACCESS_ONLY_STATUS   = 54,
    eSIR_MAC_INVALID_FT_ACTION_FRAME_COUNT        = 52,
    eSIR_MAC_INVALID_PMKID                        = 53,

#ifdef FEATURE_WLAN_ESE
    eSIR_MAC_ESE_UNSPECIFIED_QOS_FAILURE_STATUS   = 200, //ESE-Unspecified, QoS related failure in (Re)Assoc response frames
    eSIR_MAC_ESE_TSPEC_REQ_REFUSED_STATUS         = 201, //ESE-TSPEC request refused due to AP's policy configuration in AddTs Rsp, (Re)Assoc Rsp.