diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-01-09 00:07:41 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-01-09 00:07:41 +0100 |
commit | 44ce220955fd54779c4e46406216e79076e88152 (patch) | |
tree | 0b94ce53584b0a2a48ff6e933acda70a5b1e79db /TODO | |
parent | a00f6a3cb44fa2f40b2ee3ceb12f575cc939e027 (diff) | |
download | connman-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-- | TODO | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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. + |