Lines Matching refs:username
601 "nai-realm-cred-username: EAP method not supported: %d",
608 /* Only tunneled methods with username/password supported */
610 "nai-realm-cred-username: Method: %d is not TTLS, PEAP, or FAST",
619 "nai-realm-cred-username: PEAP/FAST: Inner method not supported: %d",
626 "nai-realm-cred-username: MSCHAPv2 not supported");
637 "nai-realm-cred-username: TTLS, but inner not supported: %d",
647 "nai-realm-cred-username: TTLS, inner-non-eap not supported: %d",
657 "nai-realm-cred-username: inner-method not GTC or MSCHAPv2: %d",
694 if (cred->username == NULL ||
695 cred->username[0] == '\0' ||
701 "nai-realm-find-eap: incomplete cred info: username: %s password: %s private_key: %s",
702 cred->username ? cred->username : "NULL",
1422 if (ttls && cred->username && cred->username[0]) {
1426 pos = os_strchr(cred->username, '@');
1452 if (!ttls && cred->username && cred->username[0] && cred->realm &&
1453 !os_strchr(cred->username, '@')) {
1458 buflen = os_strlen(cred->username) + 1 +
1464 os_snprintf(id, buflen, "%s@%s", cred->username, cred->realm);
1469 } else if (cred->username && cred->username[0] &&
1470 wpa_config_set_quoted(ssid, "identity", cred->username) < 0)