Searched refs:PHASE1 (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_fast.c | 34 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator 80 case PHASE1: in eap_fast_state_txt() 81 return "PHASE1"; in eap_fast_state_txt() 543 eap_fast_state(data, PHASE1); in eap_fast_build_start() 874 case PHASE1: in eap_fast_buildReq() 1515 case PHASE1: in eap_fast_process_msg()
|
H A D | eap_server_peap.c | 35 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator 64 case PHASE1: in eap_peap_state_txt() 65 return "PHASE1"; in eap_peap_state_txt() 226 eap_peap_state(data, PHASE1); in eap_peap_build_start() 522 case PHASE1: in eap_peap_buildReq() 1191 case PHASE1: in eap_peap_process_msg()
|
H A D | eap_server_ttls.c | 30 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator 50 case PHASE1: in eap_ttls_state_txt() 51 return "PHASE1"; in eap_ttls_state_txt() 388 eap_ttls_state(data, PHASE1); in eap_ttls_build_start() 482 case PHASE1: in eap_ttls_buildReq() 1152 case PHASE1: in eap_ttls_process_msg()
|
H A D | eap_server_teap.c | 32 START, PHASE1, PHASE1B, PHASE2_START, PHASE2_ID, enumerator 85 case PHASE1: in eap_teap_state_txt() 86 return "PHASE1"; in eap_teap_state_txt() 483 eap_teap_state(data, PHASE1); in eap_teap_build_start() 1679 case PHASE1: in eap_teap_process_msg() 1732 if (data->state != PHASE1) { in eap_teap_process() 1821 if (data->state == PHASE1) in eap_teap_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_fast.c | 34 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator 80 case PHASE1: in eap_fast_state_txt() 81 return "PHASE1"; in eap_fast_state_txt() 545 eap_fast_state(data, PHASE1); in eap_fast_build_start() 876 case PHASE1: in eap_fast_buildReq() 1533 case PHASE1: in eap_fast_process_msg()
|
H A D | eap_server_peap.c | 35 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator 64 case PHASE1: in eap_peap_state_txt() 65 return "PHASE1"; in eap_peap_state_txt() 226 eap_peap_state(data, PHASE1); in eap_peap_build_start() 554 case PHASE1: in eap_peap_buildReq() 1222 case PHASE1: in eap_peap_process_msg()
|
H A D | eap_server_ttls.c | 30 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator 50 case PHASE1: in eap_ttls_state_txt() 51 return "PHASE1"; in eap_ttls_state_txt() 388 eap_ttls_state(data, PHASE1); in eap_ttls_build_start() 482 case PHASE1: in eap_ttls_buildReq() 1160 case PHASE1: in eap_ttls_process_msg()
|
H A D | eap_server_teap.c | 32 START, PHASE1, PHASE1B, PHASE2_START, PHASE2_ID, enumerator 89 case PHASE1: in eap_teap_state_txt() 90 return "PHASE1"; in eap_teap_state_txt() 495 eap_teap_state(data, PHASE1); in eap_teap_build_start() 1837 case PHASE1: in eap_teap_process_msg() 1891 if (data->state != PHASE1) { in eap_teap_process() 1980 if (data->state == PHASE1) in eap_teap_process()
|
Completed in 16 milliseconds