Home
last modified time | relevance | path

Searched refs:ext_ops (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/utf/src/
H A Dcm_utf.c26 void cm_utf_set_mlme_ops(struct mlme_ext_ops *ext_ops) in cm_utf_set_mlme_ops() argument
28 ext_ops->mlme_cm_ext_connect_start_ind_cb = NULL; in cm_utf_set_mlme_ops()
29 ext_ops->mlme_cm_ext_bss_select_ind_cb = NULL; in cm_utf_set_mlme_ops()
30 ext_ops->mlme_cm_ext_bss_peer_create_req_cb = in cm_utf_set_mlme_ops()
32 ext_ops->mlme_cm_ext_connect_req_cb = wlan_cm_utf_connect_req; in cm_utf_set_mlme_ops()
33 ext_ops->mlme_cm_ext_connect_complete_ind_cb = NULL; in cm_utf_set_mlme_ops()
34 ext_ops->mlme_cm_ext_disconnect_start_ind_cb = NULL; in cm_utf_set_mlme_ops()
35 ext_ops->mlme_cm_ext_disconnect_req_cb = wlan_cm_utf_disconnect_req; in cm_utf_set_mlme_ops()
36 ext_ops->mlme_cm_ext_bss_peer_delete_req_cb = in cm_utf_set_mlme_ops()
38 ext_ops->mlme_cm_ext_disconnect_complete_ind_cb = NULL; in cm_utf_set_mlme_ops()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/utf/inc/
H A Dcm_utf.h29 void cm_utf_set_mlme_ops(struct mlme_ext_ops *ext_ops);
37 static inline void cm_utf_set_mlme_ops(struct mlme_ext_ops *ext_ops) in cm_utf_set_mlme_ops() argument
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c56 static struct mlme_ext_ops ext_ops; variable
81 return &ext_ops; in mlme_get_global_ops()
2456 static struct mlme_ext_ops ext_ops = { variable