hostapd: Use stations nsts capability in (Re)Association Response frame
[mech_eap.git] / wpa_supplicant / dbus /
2012-08-04 Michael NaumovD-Bus: Remove network_object dictionary entry from...
2012-08-04 Paul StewartFix a couple memory leaks
2012-07-02 Jouni MalinenUpdate license notification in D-Bus interface files
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-06-04 Paul Stewartwpa_supplicant: Report EAP connection progress to DBus
2012-05-11 Jouni MalinenP2P: Add option for Provision Discovery before GO Negot...
2012-05-07 Jouni MalinenUpdate copyright and license notification in D-Bus...
2012-04-28 Jouni MalinenRemove unused variable if CONFIG_P2P=y is not used
2012-04-27 Jouni MalinenP2P: Add option to force SSID/passphrase for GO Negotiation
2012-04-26 Jouni MalinenP2P: Add p2p_prov_disc auto mechanism
2012-04-21 Adrien BustanyP2P: Don't rely on dictionary ordering in wpas_dbus_han...
2012-04-14 Adrien BustanyP2P: Allow wildcard service discovery from DBus API
2012-04-14 Nirav ShahP2P: Cleanup P2PDevice D-Bus interface for hostap-1...
2012-04-14 Nirav ShahP2P: Fix D-Bus property getters to default to "/" for...
2012-04-13 Jouni MalinenP2P: Add automatic GO Negotiation vs. join-a-group...
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: return NULL data for peer IEs
2012-02-25 Reinette Chatredbus: revert changes to some peer properties
2012-02-25 Jayant Sanedbus: utility to create dbus message from wpabuf array
2012-02-11 Flávio Ceolindbus: Make the P2P peer's properties accessible separately
2012-02-04 Todd PreviteP2P: Fix the setter function for DBus group properties
2012-02-04 Todd PreviteP2P: Fix DBus crash and return additional P2P group...
2012-01-29 Dmitry ShmidtLet wpa_supplicant_deinit_iface() know that process...
2012-01-29 Jouni Malinendbus: Remove unused D-Bus version defines
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
2012-01-08 Jouni MalinenP2P: Allow Device ID to be specified for p2p_find command
2012-01-01 Syam Sidhardhandbus: Fix extra semicolon
2011-12-31 Jouni Malinendbus: Increase buffer size to fix Introspect XML
2011-12-22 Jouni MalinenP2P: Replace p2p_get_peer_info with p2p_peer_known...
2011-12-18 Gustavo Sverzut... wpa_supplicant/dbus AP: Add support for WPS Internal...
2011-12-18 Reinette ChatreP2P: Make GO negotiation peer and group information...
2011-12-11 Jouni MalinenP2P: Fix 32-bit compiler warnings on service discovery...
2011-12-06 Jithu JanceP2P: Add optional "join" argument for p2p_prov_disc...
2011-11-13 Jouni MalinenRemove unnecessary include file inclusion
2011-11-13 Jouni Malinendbus: Remove unused default string for bridge_ifname
2011-11-02 Jouni Malinendbus: Fix some build combination without new D-Bus...
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 Malinendbus: Fix potential memory leak with unexpected p2p_fin...
2011-10-16 Jouni MalinenRemove unnecessary wpa_s == NULL validation
2011-10-02 Mohamed Abbasdbus: Export max scan ssids supported by driver
2011-09-21 Reinette ChatreD-Bus/P2P: Treat PIN as string
2011-09-21 Reinette ChatreD-Bus/P2P: Support all discovery types
2011-09-21 Reinette ChatreD-Bus: Fix memory leak when using array of array of...
2011-09-21 Pavel RoskinFix typos found by codespell
2011-09-08 Jouni MalinenP2P: Remove Label config method
2011-08-07 Dan Williamsdbus: Do not segfault if P2P is disabled
2011-08-07 Jouni Malinendbus: Remove separate access variable from properties
2011-08-06 Jayant SaneDBus/P2P: Return Primary and Secondary device types...
2011-07-29 Dan Williamsdbus: clean up new D-Bus interface getters and setters
2011-07-15 Jouni MalinenP2P: Remove unused SearchOnly parameter from D-Bus...
2011-07-15 Jouni MalinenP2P: Fix memory leak in D-Bus p2p_find handler
2011-07-15 Jouni MalinenP2P: Coding style cleanup
2011-07-15 Jouni MalinenP2P: Fix error path not to build error message twice
2011-07-15 Jouni MalinenP2P: Clear entry.key to avoid use of uninitialized...
2011-07-15 Jouni MalinenP2P: Coding style cleanup for D-Bus handlers
2011-07-15 Jouni MalinenP2P: Fix D-Bus error path (potential NULL pointer deref)
2011-07-15 Henry Gebhardtwpa_supplicant: Edit BINDIR in dbus and systemd service...
2011-07-15 Henry Gebhardtwpa_supplicant: Add systemd support
2011-07-12 Mikael WikströmFix non D-Bus builds by removing 'void void' in return...
2011-07-05 Michael ChangAdd dbus signal for information about server certification
2011-07-04 Paul Stewartwpa_supplicant: Respect PKG_CONFIG variable if set...
2011-07-04 Jayant SaneDBus/P2P: Rectified type of SecondaryDeviceTypes in...
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: Update listen and operating channel from P2P D-Bus
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: Add dissasoc_low_ack in P2P device properties
2011-06-23 Jayant SaneP2P: Fix P2P device signal level type in D-Bus
2011-06-23 Jayant SaneP2P: Show P2P peer signal level in D-Bus P2P device...
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 Jouni MalinenDBus: Fix some typos on comments
2011-06-12 Johannes BergDBus: Add support for P2P primitives
2011-06-12 Johannes BergDBus: Refactor array adding, add binary arrays
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 StewartAdd DBus state change notification for AuthMode property
2011-03-15 Paul Stewartdbus: Add D-Bus method for current authentication mode
2011-02-02 Johannes BergDBus: Improve error reporting
2011-02-02 Johannes BergDBus: Increase introspection buffer sizes
2011-02-02 Johannes BergDBus: Publish provisioned keys in network properties
next