dbus_new_handlers: Don't send NULL to dbus_message_new_error
[libeap.git] / wpa_supplicant / dbus / dbus_new_handlers.c
2010-10-09 Paul Stewartdbus_new_handlers: Don't send NULL to dbus_message_new_...
2010-10-09 Daniel Kurtzdbus: Treat '' in SSIDs of Interface.Scan as a request...
2010-10-09 Daniel Kurtzdbus: Fix passive/active scans in some cases
2010-09-04 Jouni Malinendbus: Verify WPA/RSN IE parser result before returning...
2010-08-18 Jouni Malinendbus: Deauthenticate instead of disassociate on disconn...
2010-04-11 Witold Sowadbus: Add new KeyMgmt interface capabilities
2010-03-06 Dmitry ShmidtUpdate priority list after priority change
2010-01-16 Witold Sowadbus: Change WPA/RSNIE byte array props to dicts
2010-01-10 Marcel Holtmanndbus: Fix value of BSS Privacy property
2010-01-04 Witold Sowadbus: Change BSS property MaxRate to Rates
2010-01-04 Marcel Holtmanndbus: Use simple strings for debug level
2010-01-03 Jouni MalinenMove wpa_supplicant specific scan code away from src...
2010-01-02 Jouni Malinendbus: Use stack for temporary object path
2010-01-02 Jouni MalinenMaintain a pointer to the current BSS table entry
2010-01-02 Jouni Malinendbus: Share the same function for type to type-as-strin...
2010-01-01 Jouni Malinendbus: Add debug printing on property setter type mismatches
2010-01-01 Jouni Malinendbus: Fix a typo in function name (invald -> invalid)
2010-01-01 Jouni Malinendbus: Remove perror() calls
2010-01-01 Jouni Malinendbus: Clean up dbus_path/dbus_new_path use
2010-01-01 Witold Sowadbus: Divide DebugParams property to three separate...
2010-01-01 Witold Sowadbus: Replace BSS 'Properties' property with separate...
2010-01-01 Witold Sowadbus: Add generic properties getter and setter
2009-12-27 Jouni Malinendbus: Use the new BSS table with the new D-Bus API
2009-12-26 Jouni Malinendbus: Remove unnecessary indentation by cleaning up...
2009-12-26 Jouni Malinendbus: split wpas_dbus_handler_scan() into number of...
2009-12-26 Jouni Malinendbus: Fix Scan invalid args reporting (uninitialize...
2009-12-26 Jouni Malinendbus: Check that wpa_s->scan_res != NULL before derefer...
2009-12-26 Jouni Malinendbus: Fix wpa_supplicant_add_iface() calls
2009-12-26 Jouni Malinendbus: Use os_*() wrappers for memory allocations consis...
2009-12-20 Jouni Malinendbus: Remove the confusing "ctrl_iface_" prefix from...