summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Don't forget to send signals for technology changesMarcel Holtmann1-0/+60
2009-07-17Send service list update when going to offline modeMarcel Holtmann1-0/+2
2009-07-17Set state to association if network driver doesn't failMarcel Holtmann1-3/+8
2009-07-16Add skeleton for EnableTechnology/DisableTechnology methodsMarcel Holtmann1-8/+36
2009-07-16Add support for Technologies and EnabledTechnologies propertiesMarcel Holtmann4-1/+146
2009-07-16Add global method call to request scanningMarcel Holtmann4-8/+99
2009-07-16Trigger auto-connect from service list changed signalsMarcel Holtmann3-1/+4
2009-07-16Some service list updates should be not delayedMarcel Holtmann3-8/+13
2009-07-16Delay the update of service list by 2 secondsMarcel Holtmann3-7/+33
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-16Minor coding style fixMarcel Holtmann1-1/+2
2009-07-16If network is attempting to connect already, return an errorMarcel Holtmann1-1/+2
2009-07-16Return an error if a service connection attempt is already in progressMarcel Holtmann1-0/+3
2009-07-16Fix detection of association errors from supplicantMarcel Holtmann2-3/+9
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 support for connecting existing services via SSIDMarcel Holtmann4-38/+105
2009-07-16Fix missing inclusion of WiFi helpers source fileMarcel Holtmann1-1/+1
2009-07-16Add helper function for WiFi group nameMarcel Holtmann2-0/+52
2009-07-16Add function to find first device of a given typeMarcel Holtmann2-0/+36
2009-07-16Fix stalled configuration issue with supplicantMartin Xu1-1/+2
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-16Fix one last breakage of strict-aliasing rulesMarcel Holtmann1-1/+1
2009-07-16Fix handling of strict-aliasing rulesMarcel Holtmann3-92/+115
2009-07-15Add error codes for failing connection attemptsMarcel Holtmann2-2/+6
2009-07-15Fix some uninitialized variablesMarcel Holtmann1-4/+2
2009-07-15Show Ethernet services only if carrier is setMarcel Holtmann1-2/+7
2009-07-15Fix missing Powered property changed signalsMarcel Holtmann1-20/+33
2009-07-15Return a proper order value for the default serviceMarcel Holtmann2-5/+18
2009-07-14Make the ConnectService method asyncMarcel Holtmann1-1/+2
2009-07-12Fix MBM detection code to find first control interfaceMarcel Holtmann1-10/+19
2009-07-12Add function to retrieve control interfaceMarcel Holtmann1-0/+5
2009-07-12Setup proper ident value for cellular devicesMarcel Holtmann1-0/+1
2009-07-12Store the WiFi SSID value with keyword SSIDMarcel Holtmann1-2/+2
2009-07-12Add MBM and HSO networks to the service listMarcel Holtmann1-3/+3
2009-07-12Add network type for Ericsson MBM devicesMarcel Holtmann2-1/+7
2009-07-12Fix handling of initial device powered stateMarcel Holtmann1-2/+4
2009-07-12Set powered variable from the global functionMarcel Holtmann1-2/+3
2009-07-12Set powered variable if callback returns successfulMarcel Holtmann1-0/+2
2009-07-12Store control interface for complex devicesMarcel Holtmann5-20/+36
2009-07-12Remove connman_device_get_interface() functionMarcel Holtmann1-11/+0
2009-07-12Use the interface index for fast device comparisonMarcel Holtmann1-6/+6
2009-07-11Add detection routine for Ericsson MBM devicesMarcel Holtmann4-1/+56
2009-07-11Some cleanup of service load/save functionsMarcel Holtmann1-26/+22
2009-07-11Add missing comment for connman_network_get_group() functionMarcel Holtmann1-0/+6
2009-07-11Add support for storing SSID details of hidden servicesSamuel Ortiz1-4/+95
2009-07-11Set hidden network group name at time of associationSamuel Ortiz3-5/+3
2009-07-11Remove deprecated and useless connect_known_network() functionMartin Xu1-64/+0