/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 | 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...] |
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_sim_db.h | 74 void eap_sim_db_remove_reauth(void *priv, struct eap_sim_reauth *reauth);
|
eap_sim_db.c | 977 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Added new reauth entry"); 1118 * @reauth: Pointer to re-authentication entry from 1121 void eap_sim_db_remove_reauth(void *priv, struct eap_sim_reauth *reauth) 1127 if (r == reauth) { [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_sim.c | 41 int reauth; member in struct:eap_sim_data 370 data->reauth = 0; 374 data->reauth = 1; 393 if (!data->reauth) { 484 if (k_aut && data->reauth) { 595 data->reauth = 0; 667 * other words, if no new reauth identity is received, full 697 * reauth verification. */ 711 "reauth did not include encrypted data"); 726 "message does not match with counter in reauth " [all...] |
eap_aka.c | 40 int reauth; member in struct:eap_aka_data 480 data->reauth = 0; 484 data->reauth = 1; 589 if (k_aut && data->reauth) { 827 data->reauth = 0; 928 * reauth verification. */ 942 "reauth did not include encrypted data"); 957 "message does not match with counter in reauth " 984 if (data->reauth && 987 "message after reauth"); [all...] |
eap_ttls.c | 55 int reauth; /* reauthentication */ member in struct:eap_ttls_data [all...] |
eap_peap.c | 57 int reauth; /* reauthentication */ member in struct:eap_peap_data 258 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...] |
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
rx.c | [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
parallel_authenticator.cc | 448 NOTREACHED(); // Shouldn't be here at all, if online reauth isn't done!
|
/external/wpa_supplicant_8/src/ap/ |
sta_info.c | 595 * During 1x reauth, if the vlan id changes, then remove the old id and
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiMonitor.java | 156 * CTRL-EVENT-CONNECTED - Connection to 00:1e:58:ec:d5:6d completed (reauth) [id=1 id_str=]</pre>
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
rsn.c | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_sim_common.c | 139 wpa_printf(MSG_DEBUG, "EAP-SIM: Deriving keying data from reauth");
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_sim_common.c | 134 wpa_printf(MSG_DEBUG, "EAP-SIM: Deriving keying data from reauth");
|
/external/wpa_supplicant_8/hostapd/ |
ChangeLog | 430 * driver_madwifi: fixed pairwise key removal to allow WPA reauth [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa.c | [all...] |