summaryrefslogtreecommitdiff
path: root/src/technology.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-05Fix abnormal wifi deactivationsubmit/tizen_3.0/20170106.055933accepted/tizen/3.0/wearable/20170106.095217accepted/tizen/3.0/tv/20170106.095153accepted/tizen/3.0/mobile/20170106.095138accepted/tizen/3.0/ivi/20170106.095236accepted/tizen/3.0/common/20170109.200255Jaehyun Kim1-1/+12
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
2012-10-03technology: Handle rfkill hash table in a saner wayTomasz Bursztyka1-6/+6
2012-10-01technology: Update tethering properties when relevantTomasz Bursztyka1-6/+22
2012-09-13technology: Returns the right error when setting tetheringTomasz Bursztyka1-2/+6
2012-09-07technology: Fix memory leak as the tethering strings were not freedJukka Rissanen1-0/+4
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-2/+2
2012-08-17technology: Move SetProperty to async method callTomasz Bursztyka1-1/+1
2012-08-17technology: Refactor enable/disable technologyTomasz Bursztyka1-86/+39
2012-08-14technology: Save tethering identifier and passphraseJulien Massot1-0/+18
2012-08-14technology: Rename save_state function by technology_saveJulien Massot1-6/+6