aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/dbus
Commit message (Expand)AuthorAgeFilesLines
* P2P: Add optional "ht40" argument for p2p_connectRajkumar Manoharan2012-09-041-1/+1
* P2P: Enable 40 MHz support for autonomous P2P group additionRajkumar Manoharan2012-09-041-2/+2
* Fix a couple memory leaksPaul Stewart2012-08-081-0/+1
* Update license notification in D-Bus interface filesJouni Malinen2012-07-0218-144/+36
* Export disconnect reason code to dbusGary Morain2012-06-304-0/+40
* Allow autoscan parameters to be changed in SCANNING stateJouni Malinen2012-06-261-0/+2
* Start autoscan for first connection attemptJouni Malinen2012-06-261-1/+1
* D-Bus: Add AutoScan interface method to set/unset autoscan parametersTomasz Bursztyka2012-06-263-0/+58
* Add automatic scanning supportTomasz Bursztyka2012-06-261-0/+4
* wpa_supplicant: Report EAP connection progress to DBusPaul Stewart2012-06-042-0/+50
* P2P: Add option for Provision Discovery before GO NegotiationJouni Malinen2012-05-111-1/+1
* Update copyright and license notification in D-Bus interace P2P filesJouni Malinen2012-05-072-17/+6
* Remove unused variable if CONFIG_P2P=y is not usedJouni Malinen2012-04-281-1/+1
* P2P: Add option to force SSID/passphrase for GO NegotiationJouni Malinen2012-04-271-1/+1
* P2P: Add p2p_prov_disc auto mechanismJouni Malinen2012-04-261-1/+2
* P2P: Don't rely on dictionary ordering in wpas_dbus_handler_p2p_add_serviceAdrien Bustany2012-04-211-40/+28
* P2P: Allow wildcard service discovery from DBus APIAdrien Bustany2012-04-141-5/+10
* P2P: Cleanup P2PDevice D-Bus interface for hostap-1 releaseNirav Shah2012-04-143-17/+17
* P2P: Fix D-Bus property getters to default to "/" for Group, PeerGONirav Shah2012-04-141-7/+14
* P2P: Add automatic GO Negotiation vs. join-a-group selectionJouni Malinen2012-04-131-1/+1
* DBus: Add ability to report probe requestsJohannes Berg2012-04-015-0/+292
* Create DBus getter/setter for ScanIntervalMukesh Agrawal2012-04-013-0/+62
* Clean up: Replace standard lib methods with os.h onesNirav Shah2012-03-314-8/+8
* dbus: Make P2P group properties accessible individuallyTodd Previte2012-03-053-99/+178
* dbus: return NULL data for peer IEsReinette Chatre2012-02-251-2/+4
* dbus: revert changes to some peer propertiesReinette Chatre2012-02-252-24/+74
* dbus: utility to create dbus message from wpabuf arrayJayant Sane2012-02-252-0/+76
* 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