summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-21device: Fix an inbalance ref/unref of network objectsDaniel Wagner1-0/+2
2011-06-21device: Do not return error for unhandled devicesdaniel.wagner@bmw-carit.de1-1/+1
2011-06-16element: Remove element.cDaniel Wagner1-2/+1
2011-06-16element: Remove network codeDaniel Wagner1-11/+3
2011-06-07element: Remove device codeDaniel Wagner1-109/+257
2011-05-31device: Include Reason in Disconnect Skip WarningGrant Erickson1-1/+1
2011-05-31device: Do not use connman_element_set/get_string()Daniel Wagner1-2/+4
2011-05-31device: Handle connman_device_set/get_string(dev, "Path", ...) directlyDaniel Wagner1-0/+7
2011-05-31element: Remove IPv4Daniel Wagner1-2/+0
2011-04-04configuration: Rename configuration to settingSamuel Ortiz1-1/+1
2011-04-02device: Set scan interval to 0 if background scaniing is disabledSamuel Ortiz1-1/+7
2011-04-01device: No need to save the scan intervalSamuel Ortiz1-10/+0
2011-04-01device: Reorder the scan_interval setting switchSamuel Ortiz1-15/+5
2011-03-02network: Export connman_network_get_connecting() to pluginsHenri Bragge1-1/+1
2011-02-18device: Initial scan delays exponential backoffSamuel Ortiz1-1/+22
2011-02-16technology: Rename __connman_technology_[enable|disable]_deviceAlok Barsode1-4/+11
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