summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-23device: Removing emulated background scanningTomasz Bursztyka1-103/+0
2012-04-23device: Remove the scheduled scan methodTomasz Bursztyka1-5/+0
2012-04-17device: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2012-02-04device: Notify technology when a scan has started or stoppedPatrik Flykt1-0/+4
2012-02-04device: Return success if scan succeeded for at least one devicePatrik Flykt1-5/+11
2012-02-04device: Return -EOPNOTSUPP if the device does not support scanningPatrik Flykt1-1/+1
2012-01-24device: Add caller information to ref/unref debug prints.Jukka Rissanen1-3/+9
2012-01-05device: Disconnect service when disabling deviceJukka Rissanen1-2/+9
2011-12-12device: Add function for requesting a hidden scanPatrik Flykt1-0/+17
2011-11-10core: Use gcc atomics instead glib's onesDaniel Wagner1-3/+3
2011-10-31device: Cancel pending trigger when device is removedDaniel Wagner1-5/+10
2011-10-06device: Disconnect a connected network before disabling the deviceAlok Barsode1-0/+3
2011-10-06device: Remove connections counterDanny Jeongseok Seo1-23/+4
2011-10-06device: Remove redundant connection numbers checkDanny Jeongseok Seo1-3/+0
2011-09-13wifi: Add support to multi scan typeMohamed Abbas1-1/+3
2011-09-12device: Remove device_probe and device_removeSamuel Ortiz1-23/+13
2011-09-12device: Set PENDING_DISABLE on device disablePatrik Flykt1-0/+1
2011-09-12device: Simplify device_pending_reset()Patrik Flykt1-5/+2
2011-08-25device: Remove power pending timeout iff there is a pending requestSamuel Ortiz1-3/+6
2011-08-25device: Remove device persistent codeAlok Barsode1-98/+1
2011-08-25device: Remove caching of offlinemode in device structureAlok Barsode1-6/+0
2011-08-25technology: Remove blocked variables and associated functionsAlok Barsode1-63/+3
2011-08-25technology: Redo offlinemode logicAlok Barsode1-43/+0
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