mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
lf_associate_ap.pl added 'auto' as one of the selections for --wifi_modes
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
d50fdd0e4d
commit
4f56e759b2
@@ -196,6 +196,7 @@ our $default_mac_pat = "xx:xx:xx:*:*:xx";
|
||||
our $mac_pattern = $::default_mac_pat;
|
||||
our $gateway = "NA";
|
||||
our %wifi_modes = (
|
||||
"auto" => "0",
|
||||
"a" => "1",
|
||||
"b" => "2",
|
||||
"g" => "3",
|
||||
|
||||
Reference in New Issue
Block a user