device: Support already powered devices
[platform/upstream/connman.git] / src / device.c
2009-07-17 Marcel HoltmannAdd function for cleaning out stale networks
2009-07-17 Marcel HoltmannWhen scanning finished check for the auto-connect trigger
2009-07-16 Marcel HoltmannAdd support for Technologies and EnabledTechnologies...
2009-07-16 Marcel HoltmannAdd global method call to request scanning
2009-07-16 Marcel HoltmannAdd support for connecting existing services via SSID
2009-07-16 Martin XuFix stalled configuration issue with supplicant
2009-07-15 Marcel HoltmannShow Ethernet services only if carrier is set
2009-07-15 Marcel HoltmannFix missing Powered property changed signals
2009-07-13 Marcel HoltmannAdd function to retrieve control interface
2009-07-12 Marcel HoltmannFix handling of initial device powered state
2009-07-12 Marcel HoltmannSet powered variable from the global function
2009-07-12 Marcel HoltmannSet powered variable if callback returns successful
2009-07-12 Marcel HoltmannStore control interface for complex devices
2009-07-12 Marcel HoltmannRemove connman_device_get_interface() function
2009-07-11 Samuel OrtizSet hidden network group name at time of association
2009-07-11 Martin XuRemove deprecated and useless connect_known_network...
2009-07-10 Martin XuSet idle state after disconnecting device
2009-07-09 Martin XuDisconnect network before joining new network
2009-07-07 Samuel OrtizAdd checks for networks if attribute is not available
2009-07-07 Marcel HoltmannThe g_strcmp0 does the NULL pointer checking already
2009-07-07 Samuel OrtizOnly create new network if it doesn't exists
2009-07-05 Marcel HoltmannAdd function getting device disconnected state
2009-07-04 Marcel HoltmannAdd device type for Ericsson MBM hardware
2009-07-03 Marcel HoltmannFix to replace unprintable characters with a white...
2009-07-02 Samuel OrtizUse only printable characters for network name
2009-07-01 Marcel HoltmannFix async handling of device powered property
2009-07-01 Marcel HoltmannFix handling of connect/disconnect for Ethernet devices
2009-06-30 Marcel HoltmannReturn positive result if properties are already set
2009-06-29 Marcel HoltmannHook up setting of IPv4 properties
2009-06-29 Marcel HoltmannAdd IP configuration details to devices, networks and...
2009-06-29 Marcel HoltmannFirst step towards a generic IP configuration infrastru...
2009-06-29 Marcel HoltmannThe device policy is a bad idea and so remove all suppo...
2009-06-29 Marcel HoltmannAdd async handling for setting device power state
2009-06-29 Marcel HoltmannRemove handling of device properties
2009-06-26 Marcel HoltmannAdd proper service group name when connecting to hidden...
2009-06-26 Marcel HoltmannCall into device specific connect and disconnect callbacks
2009-05-20 Marcel HoltmannMake network connect function private for now
2009-05-20 Marcel HoltmannTake reference when network is connected and assigned...
2009-05-19 Marcel HoltmannDon't auto-connect to network without a name
2009-05-17 Marcel HoltmannFix broken handling of last network when disconnectiong...
2009-05-17 Marcel HoltmannRemove all usage of the Remember network property
2009-05-17 Marcel HoltmannInclude device details within the profile storage
2009-05-13 Marcel HoltmannFix service state signal emission and error handling
2009-05-01 Marcel HoltmannAdd support for marking devices as secondary
2009-04-23 Marcel HoltmannAdd functions for handling unique device identifiers
2009-04-21 Marcel HoltmannFix carrier and disconnected interaction
2009-04-21 Marcel HoltmannAdd basic handling of configuration state
2009-04-21 Marcel HoltmannReset disconnected state if carrier changes
2009-04-21 Marcel HoltmannFail connect attempt if not disconnected
2009-04-21 Marcel HoltmannAdd functions for device connect/disconnect handling
2009-04-13 Marcel HoltmannAdd error message for network and device storing failures
2009-04-06 Marcel HoltmannAdd support for handling carrier updates from devices
2009-04-05 Marcel HoltmannAdd function for getting device type
2009-04-04 Marcel HoltmannFix broken handling of ignore policy
2009-04-01 Marcel HoltmannExport device and network names via service interface
2009-04-01 Marcel HoltmannAdd function to retrieve string represenation for devic...
2009-03-26 Marcel HoltmannCheck result before overwriting WiFi.Security and WiFi...
2009-03-26 Marcel HoltmannFix parsing of network dictionary
2009-03-25 Marcel HoltmannCreate network with dummy identifier and correct type
2009-03-25 Marcel HoltmannSet device index for network to be joined
2009-03-25 Marcel HoltmannAdd support for join device driver callback
2009-03-25 Marcel HoltmannAdd skeleton for method to join networks
2009-03-25 Marcel HoltmannAdd support for device address property
2009-03-14 Marcel HoltmannDon't load last used network from configuration
2009-03-11 Marcel HoltmannAdd initial support for common property key constants
2009-03-11 Marcel HoltmannAdd fully dynamic property storage capabilities
2009-03-11 Marcel HoltmannHook up device type and offline mode notifications
2009-03-11 Marcel HoltmannAdd type for GPS based devices (just for power control)
2009-03-11 Marcel HoltmannAdd skeleton for profile/service integration
2009-03-08 Marcel HoltmannUse the network list from the hash table
2009-03-08 Marcel HoltmannFix wrong return value for device type check
2009-03-08 Marcel HoltmannMake sure only matching device probe routines are called
2009-03-08 Marcel HoltmannDon't send signals when powered state changes occur...
2009-03-08 Marcel HoltmannFix issue with network identifier lookup
2009-02-26 Marcel HoltmannFix missing include of "string.h"
2009-02-26 Marcel HoltmannConvert identifier on-demand if needed
2009-01-21 Marcel HoltmannReset scan trigger when scanning was performed
2009-01-21 Marcel HoltmannAdd support for ScanInterval property
2009-01-21 Marcel HoltmannDon't try to re-connect to networks out of range
2009-01-21 Marcel HoltmannFix network out of range detection
2009-01-21 Marcel HoltmannRemove the disconnected state once connected
2009-01-21 Marcel HoltmannAdd support for special disconnected device state
2009-01-21 Marcel HoltmannReconnecting to last selected network by default
2009-01-21 Marcel HoltmannMore simplification of property functions
2009-01-21 Marcel HoltmannAdd support for static IPv4 settings
2009-01-21 Marcel HoltmannTrack current network within device framework
2009-01-21 Marcel HoltmannAdd support for disconnecting networks first
2009-01-21 Marcel HoltmannAdd function to get device mode
2009-01-21 Marcel HoltmannVerify argument type before processing
2009-01-20 Marcel HoltmannRemove old property system
2009-01-20 Marcel HoltmannRename FlightMode to OfflineMode
2009-01-20 Marcel HoltmannRemove networks that are no longer available
2009-01-07 Marcel HoltmannAdd support for storage setup callbacks
2009-01-07 Marcel HoltmannFix wrong assignment of strength value
2009-01-07 Marcel HoltmannUse priority and strength to select known network
2009-01-06 Marcel HoltmannAdd support for different security privileges
2009-01-06 Marcel HoltmannAdd support for device priority setting
2009-01-06 Marcel HoltmannAdd support for basic flight mode implementation
2009-01-05 Marcel HoltmannAdd support for connection type property
2009-01-05 Marcel HoltmannFix typo in debug message
next