summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-12Fix service state signal emission and error handlingMarcel Holtmann1-7/+8
2009-05-01Add support for marking devices as secondaryMarcel Holtmann1-6/+34
2009-04-23Add functions for handling unique device identifiersMarcel Holtmann1-0/+21
2009-04-21Fix carrier and disconnected interactionMarcel Holtmann1-13/+14
2009-04-21Add basic handling of configuration stateMarcel Holtmann1-1/+6
2009-04-21Reset disconnected state if carrier changesMarcel Holtmann1-0/+3
2009-04-21Fail connect attempt if not disconnectedMarcel Holtmann1-0/+3
2009-04-21Add functions for device connect/disconnect handlingMarcel Holtmann1-1/+10
2009-04-13Add error message for network and device storing failuresMarcel Holtmann1-1/+2
2009-04-06Add support for handling carrier updates from devicesMarcel Holtmann1-0/+2
2009-04-05Add function for getting device typeMarcel Holtmann1-0/+11
2009-04-04Fix broken handling of ignore policyMarcel Holtmann1-28/+47
2009-03-31Export device and network names via service interfaceMarcel Holtmann1-8/+11
2009-03-31Add function to retrieve string represenation for device typeMarcel Holtmann1-0/+5
2009-03-26Check result before overwriting WiFi.Security and WiFi.PassphraseMarcel Holtmann1-1/+1
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-25Add skeleton for method to join networksMarcel Holtmann1-0/+13
2009-03-25Add support for device address propertyMarcel Holtmann1-2/+13
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 Holtmann1-4/+3
2009-03-11Hook up device type and offline mode notificationsMarcel Holtmann1-6/+14
2009-03-11Add type for GPS based devices (just for power control)Marcel Holtmann1-0/+8
2009-03-11Add skeleton for profile/service integrationMarcel Holtmann1-0/+20
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-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-26Fix missing include of "string.h"Marcel Holtmann1-0/+2
2009-02-26Convert identifier on-demand if neededMarcel Holtmann1-1/+20
2009-01-21Reset scan trigger when scanning was performedMarcel Holtmann1-0/+11
2009-01-21Add support for ScanInterval propertyMarcel Holtmann1-0/+93
2009-01-21Don't try to re-connect to networks out of rangeMarcel Holtmann1-0/+3
2009-01-21Fix network out of range detectionMarcel Holtmann1-1/+4
2009-01-21Remove the disconnected state once connectedMarcel Holtmann1-0/+2
2009-01-21Add support for special disconnected device stateMarcel Holtmann1-0/+33
2009-01-21Reconnecting to last selected network by defaultMarcel Holtmann1-0/+31
2009-01-21More simplification of property functionsMarcel Holtmann1-1/+1
2009-01-21Add support for static IPv4 settingsMarcel Holtmann1-1/+29
2009-01-21Track current network within device frameworkMarcel Holtmann1-4/+9
2009-01-21Add support for disconnecting networks firstMarcel Holtmann1-0/+19
2009-01-21Add function to get device modeMarcel Holtmann1-0/+11
2009-01-21Verify argument type before processingMarcel Holtmann1-0/+12
2009-01-20Remove old property systemMarcel Holtmann1-2/+1
2009-01-20Rename FlightMode to OfflineModeMarcel Holtmann1-6/+6
2009-01-20Remove networks that are no longer availableMarcel Holtmann1-1/+32