hostap/src/eapol_supp
Ahmed ElArabawy 45f7574d31 Propagate the EAP method error code
In the current implementation, upon an EAP method failure, followed by
an EAP failure, the EAP Status is propagated up in wpa_supplicant with a
general failure parameter string "failure". This parameter is used for a
notification on the dbus.

This commit reports the EAP method failure error code in a separate
callback.

The solution in this commit is generic to all EAP methods, and can be
used by any method that need to pass its error code. However, this
commit only implements the reporting for EAP-SIM and EAP-AKA methods
where the Notification Code (in AT_NOTIFICATION) is used as the method
specific error code value.

Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-03-31 11:57:33 +03:00
..
eapol_supp_sm.c Propagate the EAP method error code 2018-03-31 11:57:33 +03:00
eapol_supp_sm.h Propagate the EAP method error code 2018-03-31 11:57:33 +03:00
Makefile tests: Add eapol-fuzzer 2015-04-22 11:44:19 +03:00