summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-07Add support for dlogJaehyun Kim1-1/+9
2020-08-27Add support for handling multiple wifi interfacessubmit/tizen/20200828.142119Jaehyun Kim1-1/+192
2020-04-16Add intelligent Network Selectionsubmit/tizen/20200417.010643accepted/tizen/unified/20200417.152700hyunuk.tak1-0/+202
2019-09-18Imported Upstream version 1.37submit/tizen/20190920.082459Nishant Chaprana1-34/+109
2019-07-04Imported Upstream version 1.37upstream/1.37Nishant Chaprana1-29/+104
2018-08-24[connman] Added Tizen Wi-Fi Meshsubmit/tizen/20180824.072908Nishant Chaprana1-0/+110
2018-01-23Updated connman to version 1.35Seonah Moon1-39/+9
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-39/+9
2017-09-07[connman] Notify 'ScanDone' signal with scan-type info.Niraj Kumar Goit1-1/+9
2017-08-16[connman]Added DBus method for wifi Specific AP Scan.submit/tizen/20170817.042132accepted/tizen/unified/20170818.000126Niraj Kumar Goit1-0/+67
2016-06-17[SPIN] Fix the connman bugs.Niraj Kumar Goit1-0/+3
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+8
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-0/+6
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-165/+148
2013-04-26device: Add support functions needed by ethernet tetheringJukka Rissanen1-0/+43
2013-03-07device: Check positive device filter correctlyJukka Rissanen1-4/+10
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-9/+0
2012-12-20core: Use glib memory functionsDaniel Wagner1-3/+3
2012-11-23device: Include stdlib.hDaniel Wagner1-0/+1
2012-11-23device: Move device creation func into device.cJukka Rissanen1-0/+178
2012-10-22device: Do not mark connecting networks unavailableTomasz Bursztyka1-1/+2
2012-10-16device: Add a getter for powered propertyTomasz Bursztyka1-0/+5
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-1/+1
2012-08-23device: Refactor device scan functionJukka Rissanen1-7/+5
2012-08-14service: Allow plugins to lookup services by networksDaniel Wagner1-1/+1
2012-08-03device: Remove unused phyindexDaniel Wagner1-14/+0
2012-07-17device: Do not set regdom when device is not poweredTomasz Bursztyka1-0/+3
2012-07-09device: Turn off all running interfaces at startupJukka Rissanen1-0/+50
2012-07-05device: Add capability to notify on regulatory domain settingTomasz Bursztyka1-0/+13
2012-07-05device: Add driver capability to set regulatory domain on device basisTomasz Bursztyka1-0/+16
2012-06-25main: Use 'NetworkInterfaceBlacklist' string everywherePatrik Flykt1-1/+1
2012-06-25device: Consider blacklisted interfaces from main.conf when filteringManfred Kober1-1/+15
2012-06-18device: Don't unnecessarily set device->scanning to falsePatrik Flykt1-2/+0
2012-06-18device: Combine multiple if statements into one block of codePatrik Flykt1-5/+4
2012-06-18device: Combine two if statements with identical outcomePatrik Flykt1-6/+1
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen1-2/+3
2012-05-25device: Make scanning getter method public.Tomasz Bursztyka1-1/+1
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-23device: Removing emulated background scanningTomasz Bursztyka1-103/+0
2012-04-23device: Remove the scheduled scan methodTomasz Bursztyka1-5/+0
2012-04-17device: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2012-02-04device: Notify technology when a scan has started or stoppedPatrik Flykt1-0/+4
2012-02-04device: Return success if scan succeeded for at least one devicePatrik Flykt1-5/+11
2012-02-04device: Return -EOPNOTSUPP if the device does not support scanningPatrik Flykt1-1/+1
2012-01-24device: Add caller information to ref/unref debug prints.Jukka Rissanen1-3/+9
2012-01-05device: Disconnect service when disabling deviceJukka Rissanen1-2/+9
2011-12-12device: Add function for requesting a hidden scanPatrik Flykt1-0/+17
2011-11-10core: Use gcc atomics instead glib's onesDaniel Wagner1-3/+3
2011-10-31device: Cancel pending trigger when device is removedDaniel Wagner1-5/+10
2011-10-06device: Disconnect a connected network before disabling the deviceAlok Barsode1-0/+3