Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_twt.c4420 qdf_event_reset(&hdd_ctx->twt_enable_comp_evt); in hdd_send_twt_requestor_enable_cmd()
4423 status = qdf_wait_single_event(&hdd_ctx->twt_enable_comp_evt, in hdd_send_twt_requestor_enable_cmd()
4474 qdf_event_reset(&hdd_ctx->twt_enable_comp_evt); in hdd_send_twt_responder_enable_cmd()
4476 status = qdf_wait_single_event(&hdd_ctx->twt_enable_comp_evt, in hdd_send_twt_responder_enable_cmd()
4595 status = qdf_event_set(&hdd_ctx->twt_enable_comp_evt); in hdd_twt_enable_comp_cb()
4937 status = qdf_event_create(&hdd_ctx->twt_enable_comp_evt); in wlan_hdd_twt_init()
4967 status = qdf_event_destroy(&hdd_ctx->twt_enable_comp_evt); in wlan_hdd_twt_deinit()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2240 qdf_event_t twt_enable_comp_evt; member