diff --git a/TODO b/TODO new file mode 100644 index 0000000..5ace487 --- /dev/null +++ b/TODO @@ -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? diff --git a/econnman-bin.in b/econnman-bin.in index 3292638..1e14dbd 100755 --- a/econnman-bin.in +++ b/econnman-bin.in @@ -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")