Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c2411 struct del_bss_resp *vdev_stop_resp, in wma_remove_bss_peer() argument
2454 vdev_stop_resp, in wma_remove_bss_peer()
2458 vdev_stop_resp->status = QDF_STATUS_E_NOMEM; in wma_remove_bss_peer()
2690 struct del_bss_resp *vdev_stop_resp; in wma_delete_peer_on_vdev_stop() local
2711 vdev_stop_resp = qdf_mem_malloc(sizeof(*vdev_stop_resp)); in wma_delete_peer_on_vdev_stop()
2712 if (!vdev_stop_resp) in wma_delete_peer_on_vdev_stop()
2721 vdev_stop_resp->status = status; in wma_delete_peer_on_vdev_stop()
2722 vdev_stop_resp->vdev_id = vdev_id; in wma_delete_peer_on_vdev_stop()
2723 wma_send_vdev_down_req(wma, vdev_stop_resp); in wma_delete_peer_on_vdev_stop()
2736 vdev_stop_resp->vdev_id = vdev_id; in wma_delete_peer_on_vdev_stop()
[all …]