Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_wifi_api.h811 extern uint32_t whd_wifi_is_ready_to_transceive(whd_interface_t ifp);
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1115 if (whd_wifi_is_ready_to_transceive(ifp) == WHD_SUCCESS) in whd_wifi_join_events_handler()
1463 result = whd_wifi_is_ready_to_transceive(ifp); in whd_wifi_join_wait_for_complete()
1586 if ( (ifp->role == WHD_AP_ROLE) && (whd_wifi_is_ready_to_transceive(ifp) == WHD_SUCCESS) ) in whd_wifi_join_specific()
2822 result = whd_wifi_is_ready_to_transceive(ifp); in whd_wifi_get_associated_client_list()
3220 uint32_t whd_wifi_is_ready_to_transceive(whd_interface_t ifp) in whd_wifi_is_ready_to_transceive() function