Home
last modified time | relevance | path

Searched refs:DECISION_FAIL (Results 1 – 25 of 44) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_psk.c111 ret->decision = DECISION_FAIL; in eap_psk_process_1()
211 ret->decision = DECISION_FAIL; in eap_psk_process_3()
243 ret->decision = DECISION_FAIL; in eap_psk_process_3()
251 ret->decision = DECISION_FAIL; in eap_psk_process_3()
278 ret->decision = DECISION_FAIL; in eap_psk_process_3()
361 ret->decision = failed ? DECISION_FAIL : DECISION_UNCOND_SUCC; in eap_psk_process_3()
386 ret->decision = DECISION_FAIL; in eap_psk_process()
Deap_peap.c570 ret->decision = DECISION_FAIL; in eap_tlv_process()
578 ret->decision = DECISION_FAIL; in eap_tlv_process()
583 ret->decision = DECISION_FAIL; in eap_tlv_process()
626 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
658 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
729 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
897 ret->decision = DECISION_FAIL; in eap_peap_decrypt()
935 ret->decision = DECISION_FAIL; in eap_peap_decrypt()
1020 ret->decision = DECISION_FAIL; in eap_peap_process()
1055 ret->decision = DECISION_FAIL; in eap_peap_process()
[all …]
Deap_fast.c485 ret->decision = DECISION_FAIL; in eap_fast_phase2_request()
495 iret.decision == DECISION_FAIL)) { in eap_fast_phase2_request()
497 ret->decision = DECISION_FAIL; in eap_fast_phase2_request()
822 ret->decision = DECISION_FAIL; in eap_fast_process_crypto_binding()
1077 ret->decision = DECISION_FAIL; in eap_fast_process_pac()
1286 ret->decision = DECISION_FAIL; in eap_fast_process_decrypted()
1584 ret->decision = DECISION_FAIL; in eap_fast_process()
1610 ret->decision = DECISION_FAIL; in eap_fast_process()
1629 ret->decision = DECISION_FAIL; in eap_fast_process()
1663 ret->decision = DECISION_FAIL; in eap_fast_process()
Deap_ttls.c364 iret.decision == DECISION_FAIL)) { in eap_ttls_phase2_eap_process()
900 ret->decision = DECISION_FAIL; in eap_ttls_phase2_request()
1182 ret->decision = DECISION_FAIL; in eap_ttls_process_phase2_mschapv2()
1352 ret->decision = DECISION_FAIL; in eap_ttls_implicit_identity_request()
1386 ret->decision = DECISION_FAIL; in eap_ttls_implicit_identity_request()
1503 ret->decision = DECISION_FAIL; in eap_ttls_decrypt()
1535 ret->decision = DECISION_FAIL; in eap_ttls_process_handshake()
1551 ret->decision = DECISION_FAIL; in eap_ttls_process_handshake()
1633 } else if (data->decision_succ != DECISION_FAIL && in eap_ttls_check_auth_status()
1722 data->decision_succ = DECISION_FAIL; in eap_ttls_deinit_for_reauth()
Deap_teap.c458 ret->decision = DECISION_FAIL; in eap_teap_phase2_request()
470 iret.decision == DECISION_FAIL)) { in eap_teap_phase2_request()
473 ret->decision = DECISION_FAIL; in eap_teap_phase2_request()
902 ret->decision = DECISION_FAIL; in eap_teap_process_crypto_binding()
1267 ret->decision = DECISION_FAIL; in eap_teap_process_decrypted()
1446 ret->decision = DECISION_FAIL; in eap_teap_process_decrypted()
1877 ret->decision = DECISION_FAIL; in eap_teap_process()
1903 ret->decision = DECISION_FAIL; in eap_teap_process()
1922 ret->decision = DECISION_FAIL; in eap_teap_process()
1963 ret->decision = DECISION_FAIL; in eap_teap_process()
Deap_sake.c322 ret->decision = DECISION_FAIL; in eap_sake_process_confirm()
332 ret->decision = DECISION_FAIL; in eap_sake_process_confirm()
410 ret->decision = DECISION_FAIL; in eap_sake_process()
Deap_pax.c284 ret->decision = DECISION_FAIL; in eap_pax_process_std_3()
294 ret->decision = DECISION_FAIL; in eap_pax_process_std_3()
439 ret->decision = DECISION_FAIL; in eap_pax_process()
Deap_leap.c259 ret->decision = DECISION_FAIL; in eap_leap_process_response()
310 ret->decision = DECISION_FAIL; in eap_leap_process()
Deap.c233 sm->decision = DECISION_FAIL; in SM_STATE()
1163 sm->decision != DECISION_FAIL) || in eap_peer_sm_step_idle()
1172 sm->decision == DECISION_FAIL)) in eap_peer_sm_step_idle()
1175 sm->leap_done && sm->decision != DECISION_FAIL && in eap_peer_sm_step_idle()
1179 sm->peap_done && sm->decision != DECISION_FAIL && in eap_peer_sm_step_idle()
1229 if (sm->rxSuccess && sm->decision != DECISION_FAIL && in eap_peer_sm_step_received()
1247 (sm->rxSuccess && sm->decision == DECISION_FAIL && in eap_peer_sm_step_received()
1317 sm->decision == DECISION_FAIL && !sm->eapRespData) in eap_peer_sm_step_local()
2343 case DECISION_FAIL: in eap_sm_decision_txt()
3016 sm->decision == DECISION_FAIL || in eap_notify_lower_layer_success()
Deap_mschapv2.c287 ret->decision = DECISION_FAIL; in eap_mschapv2_challenge()
360 ret->decision = DECISION_FAIL; in eap_mschapv2_success()
677 ret->decision = DECISION_FAIL; in eap_mschapv2_failure()
Deap_tls.c165 ret->decision = DECISION_FAIL; in eap_tls_failure()
266 ret->decision = DECISION_FAIL; in eap_tls_process()
Deap_vendor_test.c129 ret->decision = DECISION_FAIL; in eap_vendor_test_process()
Deap_i.h22 DECISION_FAIL, DECISION_COND_SUCC, DECISION_UNCOND_SUCC enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_psk.c111 ret->decision = DECISION_FAIL; in eap_psk_process_1()
211 ret->decision = DECISION_FAIL; in eap_psk_process_3()
243 ret->decision = DECISION_FAIL; in eap_psk_process_3()
251 ret->decision = DECISION_FAIL; in eap_psk_process_3()
278 ret->decision = DECISION_FAIL; in eap_psk_process_3()
361 ret->decision = failed ? DECISION_FAIL : DECISION_UNCOND_SUCC; in eap_psk_process_3()
386 ret->decision = DECISION_FAIL; in eap_psk_process()
Deap_peap.c570 ret->decision = DECISION_FAIL; in eap_tlv_process()
578 ret->decision = DECISION_FAIL; in eap_tlv_process()
583 ret->decision = DECISION_FAIL; in eap_tlv_process()
624 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
656 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
713 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
877 ret->decision = DECISION_FAIL; in eap_peap_decrypt()
915 ret->decision = DECISION_FAIL; in eap_peap_decrypt()
1000 ret->decision = DECISION_FAIL; in eap_peap_process()
1035 ret->decision = DECISION_FAIL; in eap_peap_process()
[all …]
Deap_ttls.c352 iret.decision == DECISION_FAIL)) { in eap_ttls_phase2_eap_process()
871 ret->decision = DECISION_FAIL; in eap_ttls_phase2_request()
1153 ret->decision = DECISION_FAIL; in eap_ttls_process_phase2_mschapv2()
1323 ret->decision = DECISION_FAIL; in eap_ttls_implicit_identity_request()
1357 ret->decision = DECISION_FAIL; in eap_ttls_implicit_identity_request()
1459 ret->decision = DECISION_FAIL; in eap_ttls_decrypt()
1491 ret->decision = DECISION_FAIL; in eap_ttls_process_handshake()
1507 ret->decision = DECISION_FAIL; in eap_ttls_process_handshake()
1589 } else if (data->decision_succ != DECISION_FAIL && in eap_ttls_check_auth_status()
1678 data->decision_succ = DECISION_FAIL; in eap_ttls_deinit_for_reauth()
Deap_fast.c465 ret->decision = DECISION_FAIL; in eap_fast_phase2_request()
475 iret.decision == DECISION_FAIL)) { in eap_fast_phase2_request()
477 ret->decision = DECISION_FAIL; in eap_fast_phase2_request()
802 ret->decision = DECISION_FAIL; in eap_fast_process_crypto_binding()
1057 ret->decision = DECISION_FAIL; in eap_fast_process_pac()
1266 ret->decision = DECISION_FAIL; in eap_fast_process_decrypted()
1564 ret->decision = DECISION_FAIL; in eap_fast_process()
1590 ret->decision = DECISION_FAIL; in eap_fast_process()
1609 ret->decision = DECISION_FAIL; in eap_fast_process()
1643 ret->decision = DECISION_FAIL; in eap_fast_process()
Deap_teap.c426 ret->decision = DECISION_FAIL; in eap_teap_phase2_request()
438 iret.decision == DECISION_FAIL)) { in eap_teap_phase2_request()
440 ret->decision = DECISION_FAIL; in eap_teap_phase2_request()
847 ret->decision = DECISION_FAIL; in eap_teap_process_crypto_binding()
1211 ret->decision = DECISION_FAIL; in eap_teap_process_decrypted()
1342 ret->decision = DECISION_FAIL; in eap_teap_process_decrypted()
1765 ret->decision = DECISION_FAIL; in eap_teap_process()
1791 ret->decision = DECISION_FAIL; in eap_teap_process()
1810 ret->decision = DECISION_FAIL; in eap_teap_process()
1851 ret->decision = DECISION_FAIL; in eap_teap_process()
Deap_sake.c322 ret->decision = DECISION_FAIL; in eap_sake_process_confirm()
332 ret->decision = DECISION_FAIL; in eap_sake_process_confirm()
410 ret->decision = DECISION_FAIL; in eap_sake_process()
Deap_pax.c284 ret->decision = DECISION_FAIL; in eap_pax_process_std_3()
294 ret->decision = DECISION_FAIL; in eap_pax_process_std_3()
439 ret->decision = DECISION_FAIL; in eap_pax_process()
Deap.c232 sm->decision = DECISION_FAIL; in SM_STATE()
1138 sm->decision != DECISION_FAIL) || in eap_peer_sm_step_idle()
1147 sm->decision == DECISION_FAIL)) in eap_peer_sm_step_idle()
1150 sm->leap_done && sm->decision != DECISION_FAIL && in eap_peer_sm_step_idle()
1154 sm->peap_done && sm->decision != DECISION_FAIL && in eap_peer_sm_step_idle()
1204 if (sm->rxSuccess && sm->decision != DECISION_FAIL && in eap_peer_sm_step_received()
1222 (sm->rxSuccess && sm->decision == DECISION_FAIL && in eap_peer_sm_step_received()
1292 sm->decision == DECISION_FAIL && !sm->eapRespData) in eap_peer_sm_step_local()
2305 case DECISION_FAIL: in eap_sm_decision_txt()
2938 sm->decision == DECISION_FAIL || in eap_notify_lower_layer_success()
Deap_leap.c259 ret->decision = DECISION_FAIL; in eap_leap_process_response()
310 ret->decision = DECISION_FAIL; in eap_leap_process()
Deap_mschapv2.c287 ret->decision = DECISION_FAIL; in eap_mschapv2_challenge()
360 ret->decision = DECISION_FAIL; in eap_mschapv2_success()
677 ret->decision = DECISION_FAIL; in eap_mschapv2_failure()
Deap_tls.c159 ret->decision = DECISION_FAIL; in eap_tls_failure()
260 ret->decision = DECISION_FAIL; in eap_tls_process()
Deap_vendor_test.c129 ret->decision = DECISION_FAIL; in eap_vendor_test_process()

12