summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-18Release 0.280.28Marcel Holtmann2-1/+5
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-18Revert supplicant change to always set scanning false after resultsMarcel Holtmann1-2/+4
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-18Release 0.270.27Marcel Holtmann2-1/+6
2009-07-18Fix limitation with simultaneous connects from different technologiesMarcel Holtmann1-2/+3
2009-07-18If supplicant is already disconnecting return EALREADY error codeMarcel Holtmann1-1/+1
2009-07-18Fix missing disarming of the connection timeoutMarcel Holtmann1-7/+4
2009-07-17Release 0.260.26Marcel Holtmann2-1/+10
2009-07-17Make sure to always trigger disconnect on users requestMarcel Holtmann1-4/+1
2009-07-17Mention that Disconnect method implies the abort funtionalityMarcel Holtmann1-0/+3
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-17Remove WiFi interface from supplicant when powering downMarcel Holtmann1-0/+2
2009-07-17Add full support for enable/disable technology methodsMarcel Holtmann4-2/+180
2009-07-17Update test script with new manager interface methodsMarcel Holtmann1-26/+17
2009-07-17Update the network address when connectedMarcel Holtmann1-22/+17
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-17Disable the get_bssid() function for nowMarcel Holtmann1-0/+2
2009-07-17Remove the BSSID retrieval for hidden networksMartin Xu1-29/+0
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 Holtmann2-39/+70
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-17Ensure that supplicant disconnects from the networkMarcel Holtmann1-0/+4
2009-07-17Fix issues with current auto-connect logicMarcel Holtmann2-40/+24
2009-07-17Release 0.250.25Marcel Holtmann2-1/+5
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