summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-10-16wifi: Do not start autoscan if interface was not readyTomasz Bursztyka1-1/+4
2012-10-16gsupplicant: Add a new state according to 'interface_disabled'Tomasz Bursztyka1-0/+3
2012-10-02session: Move the default config create part back to coreDaniel Wagner1-11/+1
2012-09-27session_policy: Use bearer free functionDaniel Wagner1-10/+1
2012-09-27session: Remove unused functionsDaniel Wagner1-30/+0
2012-09-27session_policy: Implement create() and destroy()Daniel Wagner1-0/+63
2012-09-27session: Use session pointer instead of string idDaniel Wagner1-4/+6
2012-09-27session: Add plugin priorityDaniel Wagner1-0/+1
2012-09-27session: Rename session_config to session_policyDaniel Wagner1-10/+10
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