]> git.ipfire.org Git - thirdparty/hostap.git/history - wpa_supplicant/dbus/dbus_new_handlers.c
Export disconnect reason code to dbus
[thirdparty/hostap.git] / wpa_supplicant / dbus / dbus_new_handlers.c
2012-06-30  Gary MorainExport disconnect reason code to dbus
2012-06-26  Jouni MalinenAllow autoscan parameters to be changed in SCANNING...
2012-06-26  Jouni MalinenStart autoscan for first connection attempt
2012-06-26  Tomasz BursztykaD-Bus: Add AutoScan interface method to set/unset autos...
2012-06-26  Tomasz BursztykaAdd automatic scanning support
2012-04-01  Johannes BergDBus: Add ability to report probe requests
2012-04-01  Mukesh AgrawalCreate DBus getter/setter for ScanInterval
2012-03-31  Nirav ShahClean up: Replace standard lib methods with os.h ones
2012-02-25  Jayant Sanedbus: utility to create dbus message from wpabuf array
2012-01-29  Dmitry ShmidtLet wpa_supplicant_deinit_iface() know that process...
2012-01-28  Sylvestre Gallondbus: Fix endianness bug in Frequency and Signal properties
2012-01-28  Paul Stewartdbus: Create DBus getter/setter for FastReauth
2012-01-22  Sam Lefflerdbus: Validate SSID length in new D-Bus scan request
2011-11-13  Jouni MalinenRemove unnecessary include file inclusion
2011-11-13  Jouni Malinendbus: Remove unused default string for bridge_ifname
2011-10-30  Dan WilliamsImplement control request replies for the D-Bus interface
2011-10-02  Mohamed Abbasdbus: Export max scan ssids supported by driver
2011-07-29  Dan Williamsdbus: clean up new D-Bus interface getters and setters
2011-06-24  Jayant SaneP2P: More complete persistent group management over...
2011-06-23  Jayant SaneP2P: Update D-Bus network object semantics during group...
2011-06-23  Jayant SaneP2P: Enable P2P capability advertisement on D-Bus
2011-06-12  Fabien MarotteDBus: Move wpas_dbus_new_decompose_object_path()
2011-04-04  Sam Lefflerdbus: Add support to get/set the country code
2011-03-31  Paul Stewartdbus: Add "excessive" to debug_strings
2011-03-20  Sam Lefflerwpa_supplicant: Parameterize BSS table expiration age...
2011-03-20  Sam Lefflerdbus: Add RemoveAllNetworks to the new D-Bus API
2011-03-20  Sam Lefflerdbus: Add D-Bus methods to flush the BSS cache
2011-03-20  Sam Lefflerdbus: Add ConfigFile to AddInterface properties
2011-03-16  Catalin Druladbus: Fix interface list getter with multiple interfaces
2011-03-15  Paul Stewartdbus: Add D-Bus method for current authentication mode
2011-02-02  Johannes BergDBus: Publish provisioned keys in network properties
2010-12-04  Paul Stewartdbus_new_handlers: Omit errant dbus_message_unref
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...