Home | History | Annotate | Download | only in wifi

Lines Matching refs:error_string

182   std::string error_string;
185 false, properties.Pass(), &network_guid, &error_string);
187 if (error_string.empty()) {
247 std::string error_string;
248 wifi_service_->StartConnect(network_guid, &error_string);
250 if (!error_string.empty()) {
251 LOG(ERROR) << "Could not connect to network by ID: " << error_string;
253 wifi_service_->StartConnect(connected_network_id, &error_string);
278 std::string error_string;
290 wifi_service_->StartConnect(connected_network_guid_, &error_string);
336 std::string error_string;
337 wifi_service_->GetKeyFromSystem(guid, &key, &error_string);
339 if (!error_string.empty()) {
340 LOG(ERROR) << "Could not get key from system: " << error_string;
427 std::string error_string;
429 provisional_network_guid, properties.Pass(), &error_string);
431 if (!error_string.empty()) {
432 LOG(ERROR) << "Could not set properties on network: " << error_string;