summaryrefslogtreecommitdiff
path: root/src/technology.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-11Send Error code only to requesting application.Niraj Kumar Goit1-3/+12
2017-09-07[connman] Notify 'ScanDone' signal with scan-type info.Niraj Kumar Goit1-1/+33
2017-08-18[connman] Enabled specific scan for Multiple APs.submit/tizen/20170822.002714submit/tizen/20170821.070104Niraj Kumar Goit1-2/+5
2017-08-16[connman]Added DBus method for wifi Specific AP Scan.submit/tizen/20170817.042132accepted/tizen/unified/20170818.000126Niraj Kumar Goit1-0/+73
2017-08-16Fix Svace Issue [WGID: 1348].Niraj Kumar Goit1-0/+4
2017-04-25Added some logs for debuggingSeonah Moon1-0/+4
2017-04-18Initialize a local variable (WGID-202395)chleun.moon1-1/+1
2017-04-12[connman] Send ScanChanged signal.Niraj Kumar Goit1-6/+26
2017-03-21[connman] Added DBus method to get scanning status.Niraj Kumar Goit1-0/+40
2017-03-10When scan is started send signal ScanStarted to application.Niraj Kumar Goit1-0/+11
2016-11-17[connman] Add new ScanDone signal for notification to upper layerSaurav Babu1-0/+15
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-12/+35
2015-07-08Disable rfkill block featuretaesub.kim1-4/+6
2014-11-07multi-user: Add multi-user support in technologyZhang zhengguang1-0/+15
2014-10-31Tethering: Add hidden access point support in technologyChengyi Zhao1-1/+32
2014-10-31Tethering: Add open access point support in technologyChengyi Zhao1-13/+23
2014-10-31Tethering: Notify listeners when station connection changesChengyi Zhao1-0/+10
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-439/+486
2013-06-10technology: Offlinemode could not be disabled if no technology was poweredJukka Rissanen1-5/+9
2013-05-06main: Rename AllowedTetheringTechnologies to TetheringTechnologiesPatrik Flykt1-1/+1
2013-04-30technology: Disable tethering when device disappearsJukka Rissanen1-0/+4
2013-04-26technology: Auto start tethering if enabled and configuredJukka Rissanen1-65/+125
2013-04-26ethernet: Add tethering supportJukka Rissanen1-0/+31
2013-02-26technology: Provide a function to get WiFi tethering informationTomasz Bursztyka1-16/+39
2013-01-30technology: Support multiple technology driversPatrik Flykt1-49/+111
2013-01-30technology: Enable/disable individual devices also with rfkillPatrik Flykt1-4/+16
2013-01-30technology: Check technology driver probe function before callingPatrik Flykt1-1/+5
2013-01-30technology: Remove technology driver by pointerPatrik Flykt1-2/+4
2013-01-30technology: Remove unnecessary comparison and gotoPatrik Flykt1-5/+1
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-4/+0
2012-12-12technology: Soft block on offline mode or disabled technologyPatrik Flykt1-2/+2
2012-10-26technology: Do not proceed with tethering if technology is not enabledTomasz Bursztyka1-0/+4
2012-10-25technology: Do not presume a technology being hardblocked when createdTomasz Bursztyka1-6/+2
2012-10-16technology: Fix hardblocked state on non hw rfkillable switch addedTomasz Bursztyka1-13/+17
2012-10-16technology: Recompute hardblocked state on rfkill remove eventTomasz Bursztyka1-0/+7
2012-10-16technology: Properly handle rfkill driven stateTomasz Bursztyka1-9/+43
2012-10-16technology: Use the right method to enable or disableTomasz Bursztyka1-22/+27
2012-10-16technology: Change enabled to a boolean and refactor accordinglyTomasz Bursztyka1-25/+20
2012-10-16technology: Refactor and split functions setting enabled stateTomasz Bursztyka1-25/+29
2012-10-16technology: Refactor rfkill event handling according to soft/hard blockTomasz Bursztyka1-22/+35
2012-10-16technology: Add and handle a marker for softblock statusTomasz Bursztyka1-5/+11
2012-10-16technology: Add a marker to know if a technology is rfkill drivenTomasz Bursztyka1-3/+10
2012-10-16technology: Refactor how a technology is enabled or disabledTomasz Bursztyka1-38/+28
2012-10-03technology: Do not expose a technology which is hard rfkilledTomasz Bursztyka1-4/+8
2012-10-03technology: Add helpers for (un)registering a technology in D-BusTomasz Bursztyka1-11/+34
2012-10-03technology: Do not apply Powered setting change if hardblock is onTomasz Bursztyka1-1/+7
2012-10-03technology: Simplify set_powered functionTomasz Bursztyka1-7/+3
2012-10-03technology: Link hard rfkill with actual device's stateTomasz Bursztyka1-8/+18
2012-10-03technology: Handle harblock if all of them have identical typeTomasz Bursztyka1-0/+19
2012-10-03technology: Handle rfkill hardblockTomasz Bursztyka1-12/+28