summaryrefslogtreecommitdiff
path: root/plugins/wifi.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08Fix for wifi_scan-->"no Wifi-ap found"submit/tizen/20150708.074848pradeep kumar B1-0/+301
2015-07-08Fix for WPS Push Button & WPS router Pinpradeep kumar B1-0/+60
2014-10-31Tethering: Add hidden access point support in technologyChengyi Zhao1-3/+10
2014-10-31Tethering: Add station information management featureChengyi Zhao1-0/+13
2014-10-31Tizen: Export more wifi info in ConnMan network APIArron Wang1-1/+24
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-21/+763
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-278/+524
2013-05-17wifi: Scan all stored hidden networksTomasz Bursztyka1-44/+120
2013-04-15wifi: improve fix to avoid device double release on disableGrant Erickson1-35/+11
2013-04-12wifi: avoid device double release on disableGrant Erickson1-2/+38
2013-03-27wifi: terminate autoscan stop if autoscan is not activeGrant Erickson1-0/+5
2013-03-05wifi: Preliminary fix for autoscanning known hidden SSIDsTomasz Bursztyka1-16/+15
2013-02-19config: Read only wifi configJukka Rissanen1-1/+1
2012-11-13wifi: Handle D-Bus method call failurePatrik Flykt1-0/+8
2012-11-07wifi: Skip service if there is error while loading its settingsJukka Rissanen1-0/+4
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