summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-16Remove supplicant and device scanning state cleaningSamuel Ortiz1-18/+0
2010-04-09Reset connman_network device pointer when it is no longer referencedSamuel Ortiz1-2/+3
2010-03-24Enable/Disable device when toggling the powered stateSamuel Ortiz1-0/+5
2010-03-23Set network->device as NULL when the device is removedMartin Xu1-0/+2
2010-03-07Remove unneeded plugin for Ericsson MBM supportMarcel Holtmann1-4/+0
2010-03-07Remove unneeded plugin for Option HSO supportMarcel Holtmann1-4/+0
2010-01-26Handle enabled/disabled cases for technology interfaceMarcel Holtmann1-26/+6
2010-01-25Add support for technology interfaceMarcel Holtmann1-11/+4
2010-01-18Check RFKILL block state before enable the deviceMartin Xu1-0/+3
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-19Rename D-Bus helper function for variable arraysMarcel Holtmann1-1/+1
2009-12-19Make use of property changed helper for arraysMarcel Holtmann1-12/+2
2009-12-19Use D-Bus property helpers for network list detailsMarcel Holtmann1-21/+6
2009-12-19Add user data argument to D-Bus array property helpersMarcel Holtmann1-1/+1
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-7/+7
2009-12-19Add user data to D-Bus helper function callbacksMarcel Holtmann1-1/+1
2009-12-19Use helper for basic property changed signalsMarcel Holtmann1-27/+5
2009-12-19Use new D-Bus helpers wherever possibleMarcel Holtmann1-50/+14
2009-12-19Add helper function to retrieve list of devicesMarcel Holtmann1-0/+5
2009-12-14Add generic suffix handling to storage helpersMarcel Holtmann1-4/+4
2009-12-07Remove unused secondary feature of devices and networksMarcel Holtmann1-29/+3
2009-12-06Remove unused device typesMarcel Holtmann1-16/+4
2009-12-06Remove unused device specific connect/disconnect callbacksMarcel Holtmann1-16/+0
2009-11-30Add workaround for DHCP startup failures with WiFi networksSam Leffler1-0/+16
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann1-186/+3
2009-11-26Add device function for scheduling a scanMarcel Holtmann1-0/+5
2009-11-23Add function connman_device_remove_all_networksMartin Xu1-0/+5
2009-11-23Add device type CONNMAN_DEVICE_TYPE_CELLULARMartin Xu1-0/+4
2009-11-20Clear scan trigger in device_destruct functionHaibo Zhu1-0/+2
2009-10-27Set reconnect to FALSE when power off or disabling the deviceMartin Xu1-0/+4
2009-10-27Add device reconnect state and its helper functionsMartin Xu1-0/+13
2009-09-22Add function connman_device_cleanup_scanning()Martin Xu1-0/+18
2009-09-22Add internal helper scanning_changed functionMartin Xu1-19/+25
2009-09-13Add extra message for RFKILL block/unblock state changesMarcel Holtmann1-0/+2
2009-09-13Fix issue with missing scanning after disconnectMarcel Holtmann1-0/+13
2009-09-06Set powered_pending to TRUE during setup to fix race with RFKILLMarcel Holtmann1-2/+4
2009-08-23Add support for cloning IP configurationsMarcel Holtmann1-41/+0
2009-08-11Add callbacks for IP bound and release eventsMarcel Holtmann1-1/+13
2009-08-10Use ignore method for unconfigured IP devicesMarcel Holtmann1-1/+1
2009-08-10Add more detailed tracking of IP devicesMarcel Holtmann1-3/+36
2009-08-08Track IP configuration based on RTNL interface listMarcel Holtmann1-3/+3
2009-08-08Create IP configuration based on the interface indexMarcel Holtmann1-5/+5
2009-08-07Add initial steps for IPv4 monitoring via RTNLMarcel Holtmann1-7/+12
2009-08-04Add support for creating, modifying and removing profilesMarcel Holtmann1-6/+10
2009-07-23Fix availability listing for devices without attached driversMarcel Holtmann1-10/+9
2009-07-23Fix signals for connected and default technologiesMarcel Holtmann1-15/+0
2009-07-23Fix device power state changes tracking with RFKILL notificationsMarcel Holtmann1-5/+13
2009-07-23Fix rearming the scan trigger if a device got disabledMarcel Holtmann1-1/+10
2009-07-22Store the current blocked state internallyMarcel Holtmann1-0/+6
2009-07-22Add support for RFKILL changes of the WiFi subsystemMarcel Holtmann1-0/+32