1
0

qcacld-3.0: Fill the pmf info for TDLS peer

Fill the pfm info of the TDLS peer before sending the peer assoc
command to FW.

Change-Id: I4e336c345c0fb8f063157b3e3a780efa777f1a74
CRs-Fixed: 2535832
Este cometimento está contido em:
Bala Venkatesh
2019-10-18 16:05:03 +05:30
cometido por nshrivas
ascendente 0c91350afc
cometimento ce98442c2a
9 ficheiros modificados com 47 adições e 52 eliminações

Ver ficheiro

@@ -418,6 +418,10 @@ wlan_cfg80211_tdls_extract_params(struct tdls_update_peer_params *req_info,
if (params->ht_capa || params->vht_capa ||
(params->sta_flags_set & BIT(NL80211_STA_FLAG_WME)))
req_info->is_qos_wmm_sta = true;
if (params->sta_flags_set & BIT(NL80211_STA_FLAG_MFP)) {
osif_debug("TDLS peer pmf capable");
req_info->is_pmf = 1;
}
}
int wlan_cfg80211_tdls_update_peer(struct wlan_objmgr_vdev *vdev,