index
:
external_wpa_supplicant_8_ti.git
master
external wpa supplicant 8 ti
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wpa_supplicant
/
dbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
P2P: Set Device Password ID in WPS M1/M2 per new rules
Jouni Malinen
2010-09-09
2
-3
/
+6
*
P2P: Let WPS code know if it is used in a P2P group
Jouni Malinen
2010-09-09
2
-6
/
+6
*
dbus: Verify WPA/RSN IE parser result before returning data
Jouni Malinen
2010-09-04
1
-4
/
+10
*
dbus: Deauthenticate instead of disassociate on disconnect command
Jouni Malinen
2010-08-18
2
-4
/
+7
*
Skip D-Bus signals if the dbus_path is not yet set
Jouni Malinen
2010-05-23
2
-0
/
+6
*
dbus: Add new KeyMgmt interface capabilities
Witold Sowa
2010-04-11
1
-0
/
+24
*
Update priority list after priority change
Dmitry Shmidt
2010-03-06
2
-2
/
+9
*
dbus: Change WPA/RSNIE byte array props to dicts
Witold Sowa
2010-01-16
4
-56
/
+167
*
dbus: Fix value of BSS Privacy property
Marcel Holtmann
2010-01-10
1
-1
/
+1
*
dbus: Change BSS, Network and some errors interface names
Witold Sowa
2010-01-09
2
-21
/
+21
*
dbus: Do not try to unregister not-yet-registered network object
Jouni Malinen
2010-01-06
1
-1
/
+2
*
dbus: Add BSS property change notifications
Witold Sowa
2010-01-06
2
-0
/
+76
*
dbus: Fix crash on property change if D-Bus API is disabled
Jouni Malinen
2010-01-06
1
-0
/
+3
*
dbus: Fix prop_changed_flags allocation to count properties correctly
Jouni Malinen
2010-01-06
1
-1
/
+1
*
dbus: Fix flush_object_timeout_handler context to be consistent
Jouni Malinen
2010-01-06
1
-8
/
+14
*
dbus: Aggregate PropertiesChanged signals
Witold Sowa
2010-01-04
4
-95
/
+262
*
dbus: Change BSS property MaxRate to Rates
Witold Sowa
2010-01-04
3
-13
/
+42
*
dbus: Replace StateChanged with PropertiesChanged signal
Marcel Holtmann
2010-01-04
2
-79
/
+5
*
dbus: Use simple strings for debug level
Marcel Holtmann
2010-01-04
2
-11
/
+29
*
Move wpa_supplicant specific scan code away from src/drivers
Jouni Malinen
2010-01-03
2
-0
/
+2
*
dbus: Use free_dbus_object_desc() consistently to free object descriptor
Jouni Malinen
2010-01-03
1
-7
/
+5
*
dbus: Remove duplication of object methods/signals/properties
Jouni Malinen
2010-01-03
4
-506
/
+77
*
dbus: Use stack for temporary object path
Jouni Malinen
2010-01-02
3
-64
/
+12
*
Maintain a pointer to the current BSS table entry
Jouni Malinen
2010-01-02
1
-7
/
+2
*
dbus: Use BSS table instead of raw scan results in older API
Jouni Malinen
2010-01-02
3
-73
/
+39
*
Only expire scanned BSSes based on new scan results
Jouni Malinen
2010-01-02
2
-2
/
+2
*
dbus: Cleaned up signal message construction functions
Jouni Malinen
2010-01-02
2
-290
/
+194
*
dbus: Simplify _wpa_dbus_dict_fill_value_from_variant() a bit
Jouni Malinen
2010-01-02
1
-64
/
+29
*
dbus: Share the same function for type to type-as-string conversion
Jouni Malinen
2010-01-02
3
-35
/
+6
*
dbus: Use common code for checking key parameter
Jouni Malinen
2010-01-02
1
-22
/
+6
*
dbus: Fix WPS ProcessCredentials property setter to use Boolean
Jouni Malinen
2010-01-01
1
-1
/
+1
*
dbus: Add debug printing on property setter type mismatches
Jouni Malinen
2010-01-01
1
-0
/
+2
*
dbus: Split wpas_dbus_handler_wps_start() into helper functions
Jouni Malinen
2010-01-01
1
-116
/
+178
*
dbus: Fix a typo in function name (invald -> invalid)
Jouni Malinen
2010-01-01
3
-46
/
+46
*
dbus: Fix init-failure-detection
Jouni Malinen
2010-01-01
1
-1
/
+1
*
dbus: Cleaned up initialization and integration with eloop
Jouni Malinen
2010-01-01
1
-82
/
+33
*
dbus: Remove perror() calls
Jouni Malinen
2010-01-01
8
-379
/
+144
*
dbus: Clean up dbus_path/dbus_new_path use
Jouni Malinen
2010-01-01
7
-222
/
+58
*
dbus: Get rid of unnecessary string duplication in dbus_path
Jouni Malinen
2010-01-01
3
-68
/
+17
*
dbus: Remove wpas_dbus_callbacks abstraction
Jouni Malinen
2010-01-01
2
-137
/
+166
*
dbus: Do not include libdbus dbus/dbus.h into dbus_{old,new}.h
Jouni Malinen
2010-01-01
6
-7
/
+4
*
dbus: Move the SIGPOLL FreeBSD compat code into dbus_common.c
Jouni Malinen
2010-01-01
3
-20
/
+11
*
dbus: Get rid of unused static inline functions
Jouni Malinen
2010-01-01
1
-11
/
+0
*
dbus: Optimize introspection to use single pass for interfaces
Jouni Malinen
2010-01-01
1
-124
/
+76
*
dbus: Get rid of libxml2 dependency with introspection
Jouni Malinen
2010-01-01
1
-321
/
+236
*
dbus: Split extract_interfaces() into helper functions
Jouni Malinen
2010-01-01
1
-45
/
+55
*
dbus: Cleanup and fix loops
Jouni Malinen
2010-01-01
1
-68
/
+24
*
dbus: Use strdup instead of malloc+strncpy
Jouni Malinen
2010-01-01
2
-50
/
+17
*
dbus: Move introspection support into a separate file
Jouni Malinen
2010-01-01
4
-527
/
+531
*
dbus: Remove unnecessary ifdef CONFIG_CTRL_IFACE_DBUS_NEW
Jouni Malinen
2010-01-01
1
-14
/
+0
[next]