summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/wireless.pm
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-06-08 12:53:38 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-06-08 12:53:38 +0000
commitcd02bf652275c8fca26932efba326e14e3064146 (patch)
treeed6ba66cad996e66744331fafbbb84bdeab84d1f /lib/network/connection/wireless.pm
parent05ba05d53a607f63290c23a7d28c4a57bd79fad2 (diff)
downloaddrakx-net-cd02bf652275c8fca26932efba326e14e3064146.tar
drakx-net-cd02bf652275c8fca26932efba326e14e3064146.tar.gz
drakx-net-cd02bf652275c8fca26932efba326e14e3064146.tar.bz2
drakx-net-cd02bf652275c8fca26932efba326e14e3064146.tar.xz
drakx-net-cd02bf652275c8fca26932efba326e14e3064146.zip
Revert "Simplified wireless configuration for Mandriva 2010", as it
oversimplifies too much right now (based on discussion from #46010).
Diffstat (limited to 'lib/network/connection/wireless.pm')
-rw-r--r--lib/network/connection/wireless.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index 97c9975..42b9747 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -450,12 +450,10 @@ sub get_network_access_settings {
{ label => N("Operating Mode"), val => \$self->{access}{network}{mode},
list => [ N_("Ad-hoc"), N_("Managed"), N_("Master"), N_("Repeater"), N_("Secondary"), N_("Auto") ],
format => \&translate,
- advanced => 1,
},
{ label => N("Network name (ESSID)"), val => \$self->{access}{network}{essid},
disabled => sub { my $network = $self->get_selected_network; $network && $network->{essid} } },
{ label => N("Encryption mode"), val => \$self->{access}{network}{encryption}, list => [ keys %wireless_enc_modes ],
- advanced => 1,
sort => 1, format => sub { translate($wireless_enc_modes{$_[0]}) } },
{ label => N("Encryption key"), val => \$self->{access}{network}{key},
hidden => sub { $self->{hide_passwords} },
@@ -464,21 +462,18 @@ sub get_network_access_settings {
type => "bool", val => \$self->{hide_passwords} },
{ text => N("Force using this key as ASCII string (e.g. for Livebox)"),
type => "bool", val => \$self->{access}{network}{force_ascii_key},
- advanced => 1,
disabled => sub {
#- only for WEP keys looking like hexadecimal
!member($self->{access}{network}{encryption}, qw(open restricted)) ||
!get_hex_key($self->{access}{network}{key});
} },
{ label => N("EAP Login/Username"), val => \$self->{access}{network}{eap_identity},
- advanced => 1,
disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' },
help => N("The login or username. Format is plain text. If you
need to specify domain then try the untested syntax
DOMAIN\\username") },
{ label => N("EAP Password"), val => \$self->{access}{network}{eap_password},
hidden => sub { $self->{hide_passwords} },
- advanced => 1,
disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' },
help => N(" Password: A string.
Note that this is not the same thing as a psk.
@@ -495,7 +490,6 @@ automatically PEAP and TTLS modes.
TLS mode is completely certificate based and may ignore
the username and password values specified here.") },
{ label => N("EAP client certificate"), val => \$self->{access}{network}{eap_client_cert},
- advanced => 1,
disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' },
help => N("The complete path and filename of client certificate. This is
only used for EAP certificate based authentication. It could be