Home
last modified time | relevance | path

Searched refs:coap_ops (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/coap/dispatcher/src/
Dwlan_coap_tgt_api.c37 return &tx_ops->coap_ops; in wlan_psoc_get_coap_txops()
104 struct wlan_lmac_if_coap_tx_ops *coap_ops; in tgt_send_coap_offload_reply_enable() local
111 coap_ops = wlan_vdev_get_coap_txops(vdev); in tgt_send_coap_offload_reply_enable()
112 if (coap_ops && coap_ops->offload_reply_enable) in tgt_send_coap_offload_reply_enable()
113 return coap_ops->offload_reply_enable(vdev, param); in tgt_send_coap_offload_reply_enable()
122 struct wlan_lmac_if_coap_tx_ops *coap_ops; in tgt_send_coap_offload_reply_disable() local
129 coap_ops = wlan_vdev_get_coap_txops(vdev); in tgt_send_coap_offload_reply_disable()
130 if (coap_ops && coap_ops->offload_reply_disable) in tgt_send_coap_offload_reply_disable()
131 return coap_ops->offload_reply_disable(vdev, req_id); in tgt_send_coap_offload_reply_disable()
140 struct wlan_lmac_if_coap_tx_ops *coap_ops; in tgt_send_coap_offload_periodic_tx_enable() local
[all …]
/wlan-driver/qcacld-3.0/components/target_if/coap/src/
Dtarget_if_coap.c293 struct wlan_lmac_if_coap_tx_ops *coap_ops; in target_if_coap_register_tx_ops() local
300 coap_ops = &tx_ops->coap_ops; in target_if_coap_register_tx_ops()
301 coap_ops->attach = target_if_coap_register_event_handler; in target_if_coap_register_tx_ops()
302 coap_ops->detach = target_if_coap_unregister_event_handler; in target_if_coap_register_tx_ops()
303 coap_ops->offload_reply_enable = in target_if_coap_register_tx_ops()
305 coap_ops->offload_reply_disable = in target_if_coap_register_tx_ops()
307 coap_ops->offload_periodic_tx_enable = in target_if_coap_register_tx_ops()
309 coap_ops->offload_periodic_tx_disable = in target_if_coap_register_tx_ops()
311 coap_ops->offload_cache_get = target_if_coap_offload_cache_get; in target_if_coap_register_tx_ops()
/wlan-driver/qcacld-3.0/components/target_if/coap/inc/
Dtarget_if_coap.h52 return &tx_ops->coap_ops; in target_if_coap_get_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h1914 struct wlan_lmac_if_coap_tx_ops coap_ops; member