|
@@ -1486,4 +1486,21 @@ csr_send_roam_offload_init_msg(struct mac_context *mac, uint32_t vdev_id,
|
|
|
|
|
|
typedef void (*csr_ani_callback)(int8_t *ani, void *context);
|
|
|
|
|
|
+#ifdef WLAN_FEATURE_11W
|
|
|
+/**
|
|
|
+ * csr_update_pmf_cap_from_connected_profile() - Update pmf cap from profile
|
|
|
+ * @profile: connected profile
|
|
|
+ * @filter: scan filter
|
|
|
+ *
|
|
|
+ * Return: None
|
|
|
+ */
|
|
|
+void
|
|
|
+csr_update_pmf_cap_from_connected_profile(tCsrRoamConnectedProfile *profile,
|
|
|
+ struct scan_filter *filter);
|
|
|
+#else
|
|
|
+inline void
|
|
|
+csr_update_pmf_cap_from_connected_profile(tCsrRoamConnectedProfile *profile,
|
|
|
+ struct scan_filter *filter)
|
|
|
+{}
|
|
|
+#endif
|
|
|
#endif
|