Searched refs:coap_ops (Results 1 – 4 of 4) sorted by relevance
37 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() local111 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() local129 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 …]
293 struct wlan_lmac_if_coap_tx_ops *coap_ops; in target_if_coap_register_tx_ops() local300 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()
52 return &tx_ops->coap_ops; in target_if_coap_get_tx_ops()
1914 struct wlan_lmac_if_coap_tx_ops coap_ops; member