Add default Motorola SSID to the mix
[connman] / plugins / supplicant.c
2009-06-02 Marcel HoltmannAdd default Motorola SSID to the mix
2009-05-28 Marcel HoltmannHandle the case when adding a new interface fails
2009-05-27 Marcel HoltmannFix comparison with invalid supplicant interface path
2009-05-21 Marcel HoltmannAdd helper for setting network address and use it
2009-05-21 Marcel HoltmannUse new helpers for network name and signal strength
2009-05-21 Marcel HoltmannExport and use more generic INET helpers
2009-05-20 Marcel HoltmannAdd option for selecting WiFi/Supplicant driver from...
2009-05-20 Marcel HoltmannAdd some more detailed grouping for 3Com's default...
2009-05-19 Marcel HoltmannFall back to using level value when quality is not...
2009-05-19 Marcel HoltmannAdd driver property when adding new interface
2009-05-19 Marcel HoltmannFill WiFi channel property with correct values
2009-05-19 Marcel HoltmannHandle special case when driver reports channel instead...
2009-05-19 Marcel HoltmannAdd basic support for WiFi channel property
2009-05-19 Marcel HoltmannMove calculation of signal strengh into a function
2009-05-19 Marcel HoltmannAdd frequency property to network objects
2009-05-19 Marcel HoltmannAvoid setting of network properties twice
2009-05-19 Marcel HoltmannFix broken network group name handling
2009-05-17 Marcel HoltmannUse a more detailed list of special/default SSIDs
2009-05-17 Marcel HoltmannHandle the special "<hidden>" SSID case from old IEEE80...
2009-05-17 Marcel HoltmannMark access points with "dlink" SSID as unique
2009-05-17 Marcel HoltmannUse "RSN" instead of "WPA2" for the security details
2009-05-17 Marcel HoltmannMark access points with "linksys" SSID as unique
2009-05-15 Marcel HoltmannAdd hidden networks to the service list
2009-05-13 Marcel HoltmannFix service state signal emission and error handling
2009-05-04 Marcel HoltmannMake sure interface is down after wpa_supplicant releas...
2009-04-22 Marcel HoltmannHandle errors with DBusPendingCall and lost connection
2009-04-05 Marcel HoltmannLet the core handle the service prefix/namespace
2009-04-04 Marcel HoltmannWork around issue with missing properties before networ...
2009-04-04 Marcel HoltmannFix group name setting for new networks
2009-04-01 Marcel HoltmannSet an unqiue group name based on SSID, mode and securi...
2009-03-26 Marcel HoltmannAlways add SSID value to network configuration
2009-03-26 Marcel HoltmannOnly add network name if it is actually present
2009-03-26 Marcel HoltmannFix setting of scan_ssid for hidden networks
2009-03-26 Marcel HoltmannSet SSID and BSSID if both information are available
2009-03-26 Marcel HoltmannUse BSSID for network connection if possible
2009-03-26 Marcel HoltmannSet AP scanning and make network available
2009-03-26 Marcel HoltmannAdd support for BSSID and WPS IE extraction
2009-03-14 Marcel HoltmannFix crash when unplugging WiFi devices
2009-02-26 Marcel HoltmannConvert identifier on-demand if needed
2009-01-21 Marcel HoltmannSwitch network to disconnected on removal
2009-01-07 Marcel HoltmannAdd support for setting network availability
2009-01-06 Marcel HoltmannFix handling of WiFi scanning state
2009-01-05 Marcel HoltmannHandle scanning status and connecting
2009-01-05 Marcel HoltmannFix problem with wpa_supplicant disconnect
2009-01-05 Marcel HoltmannFix WiFi connection handling
2009-01-05 Marcel HoltmannFix coding style issue
2009-01-05 Marcel HoltmannRemove shadowed variables
2009-01-05 Marcel HoltmannAdd support for connecting WiFi networks
2009-01-05 Marcel HoltmannDetect changes in WiFi security setting
2009-01-04 Marcel HoltmannUpdate WiFi plugin for new network helper functions
2009-01-04 Marcel HoltmannFix typo in state parsing
2009-01-04 Marcel HoltmannFix error messages for interface replies
2009-01-04 Marcel HoltmannUse async creation and removal for supplicant interfaces
2009-01-04 Marcel HoltmannAdd callbacks to supplicant driver
2009-01-04 Marcel HoltmannUse global supplicant filter matching rule
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