summaryrefslogtreecommitdiff
path: root/plugins/wifi.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-25wifi: If scanning, unref the device when removing wifi driver.Tomasz Bursztyka1-0/+4
2012-05-25wifi: Scanning is set to false in case of effective autoscan stop.Tomasz Bursztyka1-0/+2
2012-05-09wifi: Fix NULL ssid being passed to memcmpHenrique Dante de Almeida1-1/+1
2012-05-08wifi: Set disconnecting flag to a relevant value when disconnectedTomasz Bursztyka1-0/+1
2012-05-04wifi: Automatically scan hidden wifi servicesJukka Rissanen1-1/+114
2012-05-04wifi: Refactor codeJukka Rissanen1-69/+69
2012-05-04wifi: Allow max number of scan entriesJukka Rissanen1-10/+49
2012-05-02wifi: Plugin internal variable was not staticJukka Rissanen1-1/+1
2012-04-29plugins: Update copyright informationMarcel Holtmann1-1/+1
2012-04-26wifi: Set connected to false before associating when disconnectedTomasz Bursztyka1-1/+1
2012-04-26wifi: Be connected when relevant, stay connected if roamingTomasz Bursztyka1-1/+31
2012-04-24wifi: Fixing autoscan device unref issuesTomasz Bursztyka1-2/+5
2012-04-24wifi: Autoscan should be started or stopped according to interface's stateTomasz Bursztyka1-0/+10
2012-04-24wifi: Autoscan fallback using a base exponential of 3 and a shorter limitTomasz Bursztyka1-1/+1
2012-04-23wifi: Remove old background scanning technique callTomasz Bursztyka1-3/+0
2012-04-23wifi: Specify bgscan parameters according to main.conf settingsTomasz Bursztyka1-1/+2
2012-04-23wifi: Setup autoscan according to the main.conf settingsTomasz Bursztyka1-0/+4
2012-04-23wifi: Adding support for autoscan emulationTomasz Bursztyka1-16/+182
2012-04-23wifi: Decide to use WPS PBC if the AP is already advertizing for itTomasz Bursztyka1-0/+15
2012-02-24wifi: Add support for default background scanning parametersTomasz Bursztyka1-0/+3
2012-02-04wifi: Write Wifi Mode to network propertiesManfred Kober1-1/+3
2012-02-04wifi: Always set scanning to FALSE in scan callbackPatrik Flykt1-2/+2
2012-01-05wifi: Set interface to NULL in interface_removedYu A Wang1-20/+2
2011-12-16wifi: Set wifi device powered FALSE when removedYu A Wang1-0/+1
2011-12-12wifi: Add support for hidden network scanPatrik Flykt1-0/+87
2011-12-12wifi: Disable network in disconnected statePatrik Flykt1-6/+6
2011-11-29wifi: Set device powered from the interface create callbackSamuel Ortiz1-0/+12
2011-11-28wifi: The remove interface callback used stale pointer.Jukka Rissanen1-2/+4
2011-11-28wifi: Add debugging in order to find memory problems.Jukka Rissanen1-1/+1
2011-11-07wifi: Only consider identifiers starting with 'wifi_'Patrik Flykt1-0/+3
2011-11-07wifi: Handle erroneous disconnection after 4way-handshakeTomasz Bursztyka1-0/+35
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