Add basics for a supplicant driver and use it
[connman] / plugins / supplicant.c
2009-01-04 Marcel HoltmannAdd basics for a supplicant driver and use it
2009-01-01 Marcel HoltmannUpdate copyright information
2008-12-30 Marcel HoltmannAdd CONNMAN_API_SUBJECT_TO_CHANGE definition
2008-12-28 Marcel HoltmannAdd missing includes
2008-12-26 Marcel HoltmannConvert WiFi device handling to generic driver
2008-12-21 Marcel HoltmannAdd support for exporting the WiFi network mode
2008-12-18 Marcel HoltmannActivate wpa_supplicant if needed
2008-12-12 Marcel HoltmannAdd callback to invalidate old results
2008-12-05 Marcel HoltmannConvert hex WEP key string into binary
2008-12-03 Marcel HoltmannSet the correct key management for WEP protected networks
2008-12-03 Marcel HoltmannPropagate WiFi.Security information properly
2008-12-02 Marcel HoltmannExtract all properties from scan result
2008-12-02 Marcel HoltmannRemove usage of GStaticMutex since it causes compiler...
2008-10-17 Marcel HoltmannAdd watch for monitoring wpa_supplicant
2008-10-17 Marcel HoltmannMake use of generic D-Bus helpers
2008-10-16 Marcel HoltmannFix handling of WiFi SSID values
2008-10-16 Marcel HoltmannAssign supplicant filter only once
2008-09-01 Marcel HoltmannUse INET helpers for setting the interface name
2008-07-30 Marcel HoltmannUse async D-Bus calls and support state change callback
2008-07-03 Marcel HoltmannRewrite supplicant support for new element infrastructure
2008-04-13 Marcel HoltmannUpdate copyright information
2008-04-04 Marcel HoltmannGive wpa_supplicant more hints on what is going on
2008-03-28 Marcel HoltmannRemove filter on device removal
2008-03-24 Marcel HoltmannFix handling of networks without security
2008-03-12 Marcel HoltmannChange 802.11 plugin to use D-Bus interface of supplicant
2008-02-26 Marcel HoltmannAdd supplicant disconnect function
2008-01-14 Marcel HoltmannAdd more detailed interface state machine
2008-01-14 Marcel HoltmannHandle return values of system calls
2008-01-11 Marcel HoltmannFix IO handling for the control channel
2008-01-09 Marcel HoltmannFix shutdown procedure
2008-01-08 Marcel HoltmannUpdate interface constants and definitions
2008-01-03 Marcel HoltmannAdd methods for setting 802.11 network name and passphrase
2008-01-01 Marcel HoltmannAdd experimental supplicant support
2007-12-25 Marcel HoltmannAdd skeleton for supplicant infrastructure