From f674cdbcb25bf418d094f8c3879410a9635ffc1d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 31 Mar 2005 14:30:24 +0000 Subject: add some comment for post 10.2 --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 88fb25555..a3f50cfe8 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1184,6 +1184,7 @@ notation (for example, 1.2.3.4).")), { label => N("Sensitivity threshold"), val => \$ethntf->{WIRELESS_SENS}, advanced => 1 }, { label => N("Bitrate (in b/s)"), val => \$ethntf->{WIRELESS_RATE}, advanced => 1 }, { label => N("Encryption key"), val => \$ethntf->{WIRELESS_ENC_KEY} }, + #- FIXME: ask if the access point is open or restricted { text => N("Use Wi-Fi Protected Access (WPA)"), val => \$ethntf->{WIRELESS_USE_WPA}, type => "bool" }, ]; }, -- cgit v1.2.1