summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-08-08Integrate RTNL deeper into IP configuration trackingMarcel Holtmann3-6/+0
2009-08-08Use central place to request current link detailsMarcel Holtmann3-3/+3
2009-08-07Add monitoring of RTNL status for WiFi devicesMarcel Holtmann1-10/+55
2009-08-07Ignore Bluetooth adapters that are currently downMarcel Holtmann1-1/+2
2009-08-07Fix various race conditions within Bluetooth supportMarcel Holtmann1-310/+288
2009-08-06Fix changed handling of service connect watchesMarcel Holtmann2-7/+1
2009-08-05Have Bluetooth plugin set a proper network groupingMarcel Holtmann1-0/+2
2009-08-05Set remote Bluetooth address as network name for nowMarcel Holtmann1-0/+2
2009-08-05Set unique device ident for Bluetooth adaptersMarcel Holtmann1-0/+2
2009-07-24Fix missing reset of network reference when disconnectingMarcel Holtmann1-2/+4
2009-07-24Fix notification to use service types instead of device typesMarcel Holtmann1-14/+8
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-21Remove broken and unused callback for joining networksMarcel Holtmann1-21/+0
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 Holtmann2-0/+36
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 Holtmann2-16/+23
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 provided control interface and set proper group nameMarcel Holtmann1-2/+7
2009-07-12Add initial version of Ericsson MBM driverMarcel Holtmann1-0/+312
2009-07-12Store control interface for complex devicesMarcel Holtmann1-1/+1
2009-07-12Use interface index to resolve interface nameMarcel Holtmann1-6/+18
2009-07-11Fix dhclient probe/remove race conditionMarcel Holtmann1-22/+38
2009-07-11Track killed status of dhclient tasksMarcel Holtmann1-4/+9
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