Add wpa_supplicant notification calls
authorJouni Malinen <j@w1.fi>
Sun, 13 Sep 2009 17:53:32 +0000 (20:53 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 13 Sep 2009 17:53:32 +0000 (20:53 +0300)
commit8bac466b008430c822c75ce35c978bcf9a884f05
treec2eb06d63acef0ef3406b9e673b5c0d79e1888ad
parent1bd3f426d3cc421e8cc635599fcc94cf070e1efb
Add wpa_supplicant notification calls

This introduces a new mechanism for collecting notification calls into
a single place (notify.c). As a result of this, most of the
wpa_supplicant code does not need to know about dbus (etc. mechanisms
that could use the notifications). Some empty placeholder functions are
also added in preparation of new dbus code that needs more event
notifications.
wpa_supplicant/Makefile
wpa_supplicant/ctrl_iface.c
wpa_supplicant/ctrl_iface_dbus_handlers.c
wpa_supplicant/events.c
wpa_supplicant/mlme.c
wpa_supplicant/notify.c [new file with mode: 0644]
wpa_supplicant/notify.h [new file with mode: 0644]
wpa_supplicant/scan.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wps_supplicant.c