Home
last modified time | relevance | path

Searched refs:mlme_get_global_ops_cb (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_mlme_cmn.h622 typedef struct mlme_ext_ops *(*mlme_get_global_ops_cb)(void); typedef
632 void mlme_set_ops_register_cb(mlme_get_global_ops_cb ops_cb);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_objmgr/dispatcher/src/
H A Dwlan_cmn_mlme_main.c33 mlme_get_global_ops_cb glbl_ops_cb;
712 void mlme_set_ops_register_cb(mlme_get_global_ops_cb ops_cb) in mlme_set_ops_register_cb()