Release 0.10
[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 multiple profiles
9
10         Currently only one active profile (the default profile) is supported.
11
12   o Support for static IPv4 configuration
13
14         This is in theory possible, but no D-Bus API has been defined on how
15         to configure it.
16
17   o Support for interface statistics
18
19         Information about carrier speed etc. should be exported.
20
21   o Support for handling RFKILL events
22
23         The RFKILL events are received via the udev infrastructure, but not
24         acted upon. Current problem is to assign the event to the correct
25         physical device. In case of platform RFKILL switches this is a real
26         problem and not solved yet.
27