summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-08-15wifi: Try only twice when connecting to a non-favorite serviceJulien Massot1-2/+13
2012-08-14dundee Create ipconfig before setting indexDaniel Wagner1-0/+8
2012-08-14bluetooth: Defer add_networks() if adapter is not powered yetDaniel Wagner1-3/+63
2012-08-14bluetooth: Remove unused argument in check_networks()Daniel Wagner1-4/+3
2012-08-14bluetooth: Remove unused argument in add_network()Daniel Wagner1-3/+3
2012-08-14ofono: Set IPv6 nameserversDaniel Wagner1-2/+17
2012-08-14ofono: Create ipconfig before setting indexDaniel Wagner1-41/+26
2012-08-10dundee: Clean up device in case of setup failureGustavo Padovan1-9/+33
2012-08-10bluetooth: Add device to hash before registrationGustavo Padovan1-2/+3
2012-07-24wifi: Return -EBUSY when tetheringTomasz Bursztyka1-1/+1
2012-07-15plugins: Avoid shadowing connection variableMarcel Holtmann3-38/+38
2012-07-13wifi: Debug print fixedJukka Rissanen1-1/+1
2012-07-13wifi: Scan all hidden and provisioned APJukka Rissanen1-13/+59
2012-07-05wifi: Add support for autoscan requestTomasz Bursztyka1-1/+17
2012-07-05wifi: Add capability to set regulatory domain through device's interfaceTomasz Bursztyka1-0/+31
2012-07-05gsupplicant: Adapt set country callback to return a resultTomasz Bursztyka1-4/+5
2012-06-30ofono: Watch for signals only on OFONO_SERVICELucas De Marchi1-15/+18
2012-06-30dundee: Watch for signals only on DUNDEE_SERVICELucas De Marchi1-5/+5
2012-06-30bluetooth: Watch for signals only on BLUEZ_SERVICELucas De Marchi1-8/+9
2012-06-30ofono: Fix potential crashGuillaume Zajac1-0/+6
2012-06-28wifi: Add wifi pointer NULL checksPatrik Flykt1-3/+24
2012-06-25wifi: Check we have valid wifi pointer in autoscanJukka Rissanen1-0/+3
2012-06-18wifi: Use common scan callback handlingPatrik Flykt1-2/+1
2012-06-18wifi: Do a hidden WiFi network scan also for user scansPatrik Flykt1-3/+3
2012-06-18wifi: Use scan_callback() instead of hidden_scan_callback()Patrik Flykt1-36/+26
2012-06-18wifi: Reset autoscan timer on a new scanPatrik Flykt1-8/+14
2012-06-18wifi: Don't print an error when the wifi interface has been removedPatrik Flykt1-1/+1
2012-06-18wifi: Stop scanning when disabling wifiPatrik Flykt1-6/+8
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen1-2/+8
2012-06-06dundee: Fix wrong castingDaniel Wagner1-2/+2
2012-06-04bluetooth: Check ownership of deviceDaniel Wagner1-1/+16
2012-06-04dundee: Check ownership of deviceDaniel Wagner1-1/+16
2012-06-04dundee: Set device active/inactiveDaniel Wagner1-2/+103
2012-06-04dundee: Update network connected statusDaniel Wagner1-0/+31
2012-06-04dundee: Register connman_network at coreDaniel Wagner1-0/+45
2012-06-04dundee: Monitor Device.PropertyChanged signalDaniel Wagner1-1/+70
2012-06-04dundee: Create connman deviceDaniel Wagner1-0/+64
2012-06-04dundee: Parse device properties in add_deviceDaniel Wagner1-0/+147
2012-06-04dundee: Get modems when startingDaniel Wagner1-0/+97
2012-06-04dundee: Monitor DeviceAdded/DeviceRemoved signalDaniel Wagner1-1/+97
2012-06-04dundee: Watch service on D-BusDaniel Wagner1-0/+46
2012-06-04dundee: Add emply pluginDaniel Wagner1-0/+141
2012-05-25wifi: Stop autoscan in the relevant place.Tomasz Bursztyka1-4/+4
2012-05-25wifi: Check device is not already scanning before a new scan.Tomasz Bursztyka1-0/+9
2012-05-25wifi: If scanning, unref the device when removing wifi driver.Tomasz Bursztyka1-0/+4
2012-05-25wifi: Scanning is set to false in case of effective autoscan stop.Tomasz Bursztyka1-0/+2
2012-05-18Do not set signature and reply in GDBus tablesHenrique Dante de Almeida1-3/+3
2012-05-18Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida1-3/+7
2012-05-18Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
2012-05-18Constify GDBus method tablesHenrique Dante de Almeida1-1/+1