summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-26wifi: Balance scanning statesMohamed Abbas1-0/+17
2010-12-23device: Do not use the disconnected flag for auto connectionMohamed Abbas1-3/+0
2010-12-23service: Avoid autoconnect from scanMohamed Abbas1-0/+5
2010-12-13device: Reset device->connections and device->scanning on device enableMohamed Abbas1-0/+3
2010-12-13network: Keep device->connections counter in syncMohamed Abbas1-0/+2
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu1-0/+12
2010-11-29device: Support already powered up devicesSamuel Ortiz1-1/+1
2010-11-26device: Support already powered devicesLeena Gunda1-4/+9
2010-11-10device: Check for a device driver pointer before de-referencing itSamuel Ortiz1-1/+1
2010-11-08device: Do not disable technology twiceSamuel Ortiz1-5/+1
2010-11-06Remove unused device->control valueMarcel Holtmann1-7/+1
2010-11-06Remove unused connman_device_get_control functionMarcel Holtmann1-5/+0
2010-11-06Remove unused connman_device_get_name functionMarcel Holtmann1-11/+0
2010-11-05Remove unused connman_device_get_path functionMarcel Holtmann1-11/+0
2010-11-05Remove DBusConnection reference from device/network interfacesMarcel Holtmann1-8/+0
2010-11-04Remove unneeded CONNMAN_DEVICE_INTERFACEMarcel Holtmann1-304/+2
2010-11-04Remove unneeded enum connman_device_modeMarcel Holtmann1-100/+8
2010-10-26device: Save zero scan_interval valuesMatt Francomb1-3/+2
2010-10-21device: Set element driver when probing a device driverJoey Lee1-0/+2
2010-10-08device: Set blocked field depending on the technology statusSamuel Ortiz1-1/+5
2010-10-04Remove unused __connman_detect_get_blocked functionMarcel Holtmann1-3/+0
2010-10-04Remove dependency on udevMarcel Holtmann1-1/+1
2010-09-22Fix ConnMan crash while disable wifi deviceMohamed Abbas1-0/+6
2010-09-20Get device interface through the get_string() routineSamuel Ortiz1-0/+2
2010-09-09device: add connman_device_get_ident()Pekka Pessi1-1/+1
2010-09-09Remove the no longer needed security frameworkMarcel Holtmann1-8/+0
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