Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
H A Dtarget_if_vdev_mgr_rx_ops.c229 rx_ops->vdev_mgr_start_response(psoc, &start_rsp); in target_if_vdev_mgr_rsp_timer_cb()
407 if (!rx_ops || !rx_ops->vdev_mgr_start_response) { in target_if_vdev_mgr_start_response_handler()
445 status = rx_ops->vdev_mgr_start_response(psoc, &vdev_start_resp); in target_if_vdev_mgr_start_response_handler()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
H A Dwlan_vdev_mgr_tgt_if_rx_api.c395 mlme_rx_ops->vdev_mgr_start_response = in tgt_vdev_mgr_register_rx_ops()
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_offload.c1921 if (!rx_ops || !rx_ops->vdev_mgr_start_response) { in target_if_cm_roam_abort_rso_stop_timer()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h2688 QDF_STATUS (*vdev_mgr_start_response)( member