qcacld-3.0: Cache supported mode of connected STA for SAP

Currently in case of SAP, supported mode of station received
in assoc request is not getting cached.

Add support to cache the supported mode of station received
in assoc request request in sta_info.

Change-Id: I9820ae2d65fc529a1ab16424f6732fd273da3ae0
CRs-fixed: 2419957
This commit is contained in:
Ashish Kumar Dhanotiya
2019-03-20 18:48:49 +05:30
committed by nshrivas
parent 557c398384
commit 6025c701f7
11 changed files with 36 additions and 3 deletions

View File

@@ -284,6 +284,7 @@ typedef struct sap_StationAssocReassocCompleteEvent_s {
tDot11fIEHTCaps ht_caps;
tDot11fIEVHTCaps vht_caps;
tSirMacCapabilityInfo capability_info;
bool he_caps_present;
} tSap_StationAssocReassocCompleteEvent;
typedef struct sap_StationDisassocCompleteEvent_s {