summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-12-14Fix supplicant connection issue when specifying PSK securityMarcel Holtmann1-1/+2
2009-12-14Extract authentication modes (PSK and IEEE 802.1x) for IEMarcel Holtmann1-3/+83
2009-12-14Add plugin for Moblin specific featuresMarcel Holtmann1-0/+39
2009-12-14Add plugin for using Google Public DNS serviceMarcel Holtmann1-0/+48
2009-12-14Handle cases when provided DNS server has no interfaceMarcel Holtmann1-5/+8
2009-12-14Add some logging for DNS proxy changes within the server listMarcel Holtmann1-3/+16
2009-12-14Add workaround for EDNS0 queries that exceed the buffer sizeMarcel Holtmann1-3/+27
2009-12-14Handle additional DNS records when sending alternate requestMarcel Holtmann1-6/+10
2009-12-09Fix issue with TUN name assignment for VPNMarcel Holtmann1-1/+1
2009-12-09Add service types for system and VPN connectionsMarcel Holtmann1-0/+2
2009-12-09Add OpenConnect provider plugin for AnyConnect VPN supportMohamed Abbas1-0/+425
2009-12-09Add an option to allow processes spawn with pipesMohamed Abbas1-1/+2
2009-12-07Switch dhclient handling to task infrastructureMarcel Holtmann1-272/+134
2009-12-07Add support for setting hostname and domainname from DHCPMarcel Holtmann1-0/+41
2009-12-07Parse interface MTU values from DHCP resultsMarcel Holtmann1-0/+2
2009-12-07Add parsing of Domainname, Hostname and Timeserver resultsMarcel Holtmann1-0/+4
2009-12-07Switch to g_strcmp0 instead of g_ascii_strcasecmpMarcel Holtmann1-5/+5
2009-12-07Use DHCP driver for dhclient implementationMarcel Holtmann1-75/+44
2009-12-07Remove failed attempt to integrate with ModemManagerMarcel Holtmann1-115/+0
2009-12-06Remove unfinished and unneeded PPP supportMarcel Holtmann1-61/+0
2009-11-30Use simpler wpa_supplicant state trackingSam Leffler1-19/+3
2009-11-30Set path string for Bluetooth devicesMartin Xu1-0/+1
2009-11-29Remove outdated modem helper libraryMarcel Holtmann3-496/+1
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann1-29/+82
2009-11-28Disable DNS proxying when all services are disabledMarcel Holtmann1-14/+17
2009-11-28Follow changes to the default service and use its DNS serversMarcel Holtmann1-0/+27
2009-11-28Disable DNS proxy handling when in offline modeMarcel Holtmann1-3/+44
2009-11-26Remove empty plugins for Novatel and Huawei modemsMarcel Holtmann2-166/+0
2009-11-26Don't show passphrases in debug messagesMarcel Holtmann1-2/+1
2009-11-26Add checks for invalid supplicant state transitionsMarcel Holtmann1-3/+35
2009-11-26Trigger background scan after successful connectionMarcel Holtmann1-0/+3
2009-11-24Fix issue with potentially unused GPRS context typeMarcel Holtmann1-1/+1
2009-11-24Add first version of oFono GPRS supportMartin Xu1-8/+1254
2009-10-27Try to use SSID to connect AP when availableMartin Xu1-4/+4
2009-10-20Check data->network reference at MBM network cleanupMartin Xu1-0/+3
2009-10-20Set data->network as NULL when removing MBM networksMartin Xu1-0/+6
2009-10-10Fix broken libiWmxSDK callback parameter handlingInaky Perez-Gonzalez1-1/+8
2009-10-10Dynamically allocate wmxsdk device descriptorsInaky Perez-Gonzalez1-4/+14
2009-10-10Fix more WiMAX SDK API compat breakage from 1.4 to 1.5Inaky Perez-Gonzalez2-28/+47
2009-10-10Add work around Intel WiMAX SDK API breakageInaky Perez-Gonzalez2-3/+18
2009-10-09Fix handling when losing network access in MBM pluginMartin Xu1-11/+64
2009-10-02Update plugins to the new g_at_tty_open APIMarcel Holtmann1-1/+9
2009-09-22Cleanup scanning when the scanning is haltedMartin Xu1-1/+1
2009-09-19Fix broken concept of roaming tracking with MBM devicesMarcel Holtmann1-3/+7
2009-09-19Track roaming indication for cellular networksMarcel Holtmann1-16/+25
2009-09-18Add support for monitoring technology changes of MBM devicesMarcel Holtmann1-6/+47
2009-09-18Destroy the AT chat object only when modem got disabledMarcel Holtmann1-3/+11
2009-09-18Request and process network capability messagesMarcel Holtmann1-4/+13
2009-09-17Handle more technology notificationsMarcel Holtmann1-6/+34
2009-09-17Use IMSI to differentiate between cellular servicesMarcel Holtmann1-15/+30