summaryrefslogtreecommitdiff
path: root/plugins/wifi.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-26wifi: Balance scanning statesMohamed Abbas1-6/+10
2011-01-10wifi: Stack based crash risk fixedTomasz Bursztyka1-3/+7
2010-12-23wifi: Check for passphrase being not NULL before calling strlenMohamed Abbas1-1/+1
2010-12-23wifi: Remove network on BSSRemoved signal receptionLeena Gunda1-2/+12
2010-12-23wifi: Track wpa supplicant stateSamuel Ortiz1-0/+35
2010-12-23wifi: Zero length passphrase set to NULLSamuel Ortiz1-3/+8
2010-12-23wifi: Dont start new connection until disassociation completesMohamed Abbas1-19/+64
2010-12-22wifi: Remove misleading error stringSamuel Ortiz1-2/+10
2010-12-22wifi: Use CONNMAN_SUPPLICANT_DEBUG for debuggingSamuel Ortiz1-1/+1
2010-12-22wifi: Set wifi plugin priority to DEFAULTSamuel Ortiz1-1/+1
2010-12-22wifi: Switch to being the default wifi pluginSamuel Ortiz1-1/+1
2010-12-22wifi: Make gsupplicant debug depend on CONNMAN_GSUPPLICANT_DEBUGSamuel Ortiz1-1/+3
2010-12-15wifi: Regulatory domain setting implementationSamuel Ortiz1-1/+18
2010-12-07wifi: Fix technology driver name and typeSamuel Ortiz1-2/+2
2010-12-02wifi: Register technology driverSamuel Ortiz1-0/+32
2010-11-22gsupplicant: Set interface data to NULL upon driver removalLeena Gunda1-0/+2
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann1-3/+0
2010-11-02gsupplicant: Fix deadlock when disassociate while associatingMohamed Abbas1-0/+2
2010-10-22wifi: Search for networks based on their identifierLeena Gunda1-3/+2
2010-09-28Set device scanning state to false from the scan callbackSamuel Ortiz1-6/+1
2010-09-28wifi: use const pointer for a ssid bufferKalle Valo1-2/+2
2010-09-28wifi: remove unneeded castsKalle Valo1-6/+6
2010-09-28Set the network associating state to false when disconnectingSamuel Ortiz1-0/+2
2010-09-27wifi: use connman options to get the wpasupplicant driverKalle Valo1-1/+3
2010-09-20Improve GSupplicant debugSamuel Ortiz1-1/+1
2010-09-20Remove last ConnMan dependency for GSupplicantSamuel Ortiz1-0/+6
2010-09-20WPA-EAP support for GSupplicantSamuel Ortiz1-8/+39
2010-09-20WEP and WPA-PSK support for GSupplicantSamuel Ortiz1-0/+2
2010-09-20Prioritize wifi pluginsSamuel Ortiz1-0/+2
2010-09-20Move current wifi plugin to legacySamuel Ortiz1-50/+435
2010-05-06Remove set_powered() calls based on IFF_UPKalle Valo1-5/+2
2010-03-22Ignore wext wireless rtnetlink eventsSamuel Ortiz1-0/+3
2010-02-05Toggle WiFi device powered fieldSamuel Ortiz1-1/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-09-13Fix issue with missing scanning after power upMarcel Holtmann1-0/+2
2009-08-08Integrate RTNL deeper into IP configuration trackingMarcel Holtmann1-2/+0
2009-08-08Use central place to request current link detailsMarcel Holtmann1-1/+1
2009-08-07Add monitoring of RTNL status for WiFi devicesMarcel Holtmann1-10/+55
2009-07-21Remove broken and unused callback for joining networksMarcel Holtmann1-21/+0
2009-05-21Export and use more generic INET helpersMarcel Holtmann1-1/+0
2009-03-26Set AP scanning and make network availableMarcel Holtmann1-0/+2
2009-03-26Remove SSID debug statementMarcel Holtmann1-5/+0
2009-03-25Trigger supplicant connection when joining hidden networksMarcel Holtmann1-1/+10
2009-03-25Add skeleton for WiFi network joining callbackMarcel Holtmann1-0/+15
2009-02-28Add priority field to plugin descriptor definitionMarcel Holtmann1-1/+1
2009-01-05Remove ununsed disconnect codeMarcel Holtmann1-4/+0
2009-01-05Add support for connecting WiFi networksMarcel Holtmann1-1/+22
2009-01-05Update WiFi plugin for new network helper functionsMarcel Holtmann1-376/+14
2009-01-04Use async creation and removal for supplicant interfacesMarcel Holtmann1-19/+3
2009-01-04Add callbacks to supplicant driverMarcel Holtmann1-11/+9