|
@@ -1397,6 +1397,22 @@ QDF_STATUS ucfg_mlme_get_sap_get_peer_info(struct wlan_objmgr_psoc *psoc,
|
|
return wlan_mlme_get_sap_get_peer_info(psoc, value);
|
|
return wlan_mlme_get_sap_get_peer_info(psoc, value);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * ucfg_mlme_set_sap_get_peer_info() - set the sap get peer info
|
|
|
|
+ * @psoc: pointer to psoc object
|
|
|
|
+ * @value: value to overwrite the sap get peer info
|
|
|
|
+ *
|
|
|
|
+ * Inline UCFG API to be used by HDD/OSIF callers
|
|
|
|
+ *
|
|
|
|
+ * Return: QDF Status
|
|
|
|
+ */
|
|
|
|
+static inline
|
|
|
|
+QDF_STATUS ucfg_mlme_set_sap_get_peer_info(struct wlan_objmgr_psoc *psoc,
|
|
|
|
+ bool value)
|
|
|
|
+{
|
|
|
|
+ return wlan_mlme_set_sap_get_peer_info(psoc, value);
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* ucfg_mlme_is_sap_bcast_deauth_enabled() - get the sap bcast deauth
|
|
* ucfg_mlme_is_sap_bcast_deauth_enabled() - get the sap bcast deauth
|
|
* enabled value
|
|
* enabled value
|