Loading wifi/1.4/default/wifi.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,8 @@ WifiStatus Wifi::startInternal() { } } LOG(ERROR) << "Wifi HAL start failed"; // Clear the event callback objects since the HAL start failed. event_cb_handler_.invalidate(); } return wifi_status; } Loading Loading @@ -158,6 +160,8 @@ WifiStatus Wifi::stopInternal( } LOG(ERROR) << "Wifi HAL stop failed"; } // Clear the event callback objects since the HAL is now stopped. event_cb_handler_.invalidate(); return wifi_status; } Loading Loading
wifi/1.4/default/wifi.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,8 @@ WifiStatus Wifi::startInternal() { } } LOG(ERROR) << "Wifi HAL start failed"; // Clear the event callback objects since the HAL start failed. event_cb_handler_.invalidate(); } return wifi_status; } Loading Loading @@ -158,6 +160,8 @@ WifiStatus Wifi::stopInternal( } LOG(ERROR) << "Wifi HAL stop failed"; } // Clear the event callback objects since the HAL is now stopped. event_cb_handler_.invalidate(); return wifi_status; } Loading