summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-19Add support for default technology propertyMarcel Holtmann3-0/+26
2009-07-19Add missing signal for offline mode changesMarcel Holtmann1-0/+27
2009-07-19Don't emit connecting state change signalMarcel Holtmann1-0/+2
2009-07-19Ensure updates of connected technologies for EthernetMarcel Holtmann1-0/+12
2009-07-19Fix the swapped registered vs enabled technologies signalMarcel Holtmann1-19/+19
2009-07-19Add simple GetState method for really simple applicationsMarcel Holtmann1-0/+21
2009-07-19Fix handling of enabled notifications with async powered changesMarcel Holtmann1-14/+27
2009-07-19Add support for ConnectedTechnologies propertyMarcel Holtmann4-47/+204
2009-07-19Rename Technologies property to AvailableTechnologiesMarcel Holtmann2-2/+2
2009-07-19Track service types and not device types for technologies listingMarcel Holtmann5-120/+116
2009-07-18During the scan trigger set scanning to false to start freshMarcel Holtmann1-0/+2
2009-07-18Use common function for resetting the scan triggerMarcel Holtmann1-30/+20
2009-07-18Remove the unneeded out-of-range error code settingMarcel Holtmann1-5/+0
2009-07-18Fix another reference counting imbalance when adding networksMarcel Holtmann1-42/+16
2009-07-18Fix limitation with simultaneous connects from different technologiesMarcel Holtmann1-2/+3
2009-07-18Fix missing disarming of the connection timeoutMarcel Holtmann1-7/+4
2009-07-17Make sure to always trigger disconnect on users requestMarcel Holtmann1-4/+1
2009-07-17Ensure only one service connection attempt at a timeMarcel Holtmann1-0/+12
2009-07-17Remove delay when removing services since it causes troubleMarcel Holtmann1-61/+29
2009-07-17Handle error for operation aborted caseMarcel Holtmann1-0/+2
2009-07-17Remove timeout when service connect is stopped via disconnectMarcel Holtmann1-0/+5
2009-07-17Don't remove network from service during remove grace periodMarcel Holtmann1-5/+0
2009-07-17Ensure to disconnect from devices and networksMarcel Holtmann2-3/+3
2009-07-17Add full support for enable/disable technology methodsMarcel Holtmann4-2/+180
2009-07-17One second timeout for service list update delays is enoughMarcel Holtmann1-1/+1
2009-07-17Fix reference counting with multiple networks with same SSIDMarcel Holtmann3-22/+30
2009-07-17Fix function names in commentsMarcel Holtmann1-4/+4
2009-07-17Add missing service state change signal sendingMarcel Holtmann1-0/+1
2009-07-17Don't store empty passphrasesMarcel Holtmann1-1/+1
2009-07-17Protect hidden and active networks during scanningMarcel Holtmann2-4/+15
2009-07-17Fix cleanup handling if hidden network connect attempt failsMarcel Holtmann1-12/+32
2009-07-17If the signal strength is zero don't declare this as weakMarcel Holtmann1-1/+1
2009-07-17Add function for cleaning out stale networksMarcel Holtmann2-2/+8
2009-07-17Register hidden networks with the system and connect to themMarcel Holtmann1-16/+84
2009-07-17Fix the reference counting for revived servicesMarcel Holtmann1-3/+7
2009-07-17Keep Ethernet services around only for one secondMarcel Holtmann1-1/+5
2009-07-17Fix the issue with service re-orderingMarcel Holtmann1-3/+8
2009-07-17Free reference count on network when it goes awayMarcel Holtmann1-0/+5
2009-07-17Fix handling of out-of-range access pointsMarcel Holtmann1-36/+66
2009-07-17Use proper function to set association stateMarcel Holtmann1-6/+2
2009-07-17When network gets remove ensure to disconnect the serviceMarcel Holtmann1-0/+4
2009-07-17When scanning finished check for the auto-connect triggerMarcel Holtmann1-0/+2
2009-07-17Fix issues with current auto-connect logicMarcel Holtmann2-40/+24
2009-07-17Fix regression from the passphrase update changeMarcel Holtmann1-0/+3
2009-07-17If the WiFi signal strength is below 20 then don't show networkMarcel Holtmann3-0/+27
2009-07-17Fix small coding style issueMarcel Holtmann1-1/+1
2009-07-17Don't update service passphrases from networksMarcel Holtmann1-11/+1
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