From 4f56e759b252ce9a908da17a9f363b1380b6b2ba Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sat, 5 Mar 2022 06:41:30 -0700 Subject: [PATCH] lf_associate_ap.pl added 'auto' as one of the selections for --wifi_modes Signed-off-by: Chuck SmileyRekiere --- lf_associate_ap.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/lf_associate_ap.pl b/lf_associate_ap.pl index c3135058..07d1bd75 100755 --- a/lf_associate_ap.pl +++ b/lf_associate_ap.pl @@ -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",