summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-11Set hidden network group name at time of associationSamuel Ortiz1-2/+0
2009-07-11Remove deprecated and useless connect_known_network() functionMartin Xu1-64/+0
2009-07-09Set idle state after disconnecting deviceMartin Xu1-0/+6
2009-07-08Disconnect network before joining new networkMartin Xu1-0/+3
2009-07-07Add checks for networks if attribute is not availableSamuel Ortiz1-3/+5
2009-07-07The g_strcmp0 does the NULL pointer checking alreadyMarcel Holtmann1-4/+3
2009-07-07Only create new network if it doesn't existsSamuel Ortiz1-3/+73
2009-07-05Add function getting device disconnected stateMarcel Holtmann1-0/+11
2009-07-03Add device type for Ericsson MBM hardwareMarcel Holtmann1-0/+3
2009-07-03Fix to replace unprintable characters with a white spaceMarcel Holtmann1-9/+7
2009-07-02Use only printable characters for network nameSamuel Ortiz1-2/+28
2009-07-01Fix async handling of device powered propertyMarcel Holtmann1-5/+8
2009-07-01Fix handling of connect/disconnect for Ethernet devicesMarcel Holtmann1-11/+50
2009-06-30Return positive result if properties are already setMarcel Holtmann1-1/+1
2009-06-29Hook up setting of IPv4 propertiesMarcel Holtmann1-4/+10
2009-06-29Add IP configuration details to devices, networks and servicesMarcel Holtmann1-10/+19
2009-06-29First step towards a generic IP configuration infrastructureMarcel Holtmann1-5/+5
2009-06-29The device policy is a bad idea and so remove all support for itMarcel Holtmann1-161/+0
2009-06-29Add async handling for setting device power stateMarcel Holtmann1-3/+61
2009-06-29Remove handling of device propertiesMarcel Holtmann1-20/+0
2009-06-26Add proper service group name when connecting to hidden networksMarcel Holtmann1-0/+30
2009-06-26Call into device specific connect and disconnect callbacksMarcel Holtmann1-0/+6
2009-05-20Make network connect function private for nowMarcel Holtmann1-1/+1
2009-05-20Take reference when network is connected and assigned to deviceMarcel Holtmann1-2/+10
2009-05-19Don't auto-connect to network without a nameMarcel Holtmann1-4/+8
2009-05-17Fix broken handling of last network when disconnectiong manuallyMarcel Holtmann1-0/+4
2009-05-17Remove all usage of the Remember network propertyMarcel Holtmann1-18/+0
2009-05-16Include device details within the profile storageMarcel Holtmann1-31/+20
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