mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 10:22:34 +00:00
lf_associate_ap: corrects comment
This commit is contained in:
@@ -162,9 +162,6 @@ our $traffic_type = "separate"; # separate: download then upload, concurre
|
|||||||
our $default_mac_pat = "xx:xx:xx:*:*:xx";
|
our $default_mac_pat = "xx:xx:xx:*:*:xx";
|
||||||
our $mac_pattern = $::default_mac_pat;
|
our $mac_pattern = $::default_mac_pat;
|
||||||
|
|
||||||
## ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
|
|
||||||
## Usage #
|
|
||||||
## ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
|
|
||||||
our %wifi_modes = (
|
our %wifi_modes = (
|
||||||
"a" => "1",
|
"a" => "1",
|
||||||
"b" => "2",
|
"b" => "2",
|
||||||
@@ -184,6 +181,10 @@ our %wifi_modes = (
|
|||||||
our $wifi_mode ="";
|
our $wifi_mode ="";
|
||||||
our $bssid = "";
|
our $bssid = "";
|
||||||
my $mode_list = join("|", sort keys %wifi_modes);
|
my $mode_list = join("|", sort keys %wifi_modes);
|
||||||
|
|
||||||
|
## ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
|
||||||
|
## Usage #
|
||||||
|
## ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
|
||||||
my $usage = qq($0 [--mgr {host-name | IP}]
|
my $usage = qq($0 [--mgr {host-name | IP}]
|
||||||
[--mgr_port {ip port}] # use if on non-default management port
|
[--mgr_port {ip port}] # use if on non-default management port
|
||||||
[--resource {resource}] # use if multiple lanforge systems; defaults to 1
|
[--resource {resource}] # use if multiple lanforge systems; defaults to 1
|
||||||
|
|||||||
Reference in New Issue
Block a user