Jouni Malinen
d114fcabbf
dbus: Fix build without os_free available as a pointer
...
Need to add a wrapper function to be able to handle the need for
having a function pointer for freeing function for dbus use.
2009-12-26 16:20:37 +02:00
Jouni Malinen
376900708a
dbus: Check that wpa_s->scan_res != NULL before dereferencing it
2009-12-26 13:55:22 +02:00
Jouni Malinen
a646086d51
dbus: Use os_*() wrappers for memory allocations consistently
...
This is needed to avoid bogus WPA_TRACE error reports.
2009-12-26 12:29:24 +02:00
Jouni Malinen
719347511a
Get rid of unnecessary typedefs for enums.
2009-12-26 10:35:08 +02:00
Jouni Malinen
a206a29a54
dbus: Remove the confusing "ctrl_iface_" prefix from file names
...
The D-Bus interface does not really have anything to do with the
wpa_supplicant ctrl_iface interface and as such, this prefix in
dbus files is both confusing and unnecessarily. Make the file names
shorter by removing this prefix.
2009-12-20 21:11:35 +02:00