summaryrefslogtreecommitdiff
path: root/src/network.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-23Add network type CONNMAN_NETWORK_TYPE_CELLULARMartin Xu1-0/+5
2009-09-19Add support for network roaming propertyMarcel Holtmann1-0/+56
2009-09-13Move hidden counter variable to be globalMarcel Holtmann1-1/+2
2009-09-13Fix issue with switching between hidden WiFi networksMartin Xu1-1/+2
2009-08-07Add initial steps for IPv4 monitoring via RTNLMarcel Holtmann1-7/+7
2009-08-05Add support for grouping Bluetooth networks into a serviceMarcel Holtmann1-3/+3
2009-07-25Fix missing update of signal strength from scan resultsMarcel Holtmann1-3/+6
2009-07-22Remove deprecated and unused network storage callbacksMarcel Holtmann1-2/+0
2009-07-20Remove support for network Connect and Disconnect methodsMarcel Holtmann1-62/+0
2009-07-17Protect hidden and active networks during scanningMarcel Holtmann1-2/+14
2009-07-17If the signal strength is zero don't declare this as weakMarcel Holtmann1-1/+1