summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Check result before overwriting WiFi.Security and WiFi.PassphraseMarcel Holtmann2-5/+12
2009-03-26Fix parsing of network dictionaryMarcel Holtmann1-4/+10
2009-03-25Create network with dummy identifier and correct typeMarcel Holtmann1-1/+10
2009-03-25Set device index for network to be joinedMarcel Holtmann1-1/+4
2009-03-25Add support for join device driver callbackMarcel Holtmann1-1/+43
2009-03-25Fix wrong error return valueMarcel Holtmann1-1/+1
2009-03-25Add skeleton for method to join networksMarcel Holtmann1-0/+13
2009-03-25Add proper comment to generated /etc/resolv.conf fileMarcel Holtmann1-1/+4
2009-03-25Store address property for Ethernet, WiFi and WiMAX devicesMarcel Holtmann1-1/+50
2009-03-25Add support for device address propertyMarcel Holtmann1-2/+13
2009-03-25Unregister children of networks before disconnectingMarcel Holtmann1-0/+2
2009-03-25Add support for network address propertyMarcel Holtmann1-2/+13
2009-03-24Handle DHCP failures and disconnect from the networkMarcel Holtmann1-0/+28
2009-03-24Add definitions for element states and errorsMarcel Holtmann1-0/+24
2009-03-23Fix crash with property blobsMarcel Holtmann1-1/+1
2009-03-14Don't load last used network from configurationMarcel Holtmann1-0/+2
2009-03-11Add initial support for common property key constantsMarcel Holtmann1-7/+14
2009-03-11Add fully dynamic property storage capabilitiesMarcel Holtmann4-32/+127
2009-03-11Add implementation for notifier hooksMarcel Holtmann1-0/+61
2009-03-11Hook up device type and offline mode notificationsMarcel Holtmann3-6/+33
2009-03-11Add type for GPS based devices (just for power control)Marcel Holtmann2-0/+10
2009-03-11Add more helpers for handling profile/service supportMarcel Holtmann3-1/+79
2009-03-11Add basic support for notifier infrastructureMarcel Holtmann4-2/+88
2009-03-11Add skeleton for profile/service integrationMarcel Holtmann4-0/+58
2009-03-09Enforce threading support when using Intel WiMAX pluginMarcel Holtmann1-5/+6
2009-03-08Use idle callback and make sure it is not called twiceMarcel Holtmann1-2/+4
2009-03-08Let the network drivers set connection state via idle callbackMarcel Holtmann1-1/+1
2009-03-08Use the network list from the hash tableMarcel Holtmann1-2/+10
2009-03-08Fix wrong return value for device type checkMarcel Holtmann1-1/+1
2009-03-08Move network connection state handling to idle callbackMarcel Holtmann1-39/+47
2009-03-08Fix connected state change handlingMarcel Holtmann1-1/+2
2009-03-08Make sure only matching device probe routines are calledMarcel Holtmann1-0/+3
2009-03-08Don't send signals when powered state changes occur during probeMarcel Holtmann1-0/+3
2009-03-08Fix issue with network identifier lookupMarcel Holtmann1-20/+1
2009-02-28Load plugins in priority orderMarcel Holtmann1-6/+13
2009-02-27Add priority field to plugin descriptionMarcel Holtmann1-1/+9
2009-02-26Fix missing include of "string.h"Marcel Holtmann1-0/+2
2009-02-26Convert identifier on-demand if neededMarcel Holtmann2-2/+36
2009-02-26Disable WiMAX device detection for nowMarcel Holtmann1-1/+3
2009-02-26Add network type for WiMAXMarcel Holtmann1-0/+2
2009-01-23Move connection signal handling away from elements coreMarcel Holtmann2-85/+180
2009-01-23Remove some empty linesMarcel Holtmann1-6/+0
2009-01-21Reset scan trigger when scanning was performedMarcel Holtmann1-0/+11
2009-01-21Add support for ScanInterval propertyMarcel Holtmann1-0/+93
2009-01-21Add support for toggling debug outputMarcel Holtmann3-0/+17
2009-01-21Don't try to re-connect to networks out of rangeMarcel Holtmann1-0/+3
2009-01-21Add extra options to exclude devices and pluginsMarcel Holtmann4-8/+27
2009-01-21Fix network out of range detectionMarcel Holtmann1-1/+4
2009-01-21Remove the disconnected state once connectedMarcel Holtmann2-4/+6
2009-01-21Add support for special disconnected device stateMarcel Holtmann2-0/+37