Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/ !
H A Dwlan_hdd_twt.c4506 qdf_event_reset(&hdd_ctx->twt_disable_comp_evt); in hdd_send_twt_requestor_disable_cmd()
4510 status = qdf_wait_single_event(&hdd_ctx->twt_disable_comp_evt, in hdd_send_twt_requestor_disable_cmd()
4541 qdf_event_reset(&hdd_ctx->twt_disable_comp_evt); in hdd_send_twt_responder_disable_cmd()
4544 status = qdf_wait_single_event(&hdd_ctx->twt_disable_comp_evt, in hdd_send_twt_responder_disable_cmd()
4621 status = qdf_event_set(&hdd_ctx->twt_disable_comp_evt); in hdd_twt_disable_comp_cb()
4663 status = qdf_wait_single_event(&hdd_ctx->twt_disable_comp_evt, in hdd_send_twt_role_disable_cmd()
4944 status = qdf_event_create(&hdd_ctx->twt_disable_comp_evt); in wlan_hdd_twt_init()
4963 status = qdf_event_destroy(&hdd_ctx->twt_disable_comp_evt); in wlan_hdd_twt_deinit()
/wlan-driver/qcacld-3.0/core/hdd/inc/ !
H A Dwlan_hdd_main.h2239 qdf_event_t twt_disable_comp_evt; member