]> git.ipfire.org Git - thirdparty/hostap.git/commit
D-Bus: Emit signal when a station is authorized or deauthorized
authorChengyi Zhao <chengyix.zhao@gmail.com>
Sat, 22 Jun 2013 09:09:09 +0000 (12:09 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 22 Jun 2013 09:09:09 +0000 (12:09 +0300)
commit8a901d750b1ee3b2bf892565ded62ee5dfd87d0b
tree192ec3a7277c4381782b1c46a4503d19e742bca7
parent9578329874b3ad679b9da97a2603b218c5e42d5e
D-Bus: Emit signal when a station is authorized or deauthorized

Add "StaAuthorized" and "StaDeauthorized" D-Bus interface in AP mode.
After enabling the AP mode of wpa_supplicant, the other process need to
get the MAC address and authorization status of every station, so
wpa_supplicant emits signal when the station is authorized or
deauthorized.

Signed-hostap: Chengyi Zhao <chengyix.zhao@gmail.com>
doc/dbus.doxygen
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new.h
wpa_supplicant/notify.c