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

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_passphrase.c 2 * WPA Supplicant - ASCII passphrase to WPA PSK tool
19 char *ssid, *passphrase, buf[64], *pos; local
22 printf("usage: wpa_passphrase <ssid> [passphrase]\n"
23 "\nIf passphrase is left out, it will be read from "
31 passphrase = argv[2];
33 printf("# reading passphrase from stdin\n");
35 printf("Failed to read passphrase\n");
47 passphrase = buf;
50 if (os_strlen(passphrase) < 8 || os_strlen(passphrase) > 63)
    [all...]
config_ssid.h 151 * passphrase - WPA ASCII passphrase
153 * If this is set, psk will be generated using the SSID and passphrase
154 * configured for the network. ASCII passphrase must be between 8 and
157 char *passphrase; member in struct:wpa_ssid
160 * ext_psk - PSK/passphrase name in external storage
162 * If this is set, PSK/passphrase will be fetched from external storage
326 * using ASCII passphrase).
  /external/chromium_org/chromeos/dbus/
fake_shill_service_client.cc 610 std::string passphrase; local
612 shill::kPassphraseProperty, &passphrase);
613 if (passphrase == "failure") {
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 426 char *passphrase, *strpassphrase; local
434 passphrase = radius_msg_get_tunnel_password(
438 * Passphrase is NULL iff there is no i-th Tunnel-Password
441 if (passphrase == NULL)
444 * passphrase does not contain the NULL termination.
450 os_memcpy(strpassphrase, passphrase, passphraselen);
461 os_free(passphrase);
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 80 std::string passphrase; member in struct:__anon10119::SyncConfigInfo
165 // Passphrase settings.
178 if (!result->GetString("passphrase", &config->passphrase)) {
179 DLOG(ERROR) << "GetConfiguration() not passed a passphrase value";
350 // usePassphrase: true if the data is encrypted with a secondary passphrase
351 // show_passphrase: true if a passphrase is needed to decrypt the sync data
376 // IsPassphraseRequiredForDecryption(), because we want to show the passphrase
683 // if (for example) some kind of passphrase error is encountered.
688 if (!configuration.passphrase.empty())
    [all...]
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 529 std::string identity, passphrase; local
533 service_path, shill::kPassphraseProperty, &passphrase));
535 EXPECT_EQ(test_passphrase, passphrase);
555 service_path, shill::kIdentityProperty, &passphrase));
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc 412 // If the network requires a passphrase, make sure it is the right length.
500 // Passphrase.
697 std::string passphrase = GetPassphrase(); local
698 if (!passphrase.empty()) {
724 const std::string passphrase = GetPassphrase(); local
725 if (!passphrase.empty()) {
727 shill::kPassphraseProperty, passphrase);
1209 std::string passphrase; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 105 * passphrase - WPA2-Personal passphrase for the group (GO only)
107 char passphrase[64]; member in struct:p2p_go_neg_results
406 * passphrase_len - Passphrase length (8..63)
408 * This parameter controls the length of the random passphrase that is
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-3.2.1.jar 
maven-artifact-3.2.1.jar 
wagon-provider-api-2.6.jar 
aether-util-0.9.0.M2.jar 
  /external/wpa_supplicant_8/src/drivers/
driver.h 594 * passphrase - RSN passphrase for PSK
598 * the 8..63 character ASCII passphrase, if available. Please note that
599 * this can be %NULL if passphrase was not used to generate the PSK. In
602 const char *passphrase; member in struct:wpa_driver_associate_params
605 * psk - RSN PSK (alternative for passphrase for PSK)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 273 milliseconds