|
@@ -701,20 +701,6 @@ ucfg_mlme_get_first_scan_bucket_threshold(struct wlan_objmgr_psoc *psoc,
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
}
|
|
|
|
|
|
-QDF_STATUS
|
|
|
-ucfg_mlme_set_fw_supported_roaming_akm(struct wlan_objmgr_psoc *psoc,
|
|
|
- uint32_t val)
|
|
|
-{
|
|
|
- struct wlan_mlme_psoc_obj *mlme_obj;
|
|
|
-
|
|
|
- mlme_obj = mlme_get_psoc_obj(psoc);
|
|
|
- if (!mlme_obj)
|
|
|
- return QDF_STATUS_E_INVAL;
|
|
|
-
|
|
|
- mlme_obj->cfg.lfr.fw_akm_bitmap = val;
|
|
|
- return QDF_STATUS_SUCCESS;
|
|
|
-}
|
|
|
-
|
|
|
QDF_STATUS
|
|
|
ucfg_mlme_is_mawc_enabled(struct wlan_objmgr_psoc *psoc, bool *val)
|
|
|
{
|