• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/eap_server/

Lines Matching refs:pseudonym

36 	char *pseudonym;
432 os_free(p->pseudonym);
649 char *pseudonym;
666 pseudonym = os_malloc(len + 1);
667 if (pseudonym == NULL)
669 os_memcpy(pseudonym, identity, len);
670 pseudonym[len] = '\0';
674 if (os_strcmp(p->pseudonym, pseudonym) == 0)
679 os_free(pseudonym);
786 * IMSI in ASCII format, ['2','3'] | pseudonym, or ['4','5'] | reauth_id.
849 * eap_sim_db_get_next_pseudonym - EAP-SIM DB: Get next pseudonym
852 * Returns: Next pseudonym (allocated string) or %NULL on failure
854 * This function is used to generate a pseudonym for EAP-SIM. The returned
855 * pseudonym is not added to database at this point; it will need to be added
888 * eap_sim_db_add_pseudonym - EAP-SIM DB: Add new pseudonym
890 * @identity: Identity of the user (may be permanent identity or pseudonym)
892 * @pseudonym: Pseudonym for this user. This needs to be an allocated buffer,
897 * This function adds a new pseudonym for EAP-SIM user. EAP-SIM DB is
898 * responsible of freeing pseudonym buffer once it is not needed anymore.
901 size_t identity_len, char *pseudonym)
905 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: Add pseudonym for identity",
907 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Pseudonym: %s", pseudonym);
916 "pseudonym: %s", p->pseudonym);
917 os_free(p->pseudonym);
918 p->pseudonym = pseudonym;
924 os_free(pseudonym);
932 os_free(pseudonym);
937 p->pseudonym = pseudonym;
940 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Added new pseudonym entry");
994 * @identity: Identity of the user (may be permanent identity or pseudonym)
1030 * @identity: Identity of the user (may be permanent identity or pseudonym)
1071 * @identity: Identity of the user (may be permanent identity or pseudonym)
1099 * @identity: Identity of the user (may be permanent identity, pseudonym, or