Rename 'NumberofBSSIDs' to 'NumberofBSSIDsOnSSID' for clarity in metrics reporting; remove debug flag setting in runtest.sh for cleaner execution.
This commit is contained in:
parent
58abd38c3c
commit
51312b04de
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue