/external/wpa_supplicant_8/wpa_supplicant/ |
wpas_glue.c | 612 else if (os_strcmp(field, "PASSPHRASE") == 0) 647 *txt = "Private key passphrase"; 648 ret = "PASSPHRASE";
|
wpa_cli.c | 1278 printf("Invalid PASSPHRASE command: needs two arguments " 1279 "(network id and passphrase)\n"); 1285 ret = os_snprintf(pos, end - pos, WPA_CTRL_RSP "PASSPHRASE-%s:%s", 1288 printf("Too long PASSPHRASE command.\n"); 1295 printf("Too long PASSPHRASE command.\n"); 1375 " psk (WPA passphrase or pre-shared key)\n" [all...] |
config_file.c | 127 if (ssid->passphrase) { 130 "passphrase configured.", line); 1091 !ssid->passphrase)
|
sme.c | 91 if (ssid->passphrase == NULL) { 102 (u8 *) ssid->passphrase, 103 os_strlen(ssid->passphrase), [all...] |
android.config | 265 # Remove IEEE 802.11i/WPA-Personal ASCII passphrase support 528 # Password (and passphrase, etc.) backend for external storage
|
config_winreg.c | 344 if (ssid->passphrase) { 346 wpa_printf(MSG_ERROR, "Both PSK and passphrase "
|
defconfig | 267 # Remove IEEE 802.11i/WPA-Personal ASCII passphrase support 528 # Password (and passphrase, etc.) backend for external storage
|
/external/openssh/ |
ssh.0 | 197 ssh needs to ask for a password or passphrase; see also the -f [all...] |
ssh.1 | 381 needs to ask for a password or passphrase; see also the [all...] |
/external/chromium_org/sync/internal_api/ |
sync_manager_impl_unittest.cc | 417 KeyParams params = {"localhost", "username", "passphrase"}; 451 KeyParams params = {"localhost", "username", "passphrase"}; [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_util.cc | 313 // passphrase. We return conflict, even though the conflict is with the 316 // the new passphrase is entered we should be able to encrypt properly. 333 // will stay in conflict until the user provides a passphrase that lets the [all...] |
/external/chromium/chrome/browser/ |
browser_about_handler.cc | 396 str += WrapWithTH("Passphrase"); 409 str += WrapWithTH("PSK Passphrase"); 411 str += WrapWithTH("User Passphrase"); 435 str += WrapWithTD(std::string(wifi->passphrase().length(), '*')); [all...] |
browser_resources.grd | 72 <include name="IDR_SYNC_PASSPHRASE_HTML" file="sync\resources\passphrase.html" flattenhtml="true" type="BINDATA" />
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl.cc | 199 // This can be because a passphrase was accepted or the user changed the
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
managed_user_authenticator.cc | 112 // Only want the top half for 'weak' hashing so that the passphrase is not
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_api_nonchromeos.cc | 121 " \"Passphrase\": {"
|
/external/openssh/contrib/redhat/ |
openssh.spec | 123 Summary: A passphrase dialog for OpenSSH and X. 129 Summary: A passphrase dialog for OpenSSH, X, and GNOME. 165 an X11 passphrase dialog for OpenSSH. 170 an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 144 <string>WPA/WPA2 pre-shared key or passphrase</string>
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_utils.cc | 589 // We may not always have a passphrase (for example, on a restart after a 590 // browser crash). Only notify the sync service if we have a passphrase,
|
/external/chromium_org/chrome/common/ |
url_constants.cc | 58 "chrome://managed-user-passphrase/"; 187 const char kChromeUIManagedUserPassphrasePageHost[] = "managed-user-passphrase";
|
/external/chromium_org/sync/engine/ |
syncer_util.cc | 199 // is likely because the passphrase has not arrived yet. Because the 200 // passphrase may not arrive within this GetUpdates, we can't just return
|
/external/wpa_supplicant_8/hostapd/ |
README-WPS | 14 passphrase/PSK) and configuration of an access point and client 86 # Default WPA passphrase for legacy (non-WPS) clients
|
hostapd.conf | 689 # Passphrase for private key 690 #private_key_passwd=secret passphrase [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.c | 321 * entering of PIN code or passphrase to retry the 324 wpa_printf(MSG_DEBUG, "EAP: Pending PIN/passphrase " [all...] |
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 787 std::string passphrase; local [all...] |