aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/dbus
Commit message (Expand)AuthorAgeFilesLines
* P2P: Set Device Password ID in WPS M1/M2 per new rulesJouni Malinen2010-09-092-3/+6
* P2P: Let WPS code know if it is used in a P2P groupJouni Malinen2010-09-092-6/+6
* dbus: Verify WPA/RSN IE parser result before returning dataJouni Malinen2010-09-041-4/+10
* dbus: Deauthenticate instead of disassociate on disconnect commandJouni Malinen2010-08-182-4/+7
* Skip D-Bus signals if the dbus_path is not yet setJouni Malinen2010-05-232-0/+6
* dbus: Add new KeyMgmt interface capabilitiesWitold Sowa2010-04-111-0/+24
* Update priority list after priority changeDmitry Shmidt2010-03-062-2/+9
* dbus: Change WPA/RSNIE byte array props to dictsWitold Sowa2010-01-164-56/+167
* dbus: Fix value of BSS Privacy propertyMarcel Holtmann2010-01-101-1/+1
* dbus: Change BSS, Network and some errors interface namesWitold Sowa2010-01-092-21/+21
* dbus: Do not try to unregister not-yet-registered network objectJouni Malinen2010-01-061-1/+2
* dbus: Add BSS property change notificationsWitold Sowa2010-01-062-0/+76
* dbus: Fix crash on property change if D-Bus API is disabledJouni Malinen2010-01-061-0/+3
* dbus: Fix prop_changed_flags allocation to count properties correctlyJouni Malinen2010-01-061-1/+1
* dbus: Fix flush_object_timeout_handler context to be consistentJouni Malinen2010-01-061-8/+14
* dbus: Aggregate PropertiesChanged signalsWitold Sowa2010-01-044-95/+262
* dbus: Change BSS property MaxRate to RatesWitold Sowa2010-01-043-13/+42
* dbus: Replace StateChanged with PropertiesChanged signalMarcel Holtmann2010-01-042-79/+5
* dbus: Use simple strings for debug levelMarcel Holtmann2010-01-042-11/+29
* Move wpa_supplicant specific scan code away from src/driversJouni Malinen2010-01-032-0/+2
* 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-034-506/+77
* dbus: Use stack for temporary object pathJouni Malinen2010-01-023-64/+12
* Maintain a pointer to the current BSS table entryJouni Malinen2010-01-021-7/+2
* dbus: Use BSS table instead of raw scan results in older APIJouni Malinen2010-01-023-73/+39
* Only expire scanned BSSes based on new scan resultsJouni Malinen2010-01-022-2/+2
* dbus: Cleaned up signal message construction functionsJouni Malinen2010-01-022-290/+194
* dbus: Simplify _wpa_dbus_dict_fill_value_from_variant() a bitJouni Malinen2010-01-021-64/+29
* dbus: Share the same function for type to type-as-string conversionJouni Malinen2010-01-023-35/+6
* dbus: Use common code for checking key parameterJouni Malinen2010-01-021-22/+6
* dbus: Fix WPS ProcessCredentials property setter to use BooleanJouni Malinen2010-01-011-1/+1
* dbus: Add debug printing on property setter type mismatchesJouni Malinen2010-01-011-0/+2
* dbus: Split wpas_dbus_handler_wps_start() into helper functionsJouni Malinen2010-01-011-116/+178
* dbus: Fix a typo in function name (invald -> invalid)Jouni Malinen2010-01-013-46/+46
* dbus: Fix init-failure-detectionJouni Malinen2010-01-011-1/+1
* dbus: Cleaned up initialization and integration with eloopJouni Malinen2010-01-011-82/+33
* dbus: Remove perror() callsJouni Malinen2010-01-018-379/+144
* dbus: Clean up dbus_path/dbus_new_path useJouni Malinen2010-01-017-222/+58
* dbus: Get rid of unnecessary string duplication in dbus_pathJouni Malinen2010-01-013-68/+17
* dbus: Remove wpas_dbus_callbacks abstractionJouni Malinen2010-01-012-137/+166
* dbus: Do not include libdbus dbus/dbus.h into dbus_{old,new}.hJouni Malinen2010-01-016-7/+4
* dbus: Move the SIGPOLL FreeBSD compat code into dbus_common.cJouni Malinen2010-01-013-20/+11
* dbus: Get rid of unused static inline functionsJouni Malinen2010-01-011-11/+0
* dbus: Optimize introspection to use single pass for interfacesJouni Malinen2010-01-011-124/+76
* dbus: Get rid of libxml2 dependency with introspectionJouni Malinen2010-01-011-321/+236
* dbus: Split extract_interfaces() into helper functionsJouni Malinen2010-01-011-45/+55
* dbus: Cleanup and fix loopsJouni Malinen2010-01-011-68/+24
* dbus: Use strdup instead of malloc+strncpyJouni Malinen2010-01-012-50/+17
* dbus: Move introspection support into a separate fileJouni Malinen2010-01-014-527/+531
* dbus: Remove unnecessary ifdef CONFIG_CTRL_IFACE_DBUS_NEWJouni Malinen2010-01-011-14/+0