Home
last modified time | relevance | path

Searched refs:ll_sap_global_ops (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/dispatcher/src/
H A Dwlan_ll_sap_ucfg_api.c58 void ucfg_ll_sap_register_cb(struct ll_sap_ops *ll_sap_global_ops) in ucfg_ll_sap_register_cb() argument
60 ll_sap_register_os_if_cb(ll_sap_global_ops); in ucfg_ll_sap_register_cb()
/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/dispatcher/inc/
H A Dwlan_ll_sap_ucfg_api.h83 void ucfg_ll_sap_register_cb(struct ll_sap_ops *ll_sap_global_ops);
140 static inline void ucfg_ll_sap_register_cb(struct ll_sap_ops *ll_sap_global_ops) in ucfg_ll_sap_register_cb() argument
/wlan-driver/qcacld-3.0/os_if/mlme/sap/ll_sap/src/
H A Dos_if_ll_sap.c200 static struct ll_sap_ops ll_sap_global_ops = { variable
207 ucfg_ll_sap_register_cb(&ll_sap_global_ops); in osif_ll_sap_register_cb()
/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/core/src/
H A Dwlan_ll_sap_main.c257 void ll_sap_register_os_if_cb(struct ll_sap_ops *ll_sap_global_ops) in ll_sap_register_os_if_cb() argument
259 global_ll_sap_ops = ll_sap_global_ops; in ll_sap_register_os_if_cb()
H A Dwlan_ll_sap_main.h99 void ll_sap_register_os_if_cb(struct ll_sap_ops *ll_sap_global_ops);