summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-09-24wifi: Fix tethering with kernel 3.5Artem Bityutskiy1-3/+0
2012-09-14session: Fix configuration plugin buildDaniel Wagner1-2/+2
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt2-2/+2
2012-08-30session: Move RoamingPolicy to configuration pluginDaniel Wagner1-2/+5
2012-08-30session: Move EmergencyCall to configuration pluginDaniel Wagner1-0/+2
2012-08-30session: Move Priority to configuration pluginDaniel Wagner1-2/+7
2012-08-30session: Add configuration pluginDaniel Wagner1-0/+76
2012-08-24pptp: Fix PPTP option typoPatrik Flykt1-1/+1
2012-08-23pptp: Get VPN gateway resolved IP addressJukka Rissanen1-1/+1
2012-08-23l2tp: Get VPN gateway resolved IP addressJukka Rissanen1-1/+1
2012-08-23vpn: Accept also "true" or "1" as a boolean valueJukka Rissanen3-3/+9
2012-08-23device: Refactor device scan functionJukka Rissanen2-84/+65
2012-08-22wifi: Ignore duplicate hidden APsJukka Rissanen1-23/+46
2012-08-22wifi: Always Scan hidden APsJukka Rissanen1-7/+0
2012-08-17dundee: Fix error code handling in add_device()Daniel Wagner1-4/+2
2012-08-16bluetooth: Add the device into hash table when relevantTomasz Bursztyka1-2/+2
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