summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-25device: Redo pending power request logicAlok Barsode1-57/+92
2011-08-25device: Update profile in enable_persistent callbackAlok Barsode1-13/+1
2011-08-25technology: Refactor enable/disable APIsAlok Barsode1-61/+4
2011-08-24device: Device scan function made privateJukka Rissanen1-2/+2
2011-08-04service: Remove __connman_service_reset_from_networks()Daniel Wagner1-9/+1
2011-08-03device: Free network after resetting serviceSamuel Ortiz1-1/+3
2011-07-26device: Reorder cleanupDaniel Wagner1-2/+2
2011-07-26device: Change signature of connman_device_remove_network()Daniel Wagner1-4/+4
2011-07-26device: Remove needless call to __connman_network_set_device()Daniel Wagner1-2/+0
2011-07-26network: Remove connman_network_register/unregister()Daniel Wagner1-3/+2
2011-07-26service: Update network pointer in serviceDaniel Wagner1-0/+6
2011-07-26device: Fix a inbalance of ref/unref of network objectsDaniel Wagner1-4/+1
2011-07-08device: Ignore dummy networking devicesSamuel Ortiz1-0/+5
2011-07-07device: Get service type from __connman_device_find_deviceSamuel Ortiz1-1/+1
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