summaryrefslogtreecommitdiff
path: root/src/technology.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-05technology: check validity of given properties for tetheringJulien Massot1-2/+5
2012-07-05technology: return already enabled when tethering is enabledJulien Massot1-1/+1
2012-07-05technology: Set regulatory domain by device or fallback to technology basedTomasz Bursztyka1-4/+32
2012-07-05technology: Notify the regulatory domain setting by deviceTomasz Bursztyka1-0/+15
2012-06-25technology: Return proper error code when already disabledJukka Rissanen1-1/+4
2012-06-25technology: Return proper error code when already enabledJukka Rissanen1-1/+4
2012-06-18technology: Disable technology when the last device is unpoweredPatrik Flykt1-4/+8
2012-06-18technology: Remove unneeded scan stop when removing devicePatrik Flykt1-3/+0
2012-05-25device: Make scanning getter method public.Tomasz Bursztyka1-2/+2
2012-05-18Do not set signature and reply in GDBus tablesHenrique Dante de Almeida1-4/+4
2012-05-18Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida1-6/+9
2012-05-18Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
2012-05-18Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
2012-05-17technology: Set deprecated flag for GetProperties methodMarcel Holtmann1-1/+2
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-27technology: Create the settings file in initJukka Rissanen1-0/+3
2012-04-27technology: Save technology state if entry is missing from fileJukka Rissanen1-28/+30
2012-04-27technology: Offline mode is OFF by defaultJukka Rissanen1-2/+2
2012-04-27technology: Enable ethernet by defaultJukka Rissanen1-2/+9
2012-04-20technology: Fix indentionDaniel Wagner1-1/+1