mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Added ax station count for BE radio
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -277,6 +277,7 @@ class lf_libs:
|
||||
self.max_5g_stations += 1 * int(str(data[info]["max_vifs"]))
|
||||
self.max_6g_stations += 1 * int(str(data[info]["max_vifs"]))
|
||||
self.max_be_stations += 1 * int(str(data[info]["max_vifs"]))
|
||||
self.max_ax_stations += 1 * int(str(data[info]["max_vifs"]))
|
||||
self.be200_radios.append(info)
|
||||
if str(data[info]["driver"]).__contains__("AX210"):
|
||||
self.max_possible_stations += 1
|
||||
|
||||
Reference in New Issue
Block a user