Skip to content

Commit 06ffee2

Browse files
committed
Add HaLow to wifi band enums.
Signed-off-by: Adam Capparelli <adam.capparelli@alumni.utoronto.ca>
1 parent fa3c325 commit 06ffee2

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

src/framework/ConfigurationValidator.cpp

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,8 @@ static std::string DefaultAPSchema = R"foo(
552552
"5G",
553553
"5G-lower",
554554
"5G-upper",
555-
"6G"
555+
"6G",
556+
"HaLow"
556557
]
557558
},
558559
"bandwidth": {
@@ -2312,7 +2313,8 @@ static std::string DefaultAPSchema = R"foo(
23122313
"5G",
23132314
"5G-lower",
23142315
"5G-upper",
2315-
"6G"
2316+
"6G",
2317+
"HaLow"
23162318
]
23172319
}
23182320
},
@@ -3745,7 +3747,8 @@ static std::string DefaultAPSchema = R"foo(
37453747
"5G",
37463748
"5G-lower",
37473749
"5G-upper",
3748-
"6G"
3750+
"6G",
3751+
"HaLow"
37493752
]
37503753
}
37513754
},
@@ -4895,7 +4898,8 @@ static std::string DefaultSWITCHSchema = R"foo(
48954898
"5G",
48964899
"5G-lower",
48974900
"5G-upper",
4898-
"6G"
4901+
"6G",
4902+
"HaLow"
48994903
]
49004904
},
49014905
"bandwidth": {
@@ -6536,7 +6540,8 @@ static std::string DefaultSWITCHSchema = R"foo(
65366540
"5G",
65376541
"5G-lower",
65386542
"5G-upper",
6539-
"6G"
6543+
"6G",
6544+
"HaLow"
65406545
]
65416546
}
65426547
},
@@ -7759,7 +7764,8 @@ static std::string DefaultSWITCHSchema = R"foo(
77597764
"5G",
77607765
"5G-lower",
77617766
"5G-upper",
7762-
"6G"
7767+
"6G",
7768+
"HaLow"
77637769
]
77647770
}
77657771
},

0 commit comments

Comments
 (0)