Lines Matching refs:pin
1335 // wpa_supplicant can sometimes forget the PIN on disconnect from the AP.
1336 const string& pin = current_service_->eap()->pin();
1340 if (!pin.empty() && !rpcid.empty()) {
1341 // We have a PIN configured, so we can provide it back to wpa_supplicant.
1342 LOG(INFO) << "Re-supplying PIN parameter to wpa_supplicant.";
1344 rpcid, WPASupplicant::kEAPRequestedParameterPIN, pin);