Add TODO and remove eol whitespace added by previous commit.

This commit is contained in:
Kai Huuhko 2013-12-13 18:22:43 +02:00
parent f797c7d2d8
commit 278535b57b
2 changed files with 11 additions and 1 deletions

10
TODO Normal file
View File

@ -0,0 +1,10 @@
IEEE802.1x
==========
(See phab T654)
Questions that are still there:
- 1 vs. N config file(s)? The latter would either need changes to connman's .service file or entire write access to /var/lib/connman. Both of which aren't really desireable
- integrate modes guessing into econnman vs. standalone app?
- remember passwords in files or some keyring?

View File

@ -948,7 +948,7 @@ class ServiceView(ObjectView):
fr, bx = self.add_readonly_section("VPN", self.vpn_fields)
self.vpn_frame = fr
# section 2 Phase Authentication
# section 2 Phase Authentication
if (self.type == "wifi") and ("ieee8021x" in self.security_mode):
fr, bx = self.add_frame_and_box(self.box, "ieee8021x")