|
|
| 121 |
for bw in "${bw_ac_ax[@]}" |
121 |
for bw in "${bw_ac_ax[@]}" |
| 122 |
do |
122 |
do |
| 123 |
#160 MHz not available in 2.4 GHz |
123 |
#160 MHz not available in 2.4 GHz |
| 124 |
[ ${std} = "11ax_2_4GHZ" ] && ([ ${bw} = "80" ] || [${bw} = "160" ]) && continue |
124 |
[ ${std} = "11ax_2_4GHZ" ] && ([ ${bw} = "80" ] || [ ${bw} = "160" ]) && continue |
| 125 |
#for all other combinations continue |
125 |
#for all other combinations continue |
| 126 |
echo "===============================================" |
126 |
echo "===============================================" |
| 127 |
echo "Run for wifi-trans-example for ${std} and ${bw} MHz" |
127 |
echo "Run for wifi-trans-example for ${std} and ${bw} MHz" |