diff options
-rw-r--r-- | lib/network/connection/wireless.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index aef2131..bfc70f4 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -5,6 +5,9 @@ use base qw(network::connection::ethernet); use strict; use common; +#- class attributes: +#- network: ID of the selected network + sub get_type_name() { N("Wireless") } sub _get_type_icon() { 'wireless' } sub get_devices { @@ -33,9 +36,6 @@ sub handles_ifcfg { sub get_metric { 35 } -#- class attributes: -#- network: ID of the selected network - my $wpa_supplicant_max_wep_key_len = 32; our %wireless_enc_modes = ( |