summaryrefslogtreecommitdiff
path: root/src/device.c
Commit message (Expand)AuthorAgeFilesLines
* device: Use network's connectable flagNaveen Singh2016-05-301-1/+5
* device: Remove unused device disconnected variablePatrik Flykt2015-09-111-35/+0
* device: Fix debug message in connman_device_set_powered()Peter Meerwald2015-07-221-1/+1
* device: Do not try to bring up an invalid device indexTomasz Bursztyka2014-08-151-3/+5
* device: Make sure the device is up and running before enabling itTomasz Bursztyka2014-08-081-0/+4
* device: Remove unused device->devnamePatrik Flykt2014-05-091-5/+0
* device: Provide the service type to the scanning methodTomasz Bursztyka2014-04-021-8/+15
* technology: Explicitely set the technology that started the scan.Tomasz Bursztyka2014-04-021-2/+2
* src: Add a new service type for P2PTomasz Bursztyka2014-04-021-0/+1
* device: Remove unused functionPatrik Flykt2014-03-311-17/+0
* device: Remove unused functionDaniel Wagner2014-03-211-5/+0
* src: Update copyright year(s)Patrik Flykt2014-03-111-1/+1
* service: Add connect reason to __connman_serice_auto_connect()Daniel Wagner2014-02-171-2/+2
* device: Security should be provided when scanning for a hidden SSIDTomasz Bursztyka2014-01-161-5/+5
* device: Disable had too strict checks which can prevent disconnectJukka Rissanen2013-11-211-3/+3
* device: Remove unused reconnect setting functionsPatrik Flykt2013-10-081-18/+0
* device: Do not cleanup already provisioned interfacesJukka Rissanen2013-10-081-0/+20
* device: Let the scan function to decide on current statusTomasz Bursztyka2013-08-081-3/+0
* core: Do not compare expression against NULLDaniel Wagner2013-08-071-32/+32
* core: Whitespace cleanupDaniel Wagner2013-07-231-2/+5
* core: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-75/+75
* device: Add support functions needed by ethernet tetheringJukka Rissanen2013-04-261-0/+43
* device: Check positive device filter correctlyJukka Rissanen2013-03-071-4/+10
* core: Remove WiMAX definitions from codePatrik Flykt2013-01-041-9/+0
* core: Use glib memory functionsDaniel Wagner2012-12-201-3/+3
* device: Include stdlib.hDaniel Wagner2012-11-231-0/+1
* device: Move device creation func into device.cJukka Rissanen2012-11-231-0/+178
* device: Do not mark connecting networks unavailableTomasz Bursztyka2012-10-221-1/+2
* device: Add a getter for powered propertyTomasz Bursztyka2012-10-161-0/+5
* Use g_slist_prepend() where appropriatePatrik Flykt2012-09-041-1/+1
* device: Refactor device scan functionJukka Rissanen2012-08-231-7/+5
* service: Allow plugins to lookup services by networksDaniel Wagner2012-08-141-1/+1
* device: Remove unused phyindexDaniel Wagner2012-08-031-14/+0
* device: Do not set regdom when device is not poweredTomasz Bursztyka2012-07-171-0/+3
* device: Turn off all running interfaces at startupJukka Rissanen2012-07-091-0/+50
* device: Add capability to notify on regulatory domain settingTomasz Bursztyka2012-07-051-0/+13
* device: Add driver capability to set regulatory domain on device basisTomasz Bursztyka2012-07-051-0/+16
* main: Use 'NetworkInterfaceBlacklist' string everywherePatrik Flykt2012-06-251-1/+1
* device: Consider blacklisted interfaces from main.conf when filteringManfred Kober2012-06-251-1/+15
* device: Don't unnecessarily set device->scanning to falsePatrik Flykt2012-06-181-2/+0
* device: Combine multiple if statements into one block of codePatrik Flykt2012-06-181-5/+4
* device: Combine two if statements with identical outcomePatrik Flykt2012-06-181-6/+1
* service: Connecting hidden network waits until connectedJukka Rissanen2012-06-181-2/+3
* device: Make scanning getter method public.Tomasz Bursztyka2012-05-251-1/+1
* core: Update copyright informationMarcel Holtmann2012-04-291-1/+1
* device: Removing emulated background scanningTomasz Bursztyka2012-04-231-103/+0
* device: Remove the scheduled scan methodTomasz Bursztyka2012-04-231-5/+0
* device: use g_hash_table_replace instead of insert functionTomasz Bursztyka2012-04-171-1/+1
* device: Notify technology when a scan has started or stoppedPatrik Flykt2012-02-041-0/+4
* device: Return success if scan succeeded for at least one devicePatrik Flykt2012-02-041-5/+11