aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/dbus/dbus_new.c
Commit message (Expand)AuthorAgeFilesLines
* dbus: Make the P2P peer's properties accessible separatelyFlávio Ceolin2012-02-111-2/+30
* dbus: Create DBus getter/setter for FastReauthPaul Stewart2012-01-281-0/+4
* P2P: Replace p2p_get_peer_info with p2p_peer_known when applicableJouni Malinen2011-12-221-3/+3
* P2P: Make GO negotiation peer and group information available over D-BusReinette Chatre2011-12-181-10/+93
* Remove unnecessary include file inclusionJouni Malinen2011-11-131-1/+0
* Implement control request replies for the D-Bus interfaceDan Williams2011-10-301-0/+9
* dbus: Implement EAP SM control request signalsDan Williams2011-10-301-0/+70
* dbus: Raise PropertiesChanged on org.freedesktop.DBus.PropertiesDaniel Drake2011-10-291-0/+5
* dbus: Removed unused local variableGrant Erickson2011-10-231-8/+0
* Remove unnecessary wpa_s == NULL validationJouni Malinen2011-10-161-2/+1
* D-Bus/P2P: Treat PIN as stringReinette Chatre2011-09-221-1/+1
* Fix typos found by codespellPavel Roskin2011-09-221-1/+1
* dbus: Remove separate access variable from propertiesJouni Malinen2011-08-071-79/+54
* dbus: clean up new D-Bus interface getters and settersDan Williams2011-07-291-106/+80
* Add dbus signal for information about server certificationMichael Chang2011-07-051-0/+54
* DBus/P2P: Adding decl for PersistentGroupRemoved signalJayant Sane2011-07-041-0/+6
* Fix D-Bus build without CONFIG_P2P=yJouni Malinen2011-06-271-0/+4
* P2P: Add WpsFailed signal in P2P D-BusJayant Sane2011-06-251-0/+51
* P2P: More complete persistent group management over D-BusJayant Sane2011-06-241-4/+27
* P2P: Update D-Bus network object semantics during group formationJayant Sane2011-06-231-0/+260
* DBus: Fix some typos on commentsJouni Malinen2011-06-121-4/+4
* DBus: Add support for P2P primitivesJohannes Berg2011-06-121-0/+1352
* dbus: Add support to get/set the country codeSam Leffler2011-04-051-0/+5
* wpa_supplicant: Parameterize BSS table expiration age + countSam Leffler2011-03-201-0/+10
* dbus: Add RemoveAllNetworks to the new D-Bus APISam Leffler2011-03-201-0/+6
* dbus: Add D-Bus methods to flush the BSS cacheSam Leffler2011-03-201-0/+7
* Add DBus state change notification for AuthMode propertyPaul Stewart2011-03-151-0/+5
* dbus: Add D-Bus method for current authentication modePaul Stewart2011-03-151-0/+4
* dbus: Emit property changed events when adding/removing BSSesDan Williams2010-12-171-0/+6
* Skip D-Bus signals if the dbus_path is not yet setJouni Malinen2010-05-231-0/+3
* dbus: Change WPA/RSNIE byte array props to dictsWitold Sowa2010-01-161-12/+12
* dbus: Change BSS, Network and some errors interface namesWitold Sowa2010-01-091-14/+14
* dbus: Do not try to unregister not-yet-registered network objectJouni Malinen2010-01-061-1/+2
* dbus: Add BSS property change notificationsWitold Sowa2010-01-061-0/+56
* dbus: Fix prop_changed_flags allocation to count properties correctlyJouni Malinen2010-01-061-1/+1
* dbus: Aggregate PropertiesChanged signalsWitold Sowa2010-01-041-27/+24
* dbus: Change BSS property MaxRate to RatesWitold Sowa2010-01-041-2/+2
* dbus: Replace StateChanged with PropertiesChanged signalMarcel Holtmann2010-01-041-76/+4
* dbus: Use simple strings for debug levelMarcel Holtmann2010-01-041-1/+1
* dbus: Use free_dbus_object_desc() consistently to free object descriptorJouni Malinen2010-01-031-7/+5
* dbus: Remove duplication of object methods/signals/propertiesJouni Malinen2010-01-031-58/+16
* dbus: Use stack for temporary object pathJouni Malinen2010-01-021-30/+5
* dbus: Cleaned up signal message construction functionsJouni Malinen2010-01-021-232/+164
* dbus: Remove perror() callsJouni Malinen2010-01-011-39/+9
* dbus: Clean up dbus_path/dbus_new_path useJouni Malinen2010-01-011-118/+31
* dbus: Get rid of unnecessary string duplication in dbus_pathJouni Malinen2010-01-011-33/+10
* dbus: Remove wpas_dbus_callbacks abstractionJouni Malinen2010-01-011-82/+32
* dbus: Divide DebugParams property to three separate propertiesWitold Sowa2010-01-011-9/+57
* dbus: Rename InterfaceCreated to InterfaceAddedWitold Sowa2010-01-011-5/+5
* dbus: Add second properties arg to *Added signalsWitold Sowa2010-01-011-29/+96