]> git.ipfire.org Git - thirdparty/hostap.git/commit
dbus: Expose authentication status to D-Bus
authorAlex Khouderchah <akhouderchah@chromium.org>
Thu, 5 Jul 2018 23:29:09 +0000 (16:29 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jan 2019 22:39:12 +0000 (00:39 +0200)
commit38b405c8f055fafd3117bee32c108de86f835f94
treeac5d19e6b051e911bb1dc309a0c9960e39ad60c3
parent80d06d0ca9f3b2986e89c8169087b7a71487bf95
dbus: Expose authentication status to D-Bus

wpa_supplicant currently logs CTRL-EVENT-AUTH-FAILED errors when
authentication fails, but doesn't expose any property to the D-Bus
interface related to this.

This change adds the "AuthStatusCode" property to the interface, which
contains the IEEE 802.11 status code of the last authentication.

Signed-off-by: Alex Khouderchah <akhouderchah@chromium.org>
doc/dbus.doxygen
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new.h
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/dbus/dbus_new_handlers.h
wpa_supplicant/events.c
wpa_supplicant/notify.c
wpa_supplicant/notify.h
wpa_supplicant/wpa_supplicant_i.h