Rename 'NumberofBSSIDs' to 'NumberofBSSIDsOnSSID' for clarity in metrics reporting; remove debug flag setting in runtest.sh for cleaner execution.

This commit is contained in:
Yaro Kasear 2025-04-17 13:34:31 -05:00
parent 58abd38c3c
commit 51312b04de
2 changed files with 1 additions and 2 deletions

View file

@ -475,7 +475,7 @@ def main():
'UnlinkedDevices': unlinked,
'CiscoAvgReportedClients': cisco_avg_reported_clients,
'CiscoMaxReportedClients': cisco_max_reported_clients,
'NumberofBSSIDs': num_bssids,
'NumberofBSSIDsOnSSID': num_bssids,
'AvgSSIDSignal': average_signal,
'MaxSSIDSignal': max_ssid_signal,
'NumberofChannelsOnSSID': num_channels_ssid