2 o Support for WPA/WPA2 Enterprise WiFi authentication
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.
8 o Support for WPS based WiFi authentication
10 Newer versions of wpa_supplicant contain support for WPS. For full
11 integration of WPS support, the agent concept needs to be extended.
13 o Support for multiple profiles
15 Currently only one active profile (the default profile) is supported.
17 o Support for static IPv4 configuration
19 This is in theory possible, but no D-Bus API has been defined on how
22 o Support for interface statistics
24 Information about carrier speed etc. should be exported.
26 o Support for handling RFKILL events
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.