summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-05Remove gateway setup into the core connection handlingMarcel Holtmann2-293/+237
2009-01-05Register connection interfaceMarcel Holtmann1-3/+94
2009-01-05Reorder device, network and connection setupMarcel Holtmann1-4/+4
2009-01-05Add skeleton for core connection driverMarcel Holtmann4-3/+74
2009-01-05Handle scanning status and connectingMarcel Holtmann1-4/+13
2009-01-05Add support for connecting known networksMarcel Holtmann3-0/+59
2009-01-05Add support for automatic connection policyMarcel Holtmann3-2/+46
2009-01-05Remove ununsed disconnect codeMarcel Holtmann1-4/+0
2009-01-05Check connected state and improve disconnectMarcel Holtmann1-2/+12
2009-01-05Fix problem with wpa_supplicant disconnectMarcel Holtmann1-0/+3
2009-01-05Fix WiFi connection handlingMarcel Holtmann1-17/+39
2009-01-05Add function for handling WiFi passphrasesMarcel Holtmann1-1/+8
2009-01-05Fix coding style issueMarcel Holtmann1-1/+1
2009-01-05Remove shadowed variablesMarcel Holtmann1-2/+1
2009-01-05Add support for connecting WiFi networksMarcel Holtmann3-14/+46
2009-01-05Add function to retrieve blob from networkMarcel Holtmann2-0/+22
2009-01-05Detect changes in WiFi security settingMarcel Holtmann1-11/+12
2009-01-05Add support for storing network detailsMarcel Holtmann1-0/+92
2009-01-05Fix memory leak in loading functionMarcel Holtmann1-2/+4
2009-01-05Add function to get device nameMarcel Holtmann2-0/+12
2009-01-05Remove unused available variableMarcel Holtmann1-1/+0
2009-01-05Remove element specific storage functionsMarcel Holtmann3-172/+0
2009-01-05Use device and network specific storage helpersMarcel Holtmann2-1/+3
2009-01-05Add support for setting network propertiesMarcel Holtmann1-0/+21
2009-01-05Use dbus_bool_t for exported variablesMarcel Holtmann1-5/+5
2009-01-05Only return networks that are registeredMarcel Holtmann3-0/+22
2009-01-05Check for invalid devices firstMarcel Holtmann1-1/+1
2009-01-05Update WiFi plugin for new network helper functionsMarcel Holtmann3-498/+182
2009-01-05Remove scanning support from elementsMarcel Holtmann2-47/+0
2009-01-05Remove special handling for devices and networksMarcel Holtmann1-14/+0
2009-01-05Remove network interface support from elementsMarcel Holtmann1-145/+2
2009-01-05Use the property functions for path dataMarcel Holtmann1-7/+8
2009-01-05Add support for more device and network propertiesMarcel Holtmann4-42/+93
2009-01-05Add functions for setting network propertiesMarcel Holtmann3-7/+124
2009-01-04Fix typo in state parsingMarcel Holtmann1-1/+1
2009-01-04Fix error messages for interface repliesMarcel Holtmann1-2/+2
2009-01-04Use async creation and removal for supplicant interfacesMarcel Holtmann2-102/+118
2009-01-04Don't attempt scanning if device is switched offMarcel Holtmann1-0/+3
2009-01-04Add support for device default storageMarcel Holtmann1-0/+72
2009-01-04Hook up default storage callbacksMarcel Holtmann2-0/+32
2009-01-04Remove useless driver debugging detailsMarcel Holtmann1-8/+0
2009-01-04Hook up loading and saving functionsMarcel Holtmann1-0/+6
2009-01-04Add functions for loading and saving informationMarcel Holtmann2-0/+85
2009-01-04Add storage callbacks for networksMarcel Holtmann1-0/+4
2009-01-04Register default device and network storage driversMarcel Holtmann2-0/+20
2009-01-04Add skeleton for storage driversMarcel Holtmann4-4/+103
2009-01-04Add callbacks to supplicant driverMarcel Holtmann3-34/+61
2009-01-04Use global supplicant filter matching ruleMarcel Holtmann3-56/+12
2009-01-04Remove unused prototype declarationMarcel Holtmann1-2/+0
2009-01-04Add basics for a supplicant driver and use itMarcel Holtmann3-43/+118