summaryrefslogtreecommitdiff
path: root/src/technology.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-15technology: Do not send any rfkill to kernel after receiving onesubmit/tizen_ivi_release/20131120.032027submit/tizen_ivi_genivi/20140131.015912submit/tizen/20130912.075641submit/tizen/20130815.011956ivi_oct_m2accepted/tizen_ivi_release/20131120.050253accepted/tizen/ivi/genivi/20140131.020206accepted/tizen/20130912.093500accepted/tizen/20130912.085336accepted/tizen/20130912.082351tizen_ivi_releasetizen_ivi_geniviJukka Rissanen1-37/+6
2013-08-15technology: Check hardblock when returning from offline modeJukka Rissanen1-0/+3
2013-08-14technology: Offlinemode could not be disabled if no technology was poweredJukka Rissanen1-5/+9
2013-08-09Upstream/technology: Follow external rfkill events and act accordinglyJukka Rissanen1-6/+27
2013-08-09Upstream/technology: Check offline mode separately when rfkill device is addedJukka Rissanen1-3/+4
2013-08-09Upstream/technology: Do not activate technology if returning fromJukka Rissanen1-0/+3
2013-08-09Upstream/technology: Print information when technogy is switched onJukka Rissanen1-1/+3
2013-07-26Tethering: Optimize the interface between connman and mobileap-agentChengyi Zhao1-2/+8
2013-07-18Tethering: Add hidden access point support in technologyChengyi Zhao1-1/+22
2013-07-18Tethering: Add open access point support in technologyChengyi Zhao1-15/+18
2013-07-18Tethering: Notify listeners when station connection changesChengyi Zhao1-0/+4
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