diff options
| author | Sandeep Puligilla <spuligil@qca.qualcomm.com> | 2015-05-04 12:39:57 +0530 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2015-05-07 17:08:35 +0530 |
| commit | 4e53d169ca1ccb84cfb9724da86971a6cb919b00 (patch) | |
| tree | 0956ab97e3fdcb42409521f1cc7c173d56365a85 | |
| parent | ebfa5c1650dccc4acded90b7e71c7b3132221a92 (diff) | |
qcacld: ESE IE will be present only for ESE connection
This is prima to qcacld-2.0 propagation
ESE IE will be included in association request frame only
when the candidate AP supports ESE.
Change-Id: I637cf0ee48700859512feb678119bd158b8e2c0f
CRs-Fixed: 573706
| -rw-r--r-- | CORE/MAC/src/pe/lim/limSendManagementFrames.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CORE/MAC/src/pe/lim/limSendManagementFrames.c b/CORE/MAC/src/pe/lim/limSendManagementFrames.c index be02b54c7923..584f9ccf68e4 100644 --- a/CORE/MAC/src/pe/lim/limSendManagementFrames.c +++ b/CORE/MAC/src/pe/lim/limSendManagementFrames.c @@ -2347,6 +2347,7 @@ limSendAssocReqMgmtFrame(tpAniSirGlobal pMac, #ifndef FEATURE_DISABLE_RM PopulateDot11fESERadMgmtCap(&pFrm->ESERadMgmtCap); #endif + PopulateDot11fESEVersion(&pFrm->ESEVersion); } #endif @@ -2705,6 +2706,7 @@ limSendReassocReqWithFTIEsMgmtFrame(tpAniSirGlobal pMac, #ifndef FEATURE_DISABLE_RM PopulateDot11fESERadMgmtCap(&frm.ESERadMgmtCap); #endif + PopulateDot11fESEVersion(&frm.ESEVersion); } #endif //FEATURE_WLAN_ESE #endif //FEATURE_WLAN_ESE || FEATURE_WLAN_LFR |
