summaryrefslogtreecommitdiff
path: root/plugins/wifi.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-16wifi: Do not start autoscan if interface was not readyTomasz Bursztyka1-1/+4
2012-10-16gsupplicant: Add a new state according to 'interface_disabled'Tomasz Bursztyka1-0/+3
2012-09-24wifi: Fix tethering with kernel 3.5Artem Bityutskiy1-3/+0
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-1/+1
2012-08-23device: Refactor device scan functionJukka Rissanen1-83/+61
2012-08-22wifi: Ignore duplicate hidden APsJukka Rissanen1-23/+46
2012-08-22wifi: Always Scan hidden APsJukka Rissanen1-7/+0
2012-08-15wifi: Try only twice when connecting to a non-favorite serviceJulien Massot1-2/+13
2012-07-24wifi: Return -EBUSY when tetheringTomasz Bursztyka1-1/+1
2012-07-13wifi: Debug print fixedJukka Rissanen1-1/+1
2012-07-13wifi: Scan all hidden and provisioned APJukka Rissanen1-13/+59
2012-07-05wifi: Add support for autoscan requestTomasz Bursztyka1-1/+17
2012-07-05wifi: Add capability to set regulatory domain through device's interfaceTomasz Bursztyka1-0/+31
2012-07-05gsupplicant: Adapt set country callback to return a resultTomasz Bursztyka1-4/+5
2012-06-28wifi: Add wifi pointer NULL checksPatrik Flykt1-3/+24
2012-06-25wifi: Check we have valid wifi pointer in autoscanJukka Rissanen1-0/+3
2012-06-18wifi: Use common scan callback handlingPatrik Flykt1-2/+1
2012-06-18wifi: Do a hidden WiFi network scan also for user scansPatrik Flykt1-3/+3
2012-06-18wifi: Use scan_callback() instead of hidden_scan_callback()Patrik Flykt1-36/+26
2012-06-18wifi: Reset autoscan timer on a new scanPatrik Flykt1-8/+14
2012-06-18wifi: Don't print an error when the wifi interface has been removedPatrik Flykt1-1/+1
2012-06-18wifi: Stop scanning when disabling wifiPatrik Flykt1-6/+8
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen1-2/+8
2012-05-25wifi: Stop autoscan in the relevant place.Tomasz Bursztyka1-4/+4
2012-05-25wifi: Check device is not already scanning before a new scan.Tomasz Bursztyka1-0/+9
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