/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
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_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...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_sim.c | 31 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE 36 struct eap_sim_reauth *reauth; member in struct:eap_sim_data 49 case REAUTH: 50 return "REAUTH"; 273 if (data->reauth) { 308 case REAUTH: 354 case REAUTH: 418 data->reauth = eap_sim_db_get_reauth_entry( 421 if (data->reauth) { 424 identity = data->reauth->identity [all...] |
eap_server_aka.c | 35 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE 40 struct eap_sim_reauth *reauth; member in struct:eap_aka_data 67 case REAUTH: 68 return "REAUTH"; 490 if (data->reauth) { 526 case REAUTH: 579 case REAUTH: 614 if (after_reauth && data->reauth) { 615 identity = data->reauth->identity; 616 identity_len = data->reauth->identity_len [all...] |