Home
last modified time | relevance | path

Searched refs:send_csa_event_status_ind (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_mlme_api.c31 if (wmi_hdl->ops->send_csa_event_status_ind) in wmi_send_csa_event_status_ind()
32 return wmi_hdl->ops->send_csa_event_status_ind(wmi_hdl, params); in wmi_send_csa_event_status_ind()
H A Dwmi_unified_mlme_tlv.c86 ops->send_csa_event_status_ind = csa_event_status_ind_tlv; in wmi_mlme_attach_tlv()
/wlan-driver/qcacld-3.0/components/target_if/mlme/src/
H A Dtarget_if_mlme.c71 tx_ops->send_csa_event_status_ind = in target_if_mlme_register_tx_ops()
/wlan-driver/qcacld-3.0/components/mlme/core/inc/
H A Dwlan_mlme_main.h151 (*send_csa_event_status_ind)(struct wlan_objmgr_vdev *vdev, member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c5710 if (!tx_ops || !tx_ops->send_csa_event_status_ind) { in wlan_mlme_send_csa_event_status_ind_cmd()
5715 return tx_ops->send_csa_event_status_ind(vdev, csa_status); in wlan_mlme_send_csa_event_status_ind_cmd()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h3448 QDF_STATUS (*send_csa_event_status_ind)( member