summaryrefslogtreecommitdiff
path: root/src/network.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-17Use proper function to set association stateMarcel Holtmann1-6/+2
2009-07-17If the WiFi signal strength is below 20 then don't show networkMarcel Holtmann1-0/+23
2009-07-17Fix small coding style issueMarcel Holtmann1-1/+1
2009-07-17Set state to association if network driver doesn't failMarcel Holtmann1-3/+8
2009-07-16Reset the connecting and associating variables properlyMarcel Holtmann1-3/+6
2009-07-16Report a connected network as that and not as in progressMarcel Holtmann1-2/+4
2009-07-16If network is attempting to connect already, return an errorMarcel Holtmann1-1/+2
2009-07-16Fix detection of association errors from supplicantMarcel Holtmann1-3/+5
2009-07-16Don't allow network connection attempts twiceMarcel Holtmann1-1/+1
2009-07-16Allow cancelling of a network connection attemptMarcel Holtmann1-1/+1
2009-07-16Add function to retrieve network association stateMartin Xu1-0/+11
2009-07-16Track connection attempts and report error if it failsMarcel Holtmann1-1/+14
2009-07-12Add MBM and HSO networks to the service listMarcel Holtmann1-3/+3
2009-07-12Add network type for Ericsson MBM devicesMarcel Holtmann1-0/+4
2009-07-11Add missing comment for connman_network_get_group() functionMarcel Holtmann1-0/+6
2009-07-11Set hidden network group name at time of associationSamuel Ortiz1-1/+1