Remove obsolete file.
[connman] / TODO
1
2   o Support for WPA/WPA2 Enterprise WiFi authentication
3
4         With wpa_supplicant the support for WPA/WPA2 Enterprise is already
5         present, but it needs properly hooked up. This involves a correct
6         security architecture since it uses personalized credentials.
7
8   o Support for WPS based WiFi authentication
9
10         Newer versions of wpa_supplicant contain support for WPS. For full
11         integration of WPS support, the agent concept needs to be extended.
12
13   o Support for multiple profiles
14
15         Currently only one active profile (the default profile) is supported.
16
17   o Support for static IPv4 configuration
18
19         This is in theory possible, but no D-Bus API has been defined on how
20         to configure it.
21
22   o Support for interface statistics
23
24         Information about carrier speed etc. should be exported.
25
26   o Support for handling RFKILL events
27
28         The RFKILL events are received via the udev infrastructure, but not
29         acted upon. Current problem is to assign the event to the correct
30         physical device. In case of platform RFKILL switches this is a real
31         problem and not solved yet.
32