Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h719 struct completion install_key_done; member
H A Dcore.c2359 complete(&ar->install_key_done); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c4373 reinit_completion(&ar->install_key_done); in ath11k_install_key()
4416 if (!wait_for_completion_timeout(&ar->install_key_done, 1 * HZ)) in ath11k_install_key()
10793 init_completion(&ar->install_key_done); in ath11k_mac_allocate()
H A Dwmi.c8073 complete(&ar->install_key_done); in ath11k_vdev_install_key_compl_event()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c4183 complete(&ar->install_key_done); in ath10k_htt_t2h_msg_handler()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c5605 reinit_completion(&ar->install_key_done); in ath12k_install_key()
5611 if (!wait_for_completion_timeout(&ar->install_key_done, 1 * HZ)) in ath12k_install_key()
14568 init_completion(&ar->install_key_done); in ath12k_mac_setup()