HomeSort by relevance Sort by last modified time
    Searched refs:reauth (Results 1 - 19 of 19) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_aka.c 41 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
46 struct eap_sim_reauth *reauth; member in struct:eap_aka_data
73 case REAUTH:
74 return "REAUTH";
497 if (data->reauth) {
533 case REAUTH:
586 case REAUTH:
621 if (after_reauth && data->reauth) {
622 identity = data->reauth->identity;
623 identity_len = data->reauth->identity_len
    [all...]
eap_sim.c 36 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
41 struct eap_sim_reauth *reauth; member in struct:eap_sim_data
54 case REAUTH:
55 return "REAUTH";
278 if (data->reauth) {
313 case REAUTH:
359 case REAUTH:
423 data->reauth = eap_sim_db_get_reauth_entry(
426 if (data->reauth) {
429 identity = data->reauth->identity
    [all...]
eap_sim_db.h 82 void eap_sim_db_remove_reauth(void *priv, struct eap_sim_reauth *reauth);
eap_sim_db.c 982 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Added new reauth entry");
1123 * @reauth: Pointer to re-authentication entry from
1126 void eap_sim_db_remove_reauth(void *priv, struct eap_sim_reauth *reauth)
1132 if (r == reauth) {
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 41 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
46 struct eap_sim_reauth *reauth; member in struct:eap_aka_data
73 case REAUTH:
74 return "REAUTH";
497 if (data->reauth) {
533 case REAUTH:
586 case REAUTH:
621 if (after_reauth && data->reauth) {
622 identity = data->reauth->identity;
623 identity_len = data->reauth->identity_len
    [all...]
eap_server_sim.c 37 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
42 struct eap_sim_reauth *reauth; member in struct:eap_sim_data
55 case REAUTH:
56 return "REAUTH";
279 if (data->reauth) {
314 case REAUTH:
360 case REAUTH:
424 data->reauth = eap_sim_db_get_reauth_entry(
427 if (data->reauth) {
430 identity = data->reauth->identity
    [all...]
eap_sim_db.h 80 void eap_sim_db_remove_reauth(void *priv, struct eap_sim_reauth *reauth);
eap_sim_db.c 983 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Added new reauth entry");
1124 * @reauth: Pointer to re-authentication entry from
1127 void eap_sim_db_remove_reauth(void *priv, struct eap_sim_reauth *reauth)
1133 if (r == reauth) {
    [all...]
  /external/wpa_supplicant/
eap_sim.c 46 int reauth; member in struct:eap_sim_data
259 data->reauth = 0;
263 data->reauth = 1;
283 if (!data->reauth) {
376 if (k_aut && data->reauth) {
490 data->reauth = 0;
589 * reauth verification. */
603 "reauth did not include encrypted data");
618 "message does not match with counter in reauth "
647 if (data->reauth &
    [all...]
eap_aka.c 41 int reauth; member in struct:eap_aka_data
248 data->reauth = 0;
252 data->reauth = 1;
355 if (k_aut && data->reauth) {
434 data->reauth = 0;
510 * reauth verification. */
524 "reauth did not include encrypted data");
539 "message does not match with counter in reauth "
568 if (data->reauth &&
571 "message after reauth");
    [all...]
eap_ttls.c 67 int reauth; /* reauthentication */ member in struct:eap_ttls_data
1123 if (data->reauth &&
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 48 int reauth; member in struct:eap_sim_data
357 data->reauth = 0;
361 data->reauth = 1;
380 if (!data->reauth) {
471 if (k_aut && data->reauth) {
582 data->reauth = 0;
684 * reauth verification. */
698 "reauth did not include encrypted data");
713 "message does not match with counter in reauth "
741 if (data->reauth &
    [all...]
eap_aka.c 48 int reauth; member in struct:eap_aka_data
468 data->reauth = 0;
472 data->reauth = 1;
577 if (k_aut && data->reauth) {
815 data->reauth = 0;
916 * reauth verification. */
930 "reauth did not include encrypted data");
945 "message does not match with counter in reauth "
972 if (data->reauth &&
975 "message after reauth");
    [all...]
eap_peap.c 63 int reauth; /* reauthentication */ member in struct:eap_peap_data
264 if (data->reauth &&
    [all...]
eap_ttls.c 72 int reauth; /* reauthentication */ member in struct:eap_ttls_data
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 47 int reauth; member in struct:eap_sim_data
356 data->reauth = 0;
360 data->reauth = 1;
379 if (!data->reauth) {
470 if (k_aut && data->reauth) {
581 data->reauth = 0;
683 * reauth verification. */
697 "reauth did not include encrypted data");
712 "message does not match with counter in reauth "
740 if (data->reauth &
    [all...]
eap_aka.c 46 int reauth; member in struct:eap_aka_data
466 data->reauth = 0;
470 data->reauth = 1;
575 if (k_aut && data->reauth) {
813 data->reauth = 0;
914 * reauth verification. */
928 "reauth did not include encrypted data");
943 "message does not match with counter in reauth "
970 if (data->reauth &&
973 "message after reauth");
    [all...]
eap_peap.c 63 int reauth; /* reauthentication */ member in struct:eap_peap_data
264 if (data->reauth &&
    [all...]
eap_ttls.c 72 int reauth; /* reauthentication */ member in struct:eap_ttls_data
    [all...]

Completed in 453 milliseconds