/external/wpa_supplicant/ |
wpa_passphrase.c | 2 * WPA Supplicant - ASCII passphrase to WPA PSK tool 25 char *ssid, *passphrase, buf[64], *pos; local 28 printf("usage: wpa_passphrase <ssid> [passphrase]\n" 29 "\nIf passphrase is left out, it will be read from " 37 passphrase = argv[2]; 39 printf("# reading passphrase from stdin\n"); 41 printf("Failed to read passphrase\n"); 53 passphrase = buf; 56 if (os_strlen(passphrase) < 8 || os_strlen(passphrase) > 63) [all...] |
config_ssid.h | 157 * passphrase - WPA ASCII passphrase 159 * If this is set, psk will be generated using the SSID and passphrase 160 * configured for the network. ASCII passphrase must be between 8 and 163 char *passphrase; member in struct:wpa_ssid 689 * pending_req_passphrase - Pending passphrase request 767 * be set (either directly or using ASCII passphrase).
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_passphrase.c | 2 * WPA Supplicant - ASCII passphrase to WPA PSK tool 25 char *ssid, *passphrase, buf[64], *pos; local 28 printf("usage: wpa_passphrase <ssid> [passphrase]\n" 29 "\nIf passphrase is left out, it will be read from " 37 passphrase = argv[2]; 39 printf("# reading passphrase from stdin\n"); 41 printf("Failed to read passphrase\n"); 53 passphrase = buf; 56 if (os_strlen(passphrase) < 8 || os_strlen(passphrase) > 63) [all...] |
config_ssid.h | 131 * passphrase - WPA ASCII passphrase 133 * If this is set, psk will be generated using the SSID and passphrase 134 * configured for the network. ASCII passphrase must be between 8 and 137 char *passphrase; member in struct:wpa_ssid 279 * be set (either directly or using ASCII passphrase).
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_passphrase.c | 2 * WPA Supplicant - ASCII passphrase to WPA PSK tool 25 char *ssid, *passphrase, buf[64], *pos; local 28 printf("usage: wpa_passphrase <ssid> [passphrase]\n" 29 "\nIf passphrase is left out, it will be read from " 37 passphrase = argv[2]; 39 printf("# reading passphrase from stdin\n"); 41 printf("Failed to read passphrase\n"); 53 passphrase = buf; 56 if (os_strlen(passphrase) < 8 || os_strlen(passphrase) > 63) [all...] |
config_ssid.h | 134 * passphrase - WPA ASCII passphrase 136 * If this is set, psk will be generated using the SSID and passphrase 137 * configured for the network. ASCII passphrase must be between 8 and 140 char *passphrase; member in struct:wpa_ssid 289 * be set (either directly or using ASCII passphrase).
|
/external/wpa_supplicant/tests/ |
test_sha1.c | 232 char *passphrase; member in struct:passphrase_test 312 printf("PBKDF2-SHA1 Passphrase test cases:\n"); 316 pbkdf2_sha1(test->passphrase,
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_sha1.c | 251 char *passphrase; member in struct:passphrase_test 331 printf("PBKDF2-SHA1 Passphrase test cases:\n"); 335 pbkdf2_sha1(test->passphrase,
|
/external/chromium/chrome/browser/ui/webui/options/ |
sync_setup_handler.cc | 127 !result->GetString("passphrase", &config->secondary_passphrase)) 133 bool GetPassphrase(const std::string& json, std::string* passphrase) { 139 return result->GetString("passphrase", passphrase); 144 std::string* passphrase) { 151 result->GetString("passphrase", passphrase); 288 web_ui_->RegisterMessageCallback("Passphrase", 321 StringValue page("passphrase"); 422 std::string passphrase; 448 std::string passphrase; local [all...] |
/external/chromium/chrome/browser/chromeos/status/ |
network_menu.h | 43 // Remembered passphrase. 44 std::string passphrase; member in struct:chromeos::NetworkMenuModel::NetworkInfo 45 // true if the network requires a passphrase. 60 const std::string& passphrase,
|
/external/chromium/chrome/browser/chromeos/options/ |
wifi_config_view.cc | 303 // If security is not none, also enforce passphrase is non empty. 313 // if the network requires a passphrase, make sure it is the right length. 559 // Passphrase 567 const std::string passphrase = GetPassphrase(); local 568 if (passphrase != wifi->passphrase()) 569 wifi->SetPassphrase(passphrase); 726 // Passphrase input 737 // Disable passphrase input initially for other network. 880 // Passphrase [all...] |
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 787 std::string passphrase; local [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 95 * passphrase - WPA2-Personal passphrase for the group (GO only) 97 char passphrase[64]; member in struct:p2p_go_neg_results [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver.h | 272 * passphrase - RSN passphrase for PSK 276 * the 8..63 character ASCII passphrase, if available. Please note that 277 * this can be %NULL if passphrase was not used to generate the PSK. In 280 const char *passphrase; member in struct:wpa_driver_associate_params 283 * psk - RSN PSK (alternative for passphrase for PSK) [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
network_library.h | 671 const std::string& passphrase() const { return passphrase_; } function in class:chromeos::WifiNetwork 693 void SetPassphrase(const std::string& passphrase); 705 void SetEAPPassphrase(const std::string& passphrase); 715 // Return true if a passphrase or other input is required to connect. 731 void set_passphrase(const std::string& passphrase) { 732 passphrase_ = passphrase; 758 // Tells flimflam to save passphrase and EAP credentials to disk. 762 // Passphrase set by user (stored for UI). [all...] |
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...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 445 * passphrase - RSN passphrase for PSK 449 * the 8..63 character ASCII passphrase, if available. Please note that 450 * this can be %NULL if passphrase was not used to generate the PSK. In 453 const char *passphrase; member in struct:wpa_driver_associate_params 456 * psk - RSN PSK (alternative for passphrase for PSK) [all...] |