summaryrefslogtreecommitdiff
path: root/plugins/supplicant.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-26Convert identifier on-demand if neededMarcel Holtmann1-16/+3
2009-01-21Switch network to disconnected on removalMarcel Holtmann1-0/+2
2009-01-07Add support for setting network availabilityMarcel Holtmann1-0/+1
2009-01-06Fix handling of WiFi scanning stateMarcel Holtmann1-64/+195
2009-01-05Handle scanning status and connectingMarcel Holtmann1-4/+13
2009-01-05Fix problem with wpa_supplicant disconnectMarcel Holtmann1-0/+3
2009-01-05Fix WiFi connection handlingMarcel Holtmann1-17/+39
2009-01-05Fix coding style issueMarcel Holtmann1-1/+1
2009-01-05Remove shadowed variablesMarcel Holtmann1-2/+1
2009-01-05Add support for connecting WiFi networksMarcel Holtmann1-8/+21
2009-01-05Detect changes in WiFi security settingMarcel Holtmann1-11/+12
2009-01-05Update WiFi plugin for new network helper functionsMarcel Holtmann1-86/+168
2009-01-04Fix typo in state parsingMarcel Holtmann1-1/+1
2009-01-04Fix error messages for interface repliesMarcel Holtmann1-2/+2
2009-01-04Use async creation and removal for supplicant interfacesMarcel Holtmann1-83/+115
2009-01-04Add callbacks to supplicant driverMarcel Holtmann1-12/+44
2009-01-04Use global supplicant filter matching ruleMarcel Holtmann1-54/+10
2009-01-04Add basics for a supplicant driver and use itMarcel Holtmann1-8/+91
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-30Add CONNMAN_API_SUBJECT_TO_CHANGE definitionMarcel Holtmann1-0/+1
2008-12-28Add missing includesMarcel Holtmann1-0/+2
2008-12-26Convert WiFi device handling to generic driverMarcel Holtmann1-18/+20
2008-12-21Add support for exporting the WiFi network modeMarcel Holtmann1-0/+5
2008-12-18Activate wpa_supplicant if neededMarcel Holtmann1-0/+22
2008-12-13Add callback to invalidate old resultsMarcel Holtmann1-0/+3
2008-12-06Convert hex WEP key string into binaryMarcel Holtmann1-3/+23
2008-12-03Set the correct key management for WEP protected networksMarcel Holtmann1-2/+16
2008-12-03Propagate WiFi.Security information properlyMarcel Holtmann1-4/+4
2008-12-03Extract all properties from scan resultMarcel Holtmann1-6/+24
2008-12-02Remove usage of GStaticMutex since it causes compiler problemsMarcel Holtmann1-5/+0
2008-10-17Add watch for monitoring wpa_supplicantMarcel Holtmann1-10/+2
2008-10-17Make use of generic D-Bus helpersMarcel Holtmann1-61/+9
2008-10-16Fix handling of WiFi SSID valuesMarcel Holtmann1-7/+51
2008-10-16Assign supplicant filter only onceMarcel Holtmann1-33/+69
2008-09-01Use INET helpers for setting the interface nameMarcel Holtmann1-6/+7
2008-07-30Use async D-Bus calls and support state change callbackMarcel Holtmann1-74/+62
2008-07-03Rewrite supplicant support for new element infrastructureMarcel Holtmann1-102/+69
2008-04-14Update copyright informationMarcel Holtmann1-1/+1
2008-04-04Give wpa_supplicant more hints on what is going onMarcel Holtmann1-12/+121
2008-03-28Remove filter on device removalMarcel Holtmann1-0/+28
2008-03-24Fix handling of networks without securityMarcel Holtmann1-17/+4
2008-03-12Change 802.11 plugin to use D-Bus interface of supplicantMarcel Holtmann1-121/+782
2008-02-26Add supplicant disconnect functionMarcel Holtmann1-0/+18
2008-01-14Add more detailed interface state machineMarcel Holtmann1-2/+1
2008-01-14Handle return values of system callsMarcel Holtmann1-3/+1
2008-01-11Fix IO handling for the control channelMarcel Holtmann1-7/+3
2008-01-09Fix shutdown procedureMarcel Holtmann1-2/+4
2008-01-08Update interface constants and definitionsMarcel Holtmann1-1/+1
2008-01-03Add methods for setting 802.11 network name and passphraseMarcel Holtmann1-1/+19
2008-01-01Add experimental supplicant supportMarcel Holtmann1-3/+230