summaryrefslogtreecommitdiff
path: root/plugins/supplicant.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-30Use simpler wpa_supplicant state trackingSam Leffler1-19/+3
2009-11-26Don't show passphrases in debug messagesMarcel Holtmann1-2/+1
2009-11-26Add checks for invalid supplicant state transitionsMarcel Holtmann1-3/+35
2009-11-26Trigger background scan after successful connectionMarcel Holtmann1-0/+3
2009-10-27Try to use SSID to connect AP when availableMartin Xu1-4/+4
2009-09-22Cleanup scanning when the scanning is haltedMartin Xu1-1/+1
2009-09-13Fix issue with powered down device on connection attemptMarcel Holtmann1-0/+2
2009-09-13Fix issue with missing scanning after power upMarcel Holtmann1-0/+3
2009-09-05Add quirks for non-mac80211 compliant driversMarcel Holtmann1-1/+9
2009-09-05Make use of the supplicant disconnect methodMarcel Holtmann1-57/+15
2009-08-12Remove unused variableMarcel Holtmann1-1/+0
2009-08-12Clear SSID when network restore back to hiddenMartin Xu1-4/+2
2009-08-10Add tracking of scanning state to supplicant driverMarcel Holtmann1-0/+25
2009-08-06Fix changed handling of service connect watchesMarcel Holtmann1-4/+1
2009-07-24Fix missing reset of network reference when disconnectingMarcel Holtmann1-2/+4
2009-07-23Fix potential pending result reply messages after removalMarcel Holtmann1-8/+21
2009-07-23Remove wrongly committed double function callMarcel Holtmann1-2/+0
2009-07-23Fix potential pending scan reply messages after removalMarcel Holtmann1-4/+19
2009-07-21Fix D-Bus message reference leak when adding interface failsMarcel Holtmann1-0/+2
2009-07-21Handle the async notification of scan requestsMarcel Holtmann1-1/+36
2009-07-21Don't remove the network structure during inactive stateMarcel Holtmann1-2/+0
2009-07-21Fix the problems with scan result from unknown triggersMarcel Holtmann1-37/+32
2009-07-19Ensure that all supplicant and Bluetooth D-Bus calls disable auto-startMarcel Holtmann1-0/+26
2009-07-18Revert supplicant change to always set scanning false after resultsMarcel Holtmann1-2/+4
2009-07-18If supplicant is already disconnecting return EALREADY error codeMarcel Holtmann1-1/+1
2009-07-17Remove WiFi interface from supplicant when powering downMarcel Holtmann1-0/+2
2009-07-17Update the network address when connectedMarcel Holtmann1-22/+17
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-17Ensure that supplicant disconnects from the networkMarcel Holtmann1-0/+4
2009-07-16Reset the scanning flag to indicate the end of a scan periodMarcel Holtmann1-4/+2
2009-07-16Fix broken async return value for supplicant disconnectMarcel Holtmann1-1/+1
2009-07-16Fix issue with supplicant and async state notificationsMarcel Holtmann1-3/+3
2009-07-16Fix stalled configuration issue with supplicantMartin Xu1-0/+14
2009-07-16Remove wrongly committed connection patch for supplicantMarcel Holtmann1-6/+0
2009-07-16Fix handling of strict-aliasing rulesMarcel Holtmann1-9/+14
2009-07-14Do not set group name when network is hiddenMartin Xu1-1/+2
2009-07-14If SSID starts with 0x00 value, then ignore itMarcel Holtmann1-0/+3
2009-07-14If the SSID is not provided then declare it as hidden networkMarcel Holtmann1-0/+5
2009-07-14Fix potential invalid memory access of group nameMarcel Holtmann1-2/+4
2009-07-14Fix memory leak with group name constructionMarcel Holtmann1-2/+2
2009-07-13Fix some broken indentationMarcel Holtmann1-3/+3
2009-07-12Use interface index to resolve interface nameMarcel Holtmann1-6/+18
2009-07-11Minor code cleanups for supplicant handlingMarcel Holtmann1-68/+74
2009-07-11Add support for storing SSID details of hidden servicesSamuel Ortiz1-2/+5
2009-07-11Use the scan_ssid supplicant attribute for all connectionsSamuel Ortiz1-5/+5
2009-07-11Set hidden network group name at time of associationSamuel Ortiz1-0/+63
2009-07-09Fix disconnect race condition issue in WiFi supplicantMartin Xu1-8/+30
2009-07-09Add task_connect() function to WiFi supplicantMartin Xu1-30/+34
2009-07-08Simplify the SIOCGIWRANGE handling a little bitMarcel Holtmann1-13/+9