Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/coap/core/src/
Dwlan_coap_main.c129 coap_priv->cache_get_cbk = cbk; in wlan_coap_offload_reply_disable()
161 coap_priv->cache_get_cbk = cbk; in wlan_coap_offload_cache_get()
/wlan-driver/qcacld-3.0/components/target_if/coap/src/
Dtarget_if_coap.c77 if (!coap_priv->cache_get_cbk || !coap_priv->cache_get_context) { in target_if_wow_coap_buf_info_event_handler()
84 coap_priv->cache_get_cbk(coap_priv->cache_get_context, &info); in target_if_wow_coap_buf_info_event_handler()
/wlan-driver/qcacld-3.0/components/coap/core/inc/
Dwlan_coap_main.h43 coap_cache_get_callback cache_get_cbk; member