Home | History | Annotate | Download | only in options

Lines Matching refs:GetPassphrase

369       bool passphrase_empty = wifi->GetPassphrase().empty();
461 sec, GetSSID(), GetPassphrase(), std::string(), std::string());
567 const std::string passphrase = GetPassphrase();
591 std::string WifiConfigView::GetPassphrase() const {
735 if (wifi && !wifi->GetPassphrase().empty())
736 passphrase_textfield_->SetText(UTF8ToUTF16(wifi->GetPassphrase()));