Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_chip.h348 cy_semaphore_t active_join_mutex; member
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1135 …result = cy_rtos_get_semaphore(&whd_driver->internal_info.active_join_mutex, CY_RTOS_NEVER_TIMEOUT, in whd_wifi_join_events_handler()
1150 result = cy_rtos_set_semaphore(&whd_driver->internal_info.active_join_mutex, WHD_FALSE); in whd_wifi_join_events_handler()
1172 CHECK_RETURN(cy_rtos_init_semaphore(&whd_driver->internal_info.active_join_mutex, 1, 0) ); in whd_wifi_active_join_init()
1174 … CHECK_RETURN(cy_rtos_set_semaphore(&whd_driver->internal_info.active_join_mutex, WHD_FALSE) ); in whd_wifi_active_join_init()
1177 …CHECK_RETURN(cy_rtos_get_semaphore(&whd_driver->internal_info.active_join_mutex, CY_RTOS_NEVER_TIM… in whd_wifi_active_join_init()
1180 CHECK_RETURN(cy_rtos_set_semaphore(&whd_driver->internal_info.active_join_mutex, WHD_FALSE) ); in whd_wifi_active_join_init()
1451 …val = cy_rtos_get_semaphore(&whd_driver->internal_info.active_join_mutex, CY_RTOS_NEVER_TIMEOUT, W… in whd_wifi_active_join_deinit()
1465 val = cy_rtos_set_semaphore(&whd_driver->internal_info.active_join_mutex, WHD_FALSE); in whd_wifi_active_join_deinit()
1815 cy_rtos_deinit_semaphore(&whd_driver->internal_info.active_join_mutex); in whd_wifi_leave()