Searched refs:scan_semaphore (Results 1 – 2 of 2) sorted by relevance
1981 rtw_up_sema(&scan_result_handler_ptr.scan_semaphore); in wifi_scan_done_hdl()1993 rtw_up_sema(&scan_result_handler_ptr.scan_semaphore); in wifi_scan_done_hdl_mcc()2322 if(NULL == scan_result_handler_ptr.scan_semaphore) in wifi_scan_networks()2323 rtw_init_sema(&scan_result_handler_ptr.scan_semaphore, 1); in wifi_scan_networks()2328 …result = (rtw_bool_t)rtw_down_timeout_sema(&scan_result_handler_ptr.scan_semaphore, SCAN_LONGEST_W… in wifi_scan_networks()2332 rtw_up_sema(&scan_result_handler_ptr.scan_semaphore); in wifi_scan_networks()2421 if(NULL == scan_result_handler_ptr.scan_semaphore) in wifi_scan_networks_mcc()2422 rtw_init_sema(&scan_result_handler_ptr.scan_semaphore, 1); in wifi_scan_networks_mcc()2427 …result = (rtw_bool_t)rtw_down_timeout_sema(&scan_result_handler_ptr.scan_semaphore, SCAN_LONGEST_W… in wifi_scan_networks_mcc()2431 rtw_up_sema(&scan_result_handler_ptr.scan_semaphore); in wifi_scan_networks_mcc()[all …]
123 void *scan_semaphore; member
Completed in 11 milliseconds