Merging branch for Chamber view functionality

This commit is contained in:
shivamcandela
2021-05-21 17:05:18 +05:30
8 changed files with 457 additions and 493 deletions

View File

@@ -441,7 +441,7 @@ FRAMEWORK MARKER LOGIC
def get_security_flags():
# Add more classifications as we go
security = ["open", "wpa", "wpa2_personal", "wpa3_personal", "wpa3_personal_mixed",
"wpa2_enterprise", "wpa3_enterprise", "twog", "fiveg", "radius"]
"wpa_wpa2_personal_mixed", "wpa2_enterprise", "wpa3_enterprise", "twog", "fiveg", "radius"]
yield security