|
@@ -117,16 +117,16 @@ ucfg_blm_add_bssid_to_reject_list(struct wlan_objmgr_pdev *pdev,
|
|
struct reject_ap_info *ap_info);
|
|
struct reject_ap_info *ap_info);
|
|
|
|
|
|
/**
|
|
/**
|
|
- * ucfg_blm_flush_reject_ap_list() - Flush the reject ap entries stored in BLM.
|
|
|
|
|
|
+ * ucfg_blm_wifi_off() - Inform the blacklist manager about wifi off
|
|
* @blm_ctx: blacklist manager pdev priv object
|
|
* @blm_ctx: blacklist manager pdev priv object
|
|
*
|
|
*
|
|
- * This API will clear the BSSID info in the reject AP list maintained by the
|
|
|
|
- * blacklist manager, and will destroy the list as well.
|
|
|
|
|
|
+ * This API will inform the blacklist manager that the user has turned wifi off
|
|
|
|
+ * from the UI, and the blacklist manager can take action based upon this.
|
|
*
|
|
*
|
|
* Return: None
|
|
* Return: None
|
|
*/
|
|
*/
|
|
void
|
|
void
|
|
-ucfg_blm_flush_reject_ap_list(struct wlan_objmgr_pdev *pdev);
|
|
|
|
|
|
+ucfg_blm_wifi_off(struct wlan_objmgr_pdev *pdev);
|
|
|
|
|
|
#else
|
|
#else
|
|
static inline
|
|
static inline
|
|
@@ -177,7 +177,7 @@ ucfg_blm_update_bssid_connect_params(struct wlan_objmgr_pdev *pdev,
|
|
}
|
|
}
|
|
|
|
|
|
static inline
|
|
static inline
|
|
-void ucfg_blm_flush_reject_ap_list(struct wlan_objmgr_pdev *pdev)
|
|
|
|
|
|
+void ucfg_blm_wifi_off(struct wlan_objmgr_pdev *pdev)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|