From 3e63f97d20bbefdad2e6af39c3e852d3479193da Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Mon, 23 Mar 2020 17:16:39 -0700 Subject: [PATCH] genia-stations: smaller station set --- genia-stations.sh | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/genia-stations.sh b/genia-stations.sh index 8e9fe263..e19b9b8d 100755 --- a/genia-stations.sh +++ b/genia-stations.sh @@ -10,11 +10,17 @@ M=ct524-genia.jbr.candelatech.com SSID=(jedway-wpa2-x2048-5-1 jedway-wpa2-x2048-5-1) +#declare -A batches=( +# [wiphy0]=000,200 +# [wiphy1]=200,200 +# [wiphy2]=400,63 +# [wiphy3]=463,63 +#) declare -A batches=( - [wiphy0]=000,200 - [wiphy1]=200,200 - [wiphy2]=400,63 - [wiphy3]=463,63 + [wiphy0]=000,4 + [wiphy1]=004,4 + [wiphy2]=008,4 + [wiphy3]=012,4 ) function create_batch() {