Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dcore.h540 struct completion bss_survey_done; member
H A Dcore.c781 complete(&ar->bss_survey_done); in ath11k_core_restart()
H A Dmac.c5845 reinit_completion(&ar->bss_survey_done); in ath11k_mac_update_bss_chan_survey()
5853 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath11k_mac_update_bss_chan_survey()
6476 init_completion(&ar->bss_survey_done); in ath11k_mac_allocate()
H A Dwmi.c6110 complete(&ar->bss_survey_done); in ath11k_pdev_bss_chan_info_event()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dcore.h1205 struct completion bss_survey_done; member
H A Dcore.c2314 complete(&ar->bss_survey_done); in ath10k_core_restart()
3313 init_completion(&ar->bss_survey_done); in ath10k_core_create()
H A Dmac.c7995 reinit_completion(&ar->bss_survey_done); in ath10k_mac_update_bss_chan_survey()
8003 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath10k_mac_update_bss_chan_survey()
H A Dwmi.c5827 complete(&ar->bss_survey_done); in ath10k_wmi_event_pdev_bss_chan_info()