This avoids an invalid D-Bus call during interface initialization. The wpa_state change can happen before the D-Bus interface is set up, so we must be preparted to handle this early event signal. In theory, it should be possible to reorder initialization code to make sure D-Bus signals are ready, but that would likely require quite a bit of code restructuring, so it looks like a safer option for now is to just skip the early event. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| dbus-wpa_supplicant.conf | ||
| dbus_common.c | ||
| dbus_common.h | ||
| dbus_common_i.h | ||
| dbus_dict_helpers.c | ||
| dbus_dict_helpers.h | ||
| dbus_new.c | ||
| dbus_new.h | ||
| dbus_new_handlers.c | ||
| dbus_new_handlers.h | ||
| dbus_new_handlers_wps.c | ||
| dbus_new_helpers.c | ||
| dbus_new_helpers.h | ||
| dbus_new_introspect.c | ||
| dbus_old.c | ||
| dbus_old.h | ||
| dbus_old_handlers.c | ||
| dbus_old_handlers.h | ||
| dbus_old_handlers_wps.c | ||
| fi.epitest.hostap.WPASupplicant.service | ||
| fi.w1.wpa_supplicant1.service | ||
| Makefile | ||