summaryrefslogtreecommitdiff
path: root/CORE/MAC/src/include
diff options
context:
space:
mode:
authorfktsai <fktsai@qca.qualcomm.com>2014-11-11 17:23:37 +0800
committerAnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com>2014-11-24 18:13:06 +0530
commit1787faefff4089dbc7e32a9409943da3eb5c1398 (patch)
treedc0731722a72237659d4120724ca9c0c91af7367 /CORE/MAC/src/include
parent076265c4e1084741634b6a9aa7be224820823ac1 (diff)
qcacld: SME: Support Software Authentication Offload
For SAP Auth Offload, Sta assoc/disassoc state will be finish by target FW. So we need the wmi events (Sta connect/disconnect) to get station Info and keep station peer information maintain well (add peer/remove peer) on host side. Station assoc req frame will append on WMI_SAP_OFL_ADD_STA_EVENTID event, and this modification will parse the frame and create station node and peer for host driver. Change-Id: I8ab0cc906be97be6f1f61de3e2ac9359cb7d17b0 CRs-Fixed: 753731
Diffstat (limited to 'CORE/MAC/src/include')
-rw-r--r--CORE/MAC/src/include/parserApi.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/CORE/MAC/src/include/parserApi.h b/CORE/MAC/src/include/parserApi.h
index 0e1a88d6c169..8876dd50d249 100644
--- a/CORE/MAC/src/include/parserApi.h
+++ b/CORE/MAC/src/include/parserApi.h
@@ -858,3 +858,10 @@ PopulateDot11fWiderBWChanSwitchAnn(tpAniSirGlobal pMac,
void PopulateDot11fTimeoutInterval( tpAniSirGlobal pMac,
tDot11fIETimeoutInterval *pDot11f,
tANI_U8 type, tANI_U32 value );
+
+#ifdef SAP_AUTH_OFFLOAD
+void
+sap_auth_offload_update_rsn_ie(tpAniSirGlobal pmac,
+ tDot11fIERSNOpaque *pdot11f);
+#endif /* SAP_AUTH_OFFLOAD */
+