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
这个提交包含在:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户