aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/dbus
Commit message (Expand)AuthorAgeFilesLines
* dbus: Make the P2P peer's properties accessible separatelyFlávio Ceolin2012-02-113-74/+267
* P2P: Fix the setter function for DBus group propertiesTodd Previte2012-02-041-5/+5
* P2P: Fix DBus crash and return additional P2P group propertiesTodd Previte2012-02-041-14/+72
* Let wpa_supplicant_deinit_iface() know that process is terminatingDmitry Shmidt2012-01-292-2/+2
* dbus: Remove unused D-Bus version definesJouni Malinen2012-01-291-12/+0
* dbus: Fix endianness bug in Frequency and Signal propertiesSylvestre Gallon2012-01-281-2/+6
* dbus: Create DBus getter/setter for FastReauthPaul Stewart2012-01-283-0/+60
* dbus: Validate SSID length in new D-Bus scan requestSam Leffler2012-01-221-0/+10
* P2P: Allow Device ID to be specified for p2p_find commandJouni Malinen2012-01-081-1/+2
* dbus: Fix extra semicolonSyam Sidhardhan2012-01-011-1/+1
* dbus: Increase buffer size to fix Introspect XMLJouni Malinen2011-12-311-1/+7
* P2P: Replace p2p_get_peer_info with p2p_peer_known when applicableJouni Malinen2011-12-222-8/+7
* wpa_supplicant/dbus AP: Add support for WPS Internal RegistrarGustavo Sverzut Barbieri2011-12-181-5/+67
* P2P: Make GO negotiation peer and group information available over D-BusReinette Chatre2011-12-182-12/+97
* P2P: Fix 32-bit compiler warnings on service discovery referenceJouni Malinen2011-12-111-5/+3
* P2P: Add optional "join" argument for p2p_prov_disc commandJithu Jance2011-12-061-1/+1
* Remove unnecessary include file inclusionJouni Malinen2011-11-133-3/+0
* dbus: Remove unused default string for bridge_ifnameJouni Malinen2011-11-131-3/+1
* dbus: Fix some build combination without new D-Bus interfaceJouni Malinen2011-11-021-2/+1
* Implement control request replies for the D-Bus interfaceDan Williams2011-10-304-1/+78
* dbus: Implement EAP SM control request signalsDan Williams2011-10-303-1/+82
* dbus: Raise PropertiesChanged on org.freedesktop.DBus.PropertiesDaniel Drake2011-10-292-4/+83
* dbus: Removed unused local variableGrant Erickson2011-10-231-8/+0
* dbus: Fix potential memory leak with unexpected p2p_find callsJouni Malinen2011-10-161-0/+1
* Remove unnecessary wpa_s == NULL validationJouni Malinen2011-10-161-2/+1
* dbus: Export max scan ssids supported by driverMohamed Abbas2011-10-021-0/+8
* D-Bus/P2P: Treat PIN as stringReinette Chatre2011-09-222-3/+7
* D-Bus/P2P: Support all discovery typesReinette Chatre2011-09-221-1/+10
* D-Bus: Fix memory leak when using array of array of bytesReinette Chatre2011-09-221-5/+5
* Fix typos found by codespellPavel Roskin2011-09-222-6/+6
* P2P: Remove Label config methodJouni Malinen2011-09-081-4/+1
* dbus: Do not segfault if P2P is disabledDan Williams2011-08-071-0/+44
* dbus: Remove separate access variable from propertiesJouni Malinen2011-08-074-90/+62
* DBus/P2P: Return Primary and Secondary device types as bytesJayant Sane2011-08-061-45/+25
* dbus: clean up new D-Bus interface getters and settersDan Williams2011-07-2911-1368/+1371
* P2P: Remove unused SearchOnly parameter from D-Bus p2p_findJouni Malinen2011-07-151-4/+0
* P2P: Fix memory leak in D-Bus p2p_find handlerJouni Malinen2011-07-151-1/+2
* P2P: Coding style cleanupJouni Malinen2011-07-151-7/+6
* P2P: Fix error path not to build error message twiceJouni Malinen2011-07-151-3/+1
* P2P: Clear entry.key to avoid use of uninitialized value on error pathJouni Malinen2011-07-151-0/+3
* P2P: Coding style cleanup for D-Bus handlersJouni Malinen2011-07-151-168/+184
* P2P: Fix D-Bus error path (potential NULL pointer deref)Jouni Malinen2011-07-151-5/+9
* wpa_supplicant: Edit BINDIR in dbus and systemd service filesHenry Gebhardt2011-07-152-2/+2
* wpa_supplicant: Add systemd supportHenry Gebhardt2011-07-152-0/+2
* Fix non D-Bus builds by removing 'void void' in return valueMikael Wikström2011-07-121-1/+1
* Add dbus signal for information about server certificationMichael Chang2011-07-054-0/+131
* wpa_supplicant: Respect PKG_CONFIG variable if set in the environmentPaul Stewart2011-07-041-3/+4
* DBus/P2P: Rectified type of SecondaryDeviceTypes in device property GetJayant Sane2011-07-041-11/+23
* 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