summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-09 00:07:41 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-09 00:07:41 +0100
commit44ce220955fd54779c4e46406216e79076e88152 (patch)
tree0b94ce53584b0a2a48ff6e933acda70a5b1e79db /TODO
parenta00f6a3cb44fa2f40b2ee3ceb12f575cc939e027 (diff)
downloadconnman-44ce220955fd54779c4e46406216e79076e88152.tar.gz
connman-44ce220955fd54779c4e46406216e79076e88152.tar.bz2
connman-44ce220955fd54779c4e46406216e79076e88152.zip
Add TODO documentation for tracking work in progress
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 00000000..cd8e18ce
--- /dev/null
+++ b/TODO
@@ -0,0 +1,16 @@
+
+ o Support for WPA/WPA2 Enterprise WiFi authentication
+
+ With wpa_supplicant the support for WPA/WPA2 Enterprise is already
+ present, but it needs properly hooked up. This involves a correct
+ security architecture since it uses personalized credentials.
+
+ o Support for multiple profiles
+
+ Currently only one active profile (the default profile) is supported.
+
+ o Support for static IPv4 configuration
+
+ This is in theory possible, but no D-Bus API has been defined on how
+ to configure it.
+