Home | History | Annotate | Download | only in wifi

Lines Matching full:passphrase

104   bool CheckConnectable(const string& security, const char* passphrase,
108 if (passphrase)
109 service->SetPassphrase(passphrase, &error);
192 const char* passphrase) {
195 if (passphrase) {
196 args.SetString(kPassphraseProperty, passphrase);
431 // Make sure the passphrase is registered as a write only property
441 // Make sure setting the passphrase via D-Bus Service.SetProperty validates
442 // the passphrase.
763 // A changed passphrase should reset has_ever_connected_ field.
777 // A changed passphrase should trigger cache removal.
786 // An unchanged passphrase should not trigger cache removal.
795 // A modified passphrase should trigger cache removal.
804 // A cleared passphrase should also trigger cache removal.
813 // An invalid passphrase should not trigger cache removal.
836 // passphrase checks above.
869 // A changed passphrase should trigger cache removal.
878 // An unchanged passphrase should not trigger cache removal.
887 // A modified passphrase should trigger cache removal.
1028 const string kPassphrase = "passphrase";
1050 const string kPassphrase = "passphrase";
1078 // Set old passphrase for service
1101 // Repeat Service::Load with same old and new passphrase. Since the old
1102 // and new passphrase match, verify the cache is not cleared during
1185 // subtle: invalid length for hex key, but valid as ascii passphrase
1340 // WEP network with passphrase set should be connectable.
1343 // WEP network without passphrase set should NOT be connectable.
1346 // A bad passphrase should not make a WEP network connectable.