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
这个提交包含在:
Bala Venkatesh
2019-10-18 16:05:03 +05:30
提交者 nshrivas
父节点 0c91350afc
当前提交 ce98442c2a
修改 9 个文件,包含 47 行新增52 行删除

查看文件

@@ -769,6 +769,7 @@ struct tdls_update_peer_params {
uint8_t supported_oper_classes_len;
uint8_t supported_oper_classes[WLAN_MAX_SUPP_OPER_CLASSES];
bool is_qos_wmm_sta;
bool is_pmf;
};
struct tdls_update_peer_request {
@@ -1302,6 +1303,7 @@ struct tdls_add_sta_req {
struct vhtcap vht_cap;
uint8_t uapsd_queues;
uint8_t max_sp;
bool is_pmf;
};
/**