qcacld-3.0: Add mandatory security checks for 6GHz connection

Check the required security types allowed for 6GHz connection and
do not allow the connection if the secutiry check fails.

Change-Id: Ic680c4600b3f17151e42f8708ff8810e5d16e52e
CRs-Fixed: 2715086
This commit is contained in:
Kiran Kumar Lokere
2020-06-20 00:28:43 -07:00
committed by snandini
父節點 5356e7c203
當前提交 be109fb59c
共有 4 個文件被更改,包括 84 次插入1 次删除

查看文件

@@ -891,6 +891,7 @@ struct wlan_mlme_he_caps {
uint32_t he_sta_obsspd;
uint16_t he_mcs_12_13_supp_2g;
uint16_t he_mcs_12_13_supp_5g;
bool enable_6g_sec_check;
};
#endif