HomeSort by relevance Sort by last modified time
    Searched defs:passphrase (Results 26 - 28 of 28) sorted by null

12

  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.h 554 bool save_credentials_; // save passphrase and EAP credentials to disk.
629 // Returns true if a PSK passphrase is required to connect.
631 // Returns true if a user passphrase is required to connect.
934 const std::string& passphrase() const { return passphrase_; } function in class:chromeos::WifiNetwork
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 522 * passphrase - RSN passphrase for PSK
526 * the 8..63 character ASCII passphrase, if available. Please note that
527 * this can be %NULL if passphrase was not used to generate the PSK. In
530 const char *passphrase; member in struct:wpa_driver_associate_params
533 * psk - RSN PSK (alternative for passphrase for PSK)
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 117 const char* kPassphraseProperty = "Passphrase";
320 const char* kErrorBadPassphrase = "bad-passphrase";
329 const char* kErrorPassphraseRequiredMsg = "Passphrase required";
1858 std::string passphrase; local
4323 std::string passphrase; member in struct:chromeos::NetworkLibraryImpl::ConnectData
    [all...]

Completed in 245 milliseconds

12