You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/wpa_supplicant/dbus
Brian Norris 4b96fafcd8 D-Bus: Share 'remove all networks' with CLI
The D-Bus implementation of RemoveAllNetworks differs wildly from the
CLI implementation. Let's share the implementations.

This resolves use-after-free bugs I noticed, where we continue to use
the 'wpa_s->current_ssid' wpa_ssid object after freeing it, because we
didn't bother to disconnect from (and set to NULL) current_ssid before
freeing it.

Signed-off-by: Brian Norris <briannorris@chromium.org>
4 years ago
..
.gitignore dbus: Clean dbus build files on wpa_supplicant 'make clean' 15 years ago
Makefile wpa_supplicant: Drop the old D-Bus interface support 5 years ago
dbus-wpa_supplicant.conf wpa_supplicant: Drop the old D-Bus interface support 5 years ago
dbus_common.c wpa_supplicant: Drop the old D-Bus interface support 5 years ago
dbus_common.h Update license notification in D-Bus interface files 12 years ago
dbus_common_i.h dbus: Expose interface globals via D-Bus properties 9 years ago
dbus_dict_helpers.c dbus: Remove unused dict helper functions 9 years ago
dbus_dict_helpers.h dbus: Remove unused dict helper functions 9 years ago
dbus_new.c DBus: Add "Roam" command support 4 years ago
dbus_new.h dbus: Expose authentication status to D-Bus 6 years ago
dbus_new_handlers.c D-Bus: Share 'remove all networks' with CLI 4 years ago
dbus_new_handlers.h DBus: Add "Roam" command support 4 years ago
dbus_new_handlers_p2p.c P2P: Add support for EDMG channels 5 years ago
dbus_new_handlers_p2p.h dbus: Add vendor specific information element in peer properties 6 years ago
dbus_new_handlers_wps.c wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS 5 years ago
dbus_new_helpers.c D-Bus: Demote timeout/flush messages to MSG_MSGDUMP 5 years ago
dbus_new_helpers.h dbus: Expose interface globals via D-Bus properties 9 years ago
dbus_new_introspect.c D-Bus: Increase introspection buffer size 4 years ago
fi.w1.wpa_supplicant1.service.in wpa_supplicant: Edit BINDIR in dbus and systemd service files 13 years ago