[PATCH 0/4] Add D-Bus interface method to get auth mode
Paul Stewart
pstew
Thu Mar 10 11:11:07 PST 2011
This adds a D-Bus method to wpa_supplicant that can query the
current key authentication algorithm.
Paul Stewart (4):
eap_peer: Add method to return current method name
eapol_supp: Request EAP method from EAP state machine
wpa_supplicant: wpa_supplicant_get_eap_mode method
dbus: Add D-Bus method for current authentication mode
src/eap_peer/eap.c | 7 +++++
src/eap_peer/eap.h | 1 +
src/eapol_supp/eapol_supp_sm.c | 15 ++++++++++++
src/eapol_supp/eapol_supp_sm.h | 1 +
wpa_supplicant/dbus/dbus_new.c | 4 +++
wpa_supplicant/dbus/dbus_new_handlers.c | 39 +++++++++++++++++++++++++++++++
wpa_supplicant/dbus/dbus_new_handlers.h | 3 ++
wpa_supplicant/dbus/dbus_new_helpers.h | 1 +
wpa_supplicant/wpa_supplicant.c | 22 +++++++++++++++++
wpa_supplicant/wpa_supplicant_i.h | 4 +++
10 files changed, 97 insertions(+), 0 deletions(-)
--
1.7.3.1
More information about the Hostap
mailing list