summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13wifi: Add support to multi scan typeMohamed Abbas1-0/+1
Allow multi scan type for fast connect. Scanning request removed from interface_added() because it is already called in connman_device_set_powered() so no need to call it again immediately (fix by Jukka Rissanen <jukka.rissanen@linux.intel.com>)
2011-09-13storage: Export service loading functionJukka Rissanen1-0/+1
2011-09-13storage: Add services getterJukka Rissanen1-0/+37
2011-09-12location: Deleted location support and portal pluginTomasz Bursztyka1-78/+0
2011-08-25storage: remove storage module frameworkAlok Barsode1-58/+0
2011-08-25storage: Remove technology state load/save methods from storage moduleAlok Barsode1-2/+0
2011-08-25profile: Remove profile.c and profile.hAlok Barsode2-45/+0
2011-08-25device: Remove device persistent codeAlok Barsode1-3/+0
Connman now stores technology states persistently. Hence there is no reason to store device states persistently.
2011-08-25technology: Save state persistentlyAlok Barsode1-0/+3
Save the technology state persistently. This will help in resuming the technology state after offlinemode or during startup. This patch just saves the states.
2011-08-16plugin: Use weak reference for external debug statementsMarcel Holtmann1-2/+2
2011-08-15plugin: Add debug support for external pluginsMarcel Holtmann1-1/+9
2011-08-11notify: Add state_idle()Daniel Wagner1-0/+1
2011-08-11notify: Add service name parameter to service_add()Daniel Wagner1-1/+2
2011-08-11wifi: Move the wifi helper function to service.c and remove wifi.c.Alok Barsode1-40/+0
2011-07-28network: Remove connman_network_set_pac()Samuel Ortiz1-2/+0
This routine is not used.
2011-07-26device: Change signature of connman_device_remove_network()Daniel Wagner1-1/+1
2011-07-26network: Remove connman_network_register/unregister()Daniel Wagner1-3/+0
Since the service object doesn't take a reference the intermediate step of having a connman_network_register/unregister is not needed. This function are only there to have an additional step where probe()/remove() will be called. This is the job of connman_device_add_network()/connman_device_remove_network().
2011-07-12network: Remove unused functionDaniel Wagner1-2/+0
2011-06-27ipconfig: Added function to enable IPv6.Jukka Rissanen1-0/+1
2011-06-27connection: Separate IPv4 and IPv6 gateway and routing handling.Jukka Rissanen1-0/+1
2011-06-27inet: Added support functions for setting and clearing IPv6 gateway address.Jukka Rissanen1-0/+2
2011-06-16property: Remove itDaniel Wagner1-63/+0
2011-06-16element: Remove element.cDaniel Wagner2-178/+0
2011-06-16timeserver: Do not use element driver APIDaniel Wagner1-0/+4
2011-06-16element: Remove network codeDaniel Wagner2-2/+3
2011-06-16network: Remove element code from connman_network_[set|get]_blob()Daniel Wagner1-1/+0
2011-06-16network: Use setter/getters for connman_network_set/get_uint16()Daniel Wagner1-4/+6
2011-06-16network: Use setter/getters for connman_network_set/get_uint8()Daniel Wagner1-4/+2
2011-06-16network: Remove element code from connman_network_[set|get]_bool()Daniel Wagner1-0/+1
2011-06-16network: Remove unused network_driver->setup()Daniel Wagner1-1/+0
2011-06-16service: Remove Service.ModeDaniel Wagner1-9/+0
The only source for the cellular mode update was removed in a474ef1be8b76167b9d0ef8a9eb6fe24cc5eacc5". The WiFi plugin will not support adhoc mode. So this property is completly unused.
2011-06-07element: Remove device codeDaniel Wagner1-2/+0
2011-06-07element: Remove left overs from cleanDaniel Wagner1-19/+0
2011-05-31property: Remove CONNMAN_PROPERTY_ID_IPV6_*Daniel Wagner1-6/+0
2011-05-31property: Remove HOSTNAME and DOMAINNAMEDaniel Wagner2-6/+0
2011-05-31property: Remove unused CONNMAN_PROPERTY_ID_IPV4_*Daniel Wagner1-10/+0
2011-05-31element: Remove IPv6Daniel Wagner1-8/+0
2011-05-31element: Remove IPv4Daniel Wagner1-13/+0
2011-05-31element: Remove connected failed codeDaniel Wagner1-1/+0
2011-05-31network: Use __connman_service_indicate_error for connetion failedDaniel Wagner1-0/+1
2011-05-31element: Remove unused CONNMAN_ELEMENT_ERROR_DHCP_FAILEDDaniel Wagner1-1/+0
2011-05-31element: Remove service codeDaniel Wagner1-1/+0
2011-05-31element: Remove vendor codeDaniel Wagner1-1/+0
2011-05-31element: Remove zeroconf codeDaniel Wagner1-1/+0
2011-05-31element: Remove bootp codeDaniel Wagner1-1/+0
2011-05-31element: Remove profile codeDaniel Wagner1-1/+0
2011-05-31element: Remove IPv6 element codeDaniel Wagner1-1/+0
2011-04-20tethering: Add support to create private networks TUN interfaceGustavo F. Padovan1-0/+1
2011-04-18clock: Add D-Bus interface skeletonMarcel Holtmann1-0/+1
2011-04-17ipconfig: Fix connman_ipaddress_set_ipv6 prototypeSamuel Ortiz1-2/+3
Switch the gateway and prefix_length order to be consistent with the ipv4 version.