summaryrefslogtreecommitdiff
path: root/plugins/wifi.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-13wifi: Add SSIDs and frequencies to wpa_supplicant scan for fast scanMohamed Abbas1-4/+195
2011-09-13wifi: Add support to multi scan typeMohamed Abbas1-2/+19
2011-09-13service: Add frequency support to serviceMohamed Abbas1-0/+3
2011-09-12wifi: Device reference counting fix on scanPatrik Flykt1-0/+4
2011-09-12wifi: Add NULL checks in interface create and removePatrik Flykt1-5/+6
2011-09-12wifi: Implement network_changed gsupplicant hookSamuel Ortiz1-0/+29
2011-08-24wifi: Remove unused codeJukka Rissanen1-14/+0
2011-08-04wifi: network_remove: Clear network pointer in wifiDaniel Wagner1-0/+12
2011-07-29wifi: Use agent provided credentials as a fallbackHenri Bragge1-4/+18
2011-07-26wifi: Fix network owner shipDaniel Wagner1-12/+27
2011-07-26device: Change signature of connman_device_remove_network()Daniel Wagner1-7/+7
2011-07-26network: Remove connman_network_register/unregister()Daniel Wagner1-4/+4
2011-06-27wifi: Fix return value of wifi_[enable/disable].Alok Barsode1-2/+12
2011-06-16element: Remove network codeDaniel Wagner1-1/+9
2011-06-16service: Remove Service.ModeDaniel Wagner1-3/+1
2011-06-16wifi: Whitespace cleanupDaniel Wagner1-4/+4
2011-05-27wifi: Remove unused variableMarcel Holtmann1-2/+0
2011-03-11tethering: Add wifi interface to bridge after carrier onMartin Xu1-9/+33
2011-02-23network: Remove address fieldSamuel Ortiz1-44/+0
2011-02-21wifi: Remove interfaces from the bridge when disabling tetheringSamuel Ortiz1-1/+5
2011-02-08wifi: Check invalid key/passphrase in gsupplicant connect callbackPatrik Flykt1-2/+12
2011-02-03wifi: Debug string typoSamuel Ortiz1-1/+1
2011-02-03wifi: Return a tethering error if AP mode is not supported at allSamuel Ortiz1-2/+5
2011-02-03wifi: Use WPA2 only when in AP modeSamuel Ortiz1-0/+1
2011-02-03wifi: Set AP ciphers to CCMP onlySamuel Ortiz1-0/+2
2011-02-03wifi: Initial tethering supportSamuel Ortiz1-1/+194
2011-02-02gsupplicant: Add interface bridge settingSamuel Ortiz1-1/+1
2011-02-02gsupplicant: Add network scan ssid settingSamuel Ortiz1-0/+1
2011-02-02wifi: Track interfacesSamuel Ortiz1-0/+9
2011-02-02gsupplicant: Add network mode supportSamuel Ortiz1-0/+1
2011-01-27wifi: WPS supportTomasz Bursztyka1-183/+266
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