| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_server_sim.c | 34 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE 39 struct eap_sim_reauth *reauth; member in struct:eap_sim_data 54 case REAUTH: 55 return "REAUTH"; 150 /* Reauth id may have expired - try fullauth */ 184 /* Use of fast reauth disabled in configuration */ 333 if (data->reauth) { 368 case REAUTH: 418 case REAUTH: 506 wpa_printf(MSG_DEBUG, "EAP-SIM: Reauth username '%s'" [all...] |
| eap_server_aka.c | 37 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE 42 struct eap_sim_reauth *reauth; member in struct:eap_aka_data 69 case REAUTH: 70 return "REAUTH"; 103 wpa_printf(MSG_DEBUG, "EAP-AKA: Reauth username '%s'", username); 104 data->reauth = eap_sim_db_get_reauth_entry(sm->cfg->eap_sim_db_priv, 106 if (data->reauth == NULL) { 107 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown reauth identity - " 113 if (data->reauth->counter > sm->cfg->eap_sim_aka_fast_reauth_limit) { 119 os_strlcpy(data->permanent, data->reauth->permanent [all...] |
| eap_sim_db.c | 119 "CREATE TABLE reauth(" 130 "reauth information"); 158 if (!db_table_exists(db, "reauth") && 257 pos += os_snprintf(pos, end - pos, "INSERT OR REPLACE INTO reauth " 311 struct eap_sim_reauth *reauth = &data->db_tmp_reauth; local 317 reauth->permanent = data->db_tmp_identity; 319 reauth->counter = atoi(argv[i]); 321 hexstr2bin(argv[i], reauth->mk, sizeof(reauth->mk)); 323 hexstr2bin(argv[i], reauth->k_encr [all...] |
| eap_sim_db.h | 83 struct eap_sim_reauth *reauth);
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_sim.c | 44 int reauth; member in struct:eap_sim_data 174 static void eap_sim_clear_keys(struct eap_sim_data *data, int reauth) 176 if (!reauth) { 573 data->reauth = 0; 577 data->reauth = 1; 654 if (!data->reauth) { 743 if (k_aut && data->reauth) { 861 data->reauth = 0; 938 * other words, if no new reauth identity is received, full 968 * reauth verification. * [all...] |
| eap_aka.c | 42 int reauth; member in struct:eap_aka_data 166 static void eap_aka_clear_keys(struct eap_aka_data *data, int reauth) 168 if (!reauth) { 705 data->reauth = 0; 709 data->reauth = 1; 867 if (k_aut && data->reauth) { 1128 data->reauth = 0; 1232 * reauth verification. */ 1246 "reauth did not include encrypted data"); 1261 "message does not match with counter in reauth " [all...] |
| eap_peap.c | 56 int reauth; /* reauthentication */ member in struct:eap_peap_data 284 "EAP-PEAP: CMK derivation - reauth=%d resumed=%d phase2_eap_started=%d phase2_success=%d", 285 data->reauth, resumed, data->phase2_eap_started, 287 if (data->reauth && !data->phase2_eap_started && resumed) { 1273 data->reauth = 1;
|
| eap_ttls.c | 56 int reauth; /* reauthentication */ member in struct:eap_ttls_data 1431 if (data->reauth && 1593 wpa_printf(MSG_DEBUG, "EAP-TTLS: fast reauth - may " 1772 data->reauth = 1;
|
| /src/external/bsd/wpa/dist/src/common/ |
| wpa_common.h | 473 int fils_pmkid_erp(int akmp, const u8 *reauth, size_t reauth_len,
|
| wpa_common.c | 641 int fils_pmkid_erp(int akmp, const u8 *reauth, size_t reauth_len, 649 /* PMKID = Truncate-128(Hash(EAP-Initiate/Reauth)) */ 650 addr[0] = reauth;
|