summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-05-25 12:32:21 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-05-25 12:32:21 +0200
commit36f45d5fcb9ed6755d89c3d061791bbb31ddecd2 (patch)
tree7eff7082de385b107f026880af2805816663ebe0 /TODO
parent3e48f9fbcbfbccc5a94f9c776da65f0c63364aa8 (diff)
downloadconnman-36f45d5fcb9ed6755d89c3d061791bbb31ddecd2.tar.gz
connman-36f45d5fcb9ed6755d89c3d061791bbb31ddecd2.tar.bz2
connman-36f45d5fcb9ed6755d89c3d061791bbb31ddecd2.zip
Remove implemented items from the TODO list
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 0 insertions, 22 deletions
diff --git a/TODO b/TODO
index ee6a01e4..7d923300 100644
--- a/TODO
+++ b/TODO
@@ -1,32 +1,10 @@
- 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 WPS based WiFi authentication
Newer versions of wpa_supplicant contain support for WPS. For full
integration of WPS support, the agent concept needs to be extended.
- 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.
-
o Support for interface statistics
Information about carrier speed etc. should be exported.
- o Support for handling RFKILL events
-
- The RFKILL events are received via the udev infrastructure, but not
- acted upon. Current problem is to assign the event to the correct
- physical device. In case of platform RFKILL switches this is a real
- problem and not solved yet.
-