Searched refs:whd_wifi_is_ready_to_transceive (Results 1 – 2 of 2) sorted by relevance
811 extern uint32_t whd_wifi_is_ready_to_transceive(whd_interface_t ifp);
1115 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