qcacld-3.0: register mlme mlo ext call back

register mlme mlo ext call back.
unregister mlme mlo ext call back.

Change-Id: Ifbfd474fcd01d091c65d6dbde08c9877d05e3cd5
CRs-Fixed: 2976146
This commit is contained in:
bings
2021-06-24 10:38:50 +08:00
committed by Madan Koyyalamudi
parent 066c6b2cf8
commit 5b8e66816a
3 changed files with 70 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ QDF_STATUS ucfg_mlme_init(void)
return QDF_STATUS_E_FAILURE;
}
mlme_register_mlo_ext_ops();
return status;
}
@@ -70,6 +71,7 @@ QDF_STATUS ucfg_mlme_deinit(void)
{
QDF_STATUS status;
mlme_unregister_mlo_ext_ops();
status = wlan_objmgr_unregister_peer_destroy_handler(
WLAN_UMAC_COMP_MLME,
mlme_peer_object_destroyed_notification,