summaryrefslogtreecommitdiff
path: root/src/network.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-05Remove unused connman_network_get_path functionMarcel Holtmann1-11/+0
2010-11-05Remove DBusConnection reference from device/network interfacesMarcel Holtmann1-3/+0
2010-11-04Remove unneeded CONNMAN_NETWORK_INTERFACEMarcel Holtmann1-174/+5
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann1-23/+0
2010-09-29Define connman_network_set_passphraseSamuel Ortiz1-0/+28
2010-09-20Do not register 2 network drivers for the same network typeSamuel Ortiz1-0/+10
2010-09-09device: add connman_device_get_ident()Pekka Pessi1-1/+1
2010-09-09Remove the no longer needed security frameworkMarcel Holtmann1-7/+1
2010-09-08network: don't connect if already removedPekka Pessi1-0/+3
2010-09-08network: don't add into profile while unregisteredPekka Pessi1-5/+9
2010-07-29Initial IPv6 supportMartin Xu1-1/+74
2010-06-25Create service ipconfig only when it's NULLSamuel Ortiz1-4/+4
2010-06-16Add helper for network updateSamuel Ortiz1-0/+21
2010-06-14Use dedicated code path for fixed IP settingsSamuel Ortiz1-1/+47
2010-06-11Add nameserver settings to the manual configuration settingSamuel Ortiz1-0/+6
2010-05-18network API for setting and clearing IPv4 settings on the flySamuel Ortiz1-0/+116
2010-04-13Reset ipconfig indexMartin Xu1-5/+17
2010-04-09Reset connman_network device pointer when it is no longer referencedSamuel Ortiz1-0/+2
2010-03-25Add static gateway supportMartin Xu1-0/+2
2010-03-23Set network->device as NULL when the device is removedMartin Xu1-1/+2
2010-03-07Remove unneeded plugin for Ericsson MBM supportMarcel Holtmann1-5/+0
2010-03-07Remove unneeded plugin for Option HSO supportMarcel Holtmann1-5/+0
2010-02-11Add static IP supportMartin Xu1-3/+65
2010-01-29Add network->driver->setup() callback functionMartin Xu1-1/+13
2010-01-19Fix PropertyChanged for disconnect eventLucas De Marchi1-1/+1
2010-01-13Set the connecting flag to FALSE upon connection failureSamuel Ortiz1-1/+3
2010-01-04Fix issue when manual IP setup not using configuration stateMarcel Holtmann1-14/+15
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-30Add method handling into function set_connected()Martin Xu1-33/+71
2009-12-30Add function connman_network_set_method()Martin Xu1-0/+6
2009-12-30Don't reset associating from function connman_network_set_error()Martin Xu1-1/+0
2009-12-21Add IEEE 802.1x related fields to network structureSamuel Ortiz1-1/+50
2009-12-20Rename IP configuration methods to match specificationMarcel Holtmann1-2/+1
2009-12-19Make use of property changed helper for arraysMarcel Holtmann1-11/+2
2009-12-19Use D-Bus property helpers for network list detailsMarcel Holtmann1-20/+7
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-10/+10
2009-12-19Use helper for basic property changed signalsMarcel Holtmann1-13/+3
2009-12-19Ignore WiFi networks with IBSS (adhoc mode)Marcel Holtmann1-0/+2
2009-12-19Use new D-Bus helpers wherever possibleMarcel Holtmann1-15/+6
2009-12-19Add helpers for appending flexible D-Bus arraysMarcel Holtmann1-1/+1
2009-12-17Handle static method at function set_connectedMartin Xu1-0/+13
2009-12-17Clear associating and connecting state at connman_network_set_errorMartin Xu1-0/+3
2009-12-17Add function connman_network_get_elementMartin Xu1-0/+12
2009-12-07Remove unused secondary feature of devices and networksMarcel Holtmann1-12/+2
2009-12-06Remove unfinished and unneeded PPP supportMarcel Holtmann1-3/+0
2009-12-05The network interface for informational purpose onlyMarcel Holtmann1-54/+0
2009-11-30Add function to get current network connecting stateMarcel Holtmann1-0/+5
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann1-6/+6
2009-11-29Add network type for cable/carrier detectionMarcel Holtmann1-0/+6
2009-11-23Add function connman_network_set_errorMartin Xu1-0/+29