Searched refs:twt_enable_comp_evt (Results 1 – 2 of 2) sorted by relevance
4420 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()
2240 qdf_event_t twt_enable_comp_evt; member