/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 | 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_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...] |