]> git.ipfire.org Git - thirdparty/hostap.git/history - wpa_supplicant/dbus/dbus_new.c
Export disconnect reason code to dbus
[thirdparty/hostap.git] / wpa_supplicant / dbus / dbus_new.c
2012-06-30  Gary MorainExport disconnect reason code to dbus
2012-06-26  Tomasz BursztykaD-Bus: Add AutoScan interface method to set/unset autos...
2012-06-04  Paul Stewartwpa_supplicant: Report EAP connection progress to DBus
2012-04-28  Jouni MalinenRemove unused variable if CONFIG_P2P=y is not used
2012-04-14  Nirav ShahP2P: Cleanup P2PDevice D-Bus interface for hostap-1...
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-03-05  Todd Previtedbus: Make P2P group properties accessible individually
2012-02-25  Reinette Chatredbus: revert changes to some peer properties
2012-02-11  Flávio Ceolindbus: Make the P2P peer's properties accessible separately
2012-01-28  Paul Stewartdbus: Create DBus getter/setter for FastReauth
2011-12-22  Jouni MalinenP2P: Replace p2p_get_peer_info with p2p_peer_known...
2011-12-18  Reinette ChatreP2P: Make GO negotiation peer and group information...
2011-11-13  Jouni MalinenRemove unnecessary include file inclusion
2011-10-30  Dan WilliamsImplement control request replies for the D-Bus interface
2011-10-30  Dan Williamsdbus: Implement EAP SM control request signals
2011-10-29  Daniel Drakedbus: Raise PropertiesChanged on org.freedesktop.DBus...
2011-10-23  Grant Ericksondbus: Removed unused local variable
2011-10-16  Jouni MalinenRemove unnecessary wpa_s == NULL validation
2011-09-21  Reinette ChatreD-Bus/P2P: Treat PIN as string
2011-09-21  Pavel RoskinFix typos found by codespell
2011-08-07  Jouni Malinendbus: Remove separate access variable from properties
2011-07-29  Dan Williamsdbus: clean up new D-Bus interface getters and setters
2011-07-05  Michael ChangAdd dbus signal for information about server certification
2011-07-04  Jayant SaneDBus/P2P: Adding decl for PersistentGroupRemoved signal
2011-06-27  Jouni MalinenFix D-Bus build without CONFIG_P2P=y
2011-06-25  Jayant SaneP2P: Add WpsFailed signal in P2P D-Bus
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-12  Jouni MalinenDBus: Fix some typos on comments
2011-06-12  Johannes BergDBus: Add support for P2P primitives
2011-04-04  Sam Lefflerdbus: Add support to get/set the country code
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-15  Paul StewartAdd DBus state change notification for AuthMode property
2011-03-15  Paul Stewartdbus: Add D-Bus method for current authentication mode
2010-12-17  Dan Williamsdbus: Emit property changed events when adding/removing...
2010-05-23  Jouni MalinenSkip D-Bus signals if the dbus_path is not yet set
2010-01-16  Witold Sowadbus: Change WPA/RSNIE byte array props to dicts
2010-01-09  Witold Sowadbus: Change BSS, Network and some errors interface...
2010-01-06  Jouni Malinendbus: Do not try to unregister not-yet-registered netwo...
2010-01-06  Witold Sowadbus: Add BSS property change notifications
2010-01-06  Jouni Malinendbus: Fix prop_changed_flags allocation to count proper...
2010-01-04  Witold Sowadbus: Aggregate PropertiesChanged signals
2010-01-04  Witold Sowadbus: Change BSS property MaxRate to Rates
2010-01-04  Marcel Holtmanndbus: Replace StateChanged with PropertiesChanged signal
2010-01-04  Marcel Holtmanndbus: Use simple strings for debug level
2010-01-02  Jouni Malinendbus: Use free_dbus_object_desc() consistently to free...
2010-01-02  Jouni Malinendbus: Remove duplication of object methods/signals...
2010-01-02  Jouni Malinendbus: Use stack for temporary object path
2010-01-02  Jouni Malinendbus: Cleaned up signal message construction functions
2010-01-01  Jouni Malinendbus: Remove perror() calls
2010-01-01  Jouni Malinendbus: Clean up dbus_path/dbus_new_path use
2010-01-01  Jouni Malinendbus: Get rid of unnecessary string duplication in...
2010-01-01  Jouni Malinendbus: Remove wpas_dbus_callbacks abstraction
2010-01-01  Witold Sowadbus: Divide DebugParams property to three separate...
2010-01-01  Witold Sowadbus: Rename InterfaceCreated to InterfaceAdded
2010-01-01  Witold Sowadbus: Add second properties arg to *Added signals
2010-01-01  Witold Sowadbus: Replace BSS 'Properties' property with separate...
2010-01-01  Witold Sowadbus: Define priv argument for object rather than for...
2009-12-31  Jouni Malinendbus: Do not deinitialize new D-Bus API if it is not...
2009-12-30  Jouni Malinendbus: Share common initialization code for both old...
2009-12-29  Jouni Malinendbus: Fix D-Bus network and BSS object registration...
2009-12-27  Jouni Malinendbus: Use the new BSS table with the new D-Bus API
2009-12-26  Jouni Malinendbus: Fix build without os_free available as a pointer
2009-12-26  Jouni Malinendbus: Check that wpa_s->scan_res != NULL before derefer...
2009-12-26  Jouni Malinendbus: Use os_*() wrappers for memory allocations consis...
2009-12-26  Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-20  Jouni Malinendbus: Remove the confusing "ctrl_iface_" prefix from...