Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
H A Dwlan_mgmt_txrx_main.c220 if (rx_ops->iot_sim_rx_ops.iot_sim_cmd_handler) { in iot_sim_mgmt_tx_update()
221 status = rx_ops->iot_sim_rx_ops.iot_sim_cmd_handler(vdev, in iot_sim_mgmt_tx_update()
/wlan-driver/qca-wifi-host-cmn/iot_sim/dispatcher/src/
H A Dwlan_iot_sim_utils_api.c94 &rx_ops->iot_sim_rx_ops; in wlan_lmac_if_iot_sim_register_rx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/
H A Dwlan_mgmt_txrx_tgt_api.c1209 if (rx_ops && rx_ops->iot_sim_rx_ops.iot_sim_cmd_handler) { in simulation_frame_update()
1229 status = rx_ops->iot_sim_rx_ops. in simulation_frame_update()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h2791 struct wlan_lmac_if_iot_sim_rx_ops iot_sim_rx_ops; member