summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-08Set the devices offline mode to FALSE when setting the Powered propertySamuel Ortiz1-1/+8
2010-08-28device: remove stale pointer from networkPekka Pessi1-0/+2
2010-08-28Ingnore the offline operation of the blocked deviceMartin Xu1-0/+3
2010-08-16Save profile when enabling device while in offline modeSamuel Ortiz1-1/+4
2010-08-13Disable technology when removing deviceSamuel Ortiz1-1/+5
2010-08-12Device is not offline when enabled succeeds or is in progressSamuel Ortiz1-4/+2
2010-08-09Add BLOCKED technology stateSamuel Ortiz1-0/+5
2010-08-09Export devices blocked statusSamuel Ortiz1-0/+12
2010-08-06Disable offline devices upon device_set_connected(TRUE) callsSamuel Ortiz1-1/+8
2010-08-06If device is powered, set powered_pending from device_set_poweredYingan Deng1-1/+3
2010-08-03Do not try to enable a device if it's rfkill blockedSamuel Ortiz1-0/+3
2010-08-03Toggle the powered_pending device flag only if driver op succeedsSamuel Ortiz1-6/+10
2010-08-03Use __connman_device_[enable|disable] from set_poweredSamuel Ortiz1-91/+52
2010-08-03Toggle offline mode only if device enablement succeedsYing An Deng1-4/+10
2010-07-29Disable offline mode when enabling a technology from offline modeSamuel Ortiz1-0/+3
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