qcacmn: Add missing params for the fils connection

Add missing params for the fils connection.

Change-Id: I7442670c30d7ddee201c2bc328372513302f971d
CRs-Fixed: 2857905
这个提交包含在:
gaurank kathpalia
2021-01-19 16:59:53 +05:30
提交者 snandini
父节点 6cc0d45bfd
当前提交 bd8eeecda6
修改 5 个文件,包含 60 行新增0 行删除

查看文件

@@ -54,6 +54,19 @@ struct osif_connect_params {
struct qdf_mac_addr prev_bssid;
};
#if defined(WLAN_FEATURE_FILS_SK) && \
(defined(CFG80211_FILS_SK_OFFLOAD_SUPPORT) || \
(LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)))
/**
* osif_cm_get_fils_auth_type() - get fils auth type
* @auth: nl auth type
*
* Return: enum wlan_fils_auth_type
*/
enum wlan_fils_auth_type
osif_cm_get_fils_auth_type(enum nl80211_auth_type auth);
#endif
/**
* osif_cm_connect() - Connect start request
* @dev: net dev