summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Fix connect method to handle non-WiFi servicesMarcel Holtmann1-7/+31
2009-07-23Fix wrong usage of device types instead of service typesMarcel Holtmann1-1/+1
2009-07-21Don't include hidden services in the service listMarcel Holtmann1-1/+1
2009-07-19Send signal when default technology changesMarcel Holtmann1-0/+29
2009-07-19Add support for default technology propertyMarcel Holtmann1-0/+20
2009-07-19Track service types and not device types for technologies listingMarcel Holtmann1-25/+1
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-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 Holtmann1-0/+2
2009-07-17Fix reference counting with multiple networks with same SSIDMarcel Holtmann1-4/+26
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 Holtmann1-2/+1
2009-07-17Fix cleanup handling if hidden network connect attempt failsMarcel Holtmann1-12/+32
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-17Fix issues with current auto-connect logicMarcel Holtmann1-38/+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 Holtmann1-0/+3
2009-07-17Don't update service passphrases from networksMarcel Holtmann1-11/+1
2009-07-16Trigger auto-connect from service list changed signalsMarcel Holtmann1-1/+1
2009-07-16Some service list updates should be not delayedMarcel Holtmann1-6/+6
2009-07-16Minor coding style fixMarcel 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 Holtmann1-0/+4
2009-07-16Add support for connecting existing services via SSIDMarcel Holtmann1-0/+95
2009-07-15Add error codes for failing connection attemptsMarcel Holtmann1-2/+4
2009-07-15Return a proper order value for the default serviceMarcel Holtmann1-0/+11
2009-07-12Store the WiFi SSID value with keyword SSIDMarcel Holtmann1-2/+2
2009-07-12Add network type for Ericsson MBM devicesMarcel Holtmann1-1/+3
2009-07-11Some cleanup of service load/save functionsMarcel Holtmann1-26/+22
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 Ortiz1-2/+2
2009-07-11Ignore service at auto-connect after user disconnected itMartin Xu1-1/+19
2009-07-08Don't trigger auto-connect when connection attempt is pendingMarcel Holtmann1-0/+22
2009-07-08Check for valid service before dereferencing the orderMarcel Holtmann1-0/+3
2009-07-07Don't update network details of ready or connecting servicesMartin Xu1-4/+3
2009-07-07Don't trigger auto-connect if user initiated connect failedMarcel Holtmann1-2/+5