Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/coap/core/src/
Dwlan_coap_main.c128 coap_priv->cache_get_context = context; in wlan_coap_offload_reply_disable()
160 coap_priv->cache_get_context = context; 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.h44 void *cache_get_context; member