diff --git a/jc/parsers/iw_scan.py b/jc/parsers/iw_scan.py index d9bd74c4..7470be57 100644 --- a/jc/parsers/iw_scan.py +++ b/jc/parsers/iw_scan.py @@ -118,7 +118,7 @@ class info(): description = 'iw dev scan command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' - # details = 'enter any other details here' + details = 'Enhancements by Philipp Schmitt (https://pschmitt.dev/)' # compatible options: linux, darwin, cygwin, win32, aix, freebsd compatible = ['linux'] @@ -306,7 +306,7 @@ def parse(data, raw=False, quiet=False): section = {} split_line = line.replace('(', ' ').replace(')', ' ').split() - section['mac_address'] = split_line[1] + section['bssid'] = split_line[1] section['interface'] = split_line[3] continue @@ -318,7 +318,7 @@ def parse(data, raw=False, quiet=False): split_line = line.split(':', maxsplit=1) if len(split_line) == 2: - split_line[0] = split_line[0].lower().replace('*', '').replace('(', '').replace(')', '').replace(',', '').strip().replace(' ', '_') + split_line[0] = split_line[0].lower().replace('*', '').replace('(', '').replace(')', '').replace(',', '').replace('-', '_').strip().replace(' ', '_') section[split_line[0]] = split_line[1].strip() continue diff --git a/tests/fixtures/centos-7.7/iw-scan0.json b/tests/fixtures/centos-7.7/iw-scan0.json index 053cb652..b141fec4 100644 --- a/tests/fixtures/centos-7.7/iw-scan0.json +++ b/tests/fixtures/centos-7.7/iw-scan0.json @@ -1 +1 @@ -[{"mac_address": "00:19:a9:cd:c6:80", "interface": "wlan0", "freq": 2412, "capability": "ESS ShortPreamble ShortSlotTime (0x0421)", "ssid": "Cisco1240", "supported_rates": [1.0, 2.0, 5.5, 6.0, 9.0, 11.0, 12.0, 18.0], "erp": "", "extended_supported_rates": [24.0, 36.0, 48.0, 54.0], "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "tsf_usec": 2984923701, "beacon_interval_tus": 100, "signal_dbm": -45.0, "last_seen_ms": 429, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1}, {"mac_address": "d0:d0:fd:69:ca:70", "interface": "wlan0", "freq": 2462, "capability": "ESS ShortPreamble ShortSlotTime (0x0421)", "ssid": "Cisco1250", "supported_rates": [1.0, 2.0, 5.5, 6.0, 9.0, 11.0, 12.0, 18.0], "erp": "", "extended_supported_rates": [24.0, 36.0, 48.0, 54.0], "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "acm CW 3-7, AIFSN 2, TXOP 1504 usec", "tsf_usec": 2968648942, "beacon_interval_tus": 102, "signal_dbm": -70.0, "last_seen_ms": 328, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11}] +[{"bssid": "00:19:a9:cd:c6:80", "interface": "wlan0", "freq": 2412, "capability": "ESS ShortPreamble ShortSlotTime (0x0421)", "ssid": "Cisco1240", "supported_rates": [1.0, 2.0, 5.5, 6.0, 9.0, 11.0, 12.0, 18.0], "erp": "", "extended_supported_rates": [24.0, 36.0, 48.0, 54.0], "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "tsf_usec": 2984923701, "beacon_interval_tus": 100, "signal_dbm": -45.0, "last_seen_ms": 429, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1}, {"bssid": "d0:d0:fd:69:ca:70", "interface": "wlan0", "freq": 2462, "capability": "ESS ShortPreamble ShortSlotTime (0x0421)", "ssid": "Cisco1250", "supported_rates": [1.0, 2.0, 5.5, 6.0, 9.0, 11.0, 12.0, 18.0], "erp": "", "extended_supported_rates": [24.0, 36.0, 48.0, 54.0], "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "acm CW 3-7, AIFSN 2, TXOP 1504 usec", "tsf_usec": 2968648942, "beacon_interval_tus": 102, "signal_dbm": -70.0, "last_seen_ms": 328, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11}] diff --git a/tests/fixtures/centos-7.7/iw-scan1.json b/tests/fixtures/centos-7.7/iw-scan1.json index 3e432671..15993ca5 100644 --- a/tests/fixtures/centos-7.7/iw-scan1.json +++ b/tests/fixtures/centos-7.7/iw-scan1.json @@ -1 +1 @@ -[{"mac_address": "ac:22:05:db:4d:5b", "interface": "wlan0", "freq": 2412, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "Hoeheitsgebiet", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "103/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "327fd200-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212106552475, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -57.0, "last_seen_ms": 3520, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "1c:b0:44:75:42:a5", "interface": "wlan0", "freq": 2457, "capability": "ESS Privacy ShortPreamble ShortSlotTime (0x0431)", "ssid": "o2-WLAN38", "supported_rates": [9.0, 18.0, 36.0, 54.0, 1.0, 2.0, 5.5, 11.0], "country": "DE", "erp": "", "capabilities": "1-PTKSA-RC 1-GTKSA-RC MFP-capable (0x0080)", "ht_rx_mcs_rate_indexes_supported": "0-15", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "group_mgmt_cipher_suite": "AES-128-CMAC", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "primary_channel": 10, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "bss_width_channel_transition_delay_factor": 5, "extended_capabilities": "HT Information Exchange Supported", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "b0493afc-202d-11b2-8a5b-1cb0447542a5", "manufacturer": "Askey", "model": "o2 HomeBox", "model_number": 6741, "serial_number": "A804016507-009096", "primary_device_type": "6-0050f204-1", "device_name": "o2 HomeBox 6741", "config_methods": "Keypad", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212108020750, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -70.0, "last_seen_ms": 2050, "selected_rates": [1.0], "obss_scan_activity_threshold_percent": 100.0, "ds_parameter_set_channel": 10, "max_amsdu_length_bytes": 3839, "power_constraint_db": 0, "minimum_rx_ampdu_time_spacing_usec": 16}, {"mac_address": "34:2c:c4:34:3b:95", "interface": "wlan0", "freq": 2412, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "Medusa_13", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 0, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 0, "channel_utilisation": "90/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212096913717, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -77.0, "last_seen_ms": 13160, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "ac:22:05:e6:ff:41", "interface": "wlan0", "freq": 2462, "capability": "ESS Privacy RadioMeasure (0x1011)", "ssid": "UPCCDB29F5", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 3, "channel_utilisation": "87/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212108270373, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -41.0, "last_seen_ms": 1750, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "ac:22:05:e6:ff:24", "interface": "wlan0", "freq": 5180, "capability": "ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)", "ssid": "UPCCDB29F5", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "rsn": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP", "authentication_suites": "PSK", "capabilities": "0x6f", "ht_rx_mcs_rate_indexes_supported": "0-23, 32", "primary_channel": 36, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": 6, "max_mpdu_length": 3895, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "not supported", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xffc0", "station_count": 3, "channel_utilisation": "35/255", "available_admission_capacity": 30000, "wpa": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Marvell", "model": "WAP", "model_number": 123, "serial_number": 12345, "primary_device_type": "6-0050f204-1", "device_name": "5G wireless AP", "rf_bands": "0x2", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "tsf_usec": 212107576616, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -30.0, "last_seen_ms": 130, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 36, "max_amsdu_length_bytes": 3839, "power_constraint_db": 3, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"mac_address": "a8:d3:f7:96:10:69", "interface": "wlan0", "freq": 2442, "capability": "ESS Privacy ShortPreamble ShortSlotTime (0x0431)", "ssid": "o2-WLAN34", "supported_rates": [9.0, 18.0, 36.0, 54.0, 1.0, 2.0, 5.5, 11.0], "country": "DE", "erp": "", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "primary_channel": 7, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "nonmember", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "bss_width_channel_transition_delay_factor": 5, "extended_capabilities": "HT Information Exchange Supported", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "4e9bd57c-8ebe-46d8-aa04-cdd3994f7288", "manufacturer": "Arcadyan", "model": "o2 HomeBox 6441", "model_number": "IAD 6441", "serial_number": "D512146595", "primary_device_type": "6-0050f204-1", "device_name": "D512146595-A8D3F7", "rf_bands": "0x3", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212107440363, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -81.0, "last_seen_ms": 2630, "selected_rates": [1.0], "obss_scan_activity_threshold_percent": 100.0, "ds_parameter_set_channel": 7, "max_amsdu_length_bytes": 3839, "power_constraint_db": 0, "minimum_rx_ampdu_time_spacing_usec": 16}, {"mac_address": "54:fa:3e:87:1f:93", "interface": "wlan0", "freq": 2472, "capability": "ESS Privacy ShortSlotTime APSD (0x0c11)", "ssid": "moin moin", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 13, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "station_count": 1, "channel_utilisation": "26/255", "available_admission_capacity": 31250, "extended_capabilities": "HT Information Exchange Supported", "country": "DE", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "bc329e00-1dd8-11b2-8601-54fa3e871f93", "manufacturer": "Celeno Communication, Inc.", "model": "Celeno Wireless AP 2.4G", "model_number": "CL1800", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "CelenoAP2.4G", "config_methods": "Display, PBC, Keypad", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212108698335, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -72.0, "last_seen_ms": 1310, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 13, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": "No"}, {"mac_address": "ae:22:15:db:4d:5b", "interface": "wlan0", "freq": 2412, "capability": "ESS ShortSlotTime RadioMeasure (0x1401)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "103/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212106562854, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -57.0, "last_seen_ms": 3510, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "90:5c:44:d1:34:2f", "interface": "wlan0", "freq": 2437, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "UPC5144FAF", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 6, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "non-HT mixed", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "109/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "30b60e80-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212107263738, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -53.0, "last_seen_ms": 2810, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 6, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "92:5c:14:d1:34:2f", "interface": "wlan0", "freq": 2437, "capability": "ESS ShortSlotTime RadioMeasure (0x1401)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 6, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "non-HT mixed", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "109/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212107270871, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -53.0, "last_seen_ms": 2800, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 6, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "36:2c:b4:34:3b:95", "interface": "wlan0", "freq": 2412, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "Gast_Medusa_13", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 0, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 0, "channel_utilisation": "94/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212075883822, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -77.0, "last_seen_ms": 13150, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "fe:49:2d:20:d8:21", "interface": "wlan0", "freq": 2412, "capability": "ESS Privacy ShortSlotTime (0x0411)", "ssid": "\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "tim": "DTIM Count 1 DTIM Period 2 Bitmap Control 0x0 Bitmap[0] 0x0", "erp": "", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "capabilities": "0x1ad", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 1, "ht_protection": "no", "non-gf_present": 0, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "Extended Channel Switching", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "device_name": "Marion,Laura,Larissas Fire TV...", "primary_device_type": "1-0050f204-9", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "p2p": "Group capa: 0x25, Device capa: 0xab", "unknown_tlv_0x03_6_bytes": "49 2d 20 58 21 dd", "tsf_usec": 212080903764, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -67.0, "last_seen_ms": 29170, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "90:5c:44:db:21:48", "interface": "wlan0", "freq": 2462, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "UPC614F5E5", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "100/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212077364612, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -76.0, "last_seen_ms": 27640, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "ae:22:15:e6:ff:41", "interface": "wlan0", "freq": 2462, "capability": "ESS RadioMeasure (0x1001)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 3, "channel_utilisation": "87/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212108278788, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -40.0, "last_seen_ms": 1740, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "34:31:c4:b8:2e:85", "interface": "wlan0", "freq": 2437, "capability": "ESS Privacy ShortPreamble ShortSlotTime RadioMeasure (0x1431)", "ssid": "Nexus", "supported_rates": [1.0, 2.0, 5.5, 11.0, 6.0, 9.0, 12.0, 18.0], "tim": "DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0 (+ 1 octet)", "country": "DE", "erp": "", "extended_supported_rates": [36.0, 48.0, 54.0], "station_count": 13, "channel_utilisation": "74/255", "available_admission_capacity": 0, "capabilities": "1-PTKSA-RC 1-GTKSA-RC MFP-capable (0x0080)", "ht_tx/rx_mcs_rate_indexes_supported": "0-23", "primary_channel": 6, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "nonmember", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "bss_width_channel_transition_delay_factor": 5, "extended_capabilities": "HT Information Exchange Supported, Extended Channel Switching, TFS, WNM-Sleep Mode, TIM Broadcast, BSS Transition, 6", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "rf_bands": "0x3", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK 00-0f-ac:8", "environment": "Indoor/Outdoor", "tsf_usec": 212081672689, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -83.0, "last_seen_ms": 28400, "selected_rates": [1.0, 2.0, 5.5, 11.0, 6.0, 12.0], "obss_scan_activity_threshold_percent": 0.25, "ds_parameter_set_channel": 6, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 8}, {"mac_address": "92:5c:14:db:21:48", "interface": "wlan0", "freq": 2462, "capability": "ESS ShortSlotTime RadioMeasure (0x1401)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "111/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212098644532, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -71.0, "last_seen_ms": 11430, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "9c:80:df:31:03:a4", "interface": "wlan0", "freq": 2467, "capability": "ESS Privacy ShortSlotTime (0x0411)", "ssid": "o2-WLAN84", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "DE", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "tim": "DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0", "erp": "Barker_Preamble_Mode", "capabilities": "PreAuth 1-PTKSA-RC 1-GTKSA-RC (0x0001)", "ht_rx_mcs_rate_indexes_supported": "0-15, 32", "primary_channel": 12, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "20 MHz", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported", "bss_width_channel_transition_delay_factor": 5, "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "station_count": 768, "channel_utilisation": "33/255", "available_admission_capacity": 4730, "environment": "Indoor/Outdoor", "tsf_usec": 212082583134, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -87.0, "last_seen_ms": 27490, "selected_rates": [1.0, 2.0, 5.5, 11.0], "obss_scan_activity_threshold_percent": 0.25, "ds_parameter_set_channel": 12, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "36:2c:94:34:3b:95", "interface": "wlan0", "freq": 2412, "capability": "ESS ShortSlotTime RadioMeasure (0x1401)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 0, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 0, "channel_utilisation": "90/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212096926483, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -84.0, "last_seen_ms": 13150, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "38:43:7d:1c:95:e6", "interface": "wlan0", "freq": 2437, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "UPCB45EF15", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "tim": "DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0", "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "capabilities": "0x1ac", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "uuid": "30b60e80-1dd2-11b2-8601-8e4aa01a9d4a", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "erp": "Barker_Preamble_Mode", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 6, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "station_count": 1, "channel_utilisation": "86/255", "available_admission_capacity": 31250, "environment": "Indoor/Outdoor", "tsf_usec": 212097695148, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -83.0, "last_seen_ms": 12380, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 6, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "90:5c:44:db:21:33", "interface": "wlan0", "freq": 5180, "capability": "ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)", "ssid": "UPC614F5E5", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "rsn": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP", "authentication_suites": "PSK", "capabilities": "0x6f", "ht_rx_mcs_rate_indexes_supported": "0-23, 32", "primary_channel": 36, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": 6, "max_mpdu_length": 3895, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "not supported", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xffc0", "station_count": 2, "channel_utilisation": "54/255", "available_admission_capacity": 30000, "wpa": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Marvell", "model": "WAP", "model_number": 123, "serial_number": 12345, "primary_device_type": "6-0050f204-1", "device_name": "5G wireless AP", "rf_bands": "0x2", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "tsf_usec": 212107555845, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -88.0, "last_seen_ms": 2510, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 36, "max_amsdu_length_bytes": 3839, "power_constraint_db": 3, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"mac_address": "a8:d3:f7:96:10:6d", "interface": "wlan0", "freq": 5200, "capability": "ESS Privacy SpectrumMgmt ShortSlotTime (0x0511)", "ssid": "o2-WLAN34", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "country": "DE", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_tx/rx_mcs_rate_indexes_supported": "0-31, 33-76", "primary_channel": 40, "secondary_channel_offset": "below", "rifs": 0, "ht_protection": "nonmember", "non-gf_present": 1, "obss_non-gf_present": 1, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "extended_capabilities": "HT Information Exchange Supported, SSID List, 6", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "4e9bd57c-8ebe-46d8-aa04-cdd3994f7288", "manufacturer": "Quantenna", "model": "Topaz", "model_number": "QV840.432", "serial_number": "A8D3F796106D", "primary_device_type": "6-0050f204-1", "device_name": "Reference Design", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "max_mpdu_length": 11454, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "MCS 0-9", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xfffc", "environment": "Indoor/Outdoor", "tsf_usec": 212107799783, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -88.0, "last_seen_ms": 2260, "selected_rates": [6.0, 12.0], "ds_parameter_set_channel": 40, "max_amsdu_length_bytes": 7935, "power_constraint_db": 0, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"mac_address": "90:5c:44:d1:34:20", "interface": "wlan0", "freq": 5220, "capability": "ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)", "ssid": "UPC5144FAF", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "rsn": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP", "authentication_suites": "PSK", "capabilities": "0x6f", "ht_rx_mcs_rate_indexes_supported": "0-23, 32", "primary_channel": 44, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": 6, "max_mpdu_length": 3895, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "not supported", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xffc0", "station_count": 1, "channel_utilisation": "33/255", "available_admission_capacity": 30000, "wpa": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "30b60e80-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Marvell", "model": "WAP", "model_number": 123, "serial_number": 12345, "primary_device_type": "6-0050f204-1", "device_name": "5G wireless AP", "rf_bands": "0x2", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "tsf_usec": 212108016406, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -46.0, "last_seen_ms": 2060, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 44, "max_amsdu_length_bytes": 3839, "power_constraint_db": 3, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"mac_address": "ac:22:05:db:4d:22", "interface": "wlan0", "freq": 5220, "capability": "ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)", "ssid": "Hoeheitsgebiet", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "rsn": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP", "authentication_suites": "PSK", "capabilities": "0x6f", "ht_rx_mcs_rate_indexes_supported": "0-23, 32", "primary_channel": 44, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": 6, "max_mpdu_length": 3895, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "not supported", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xffc0", "station_count": 4, "channel_utilisation": "43/255", "available_admission_capacity": 30000, "wpa": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "327fd200-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Marvell", "model": "WAP", "model_number": 123, "serial_number": 12345, "primary_device_type": "6-0050f204-1", "device_name": "5G wireless AP", "rf_bands": "0x2", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "tsf_usec": 212108018921, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -68.0, "last_seen_ms": 2020, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 44, "max_amsdu_length_bytes": 3839, "power_constraint_db": 3, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"mac_address": "54:67:51:2c:3d:0a", "interface": "wlan0", "freq": 2462, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "UPC956E146", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non-gf_present": 0, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 0, "channel_utilisation": "93/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212108254184, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -80.0, "last_seen_ms": 1820, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"mac_address": "74:31:70:75:f1:e2", "interface": "wlan0", "freq": 2462, "capability": "ESS Privacy ShortSlotTime (0x0411)", "ssid": "WLAN-75F122", "supported_rates": [1.0, 2.0, 5.5, 11.0, 18.0, 24.0, 36.0, 54.0], "erp": "", "erp_d4.0": "", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "capabilities": "0x186c", "extended_supported_rates": [6.0, 9.0, 12.0, 48.0], "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 1, "ht_protection": "no", "non-gf_present": 1, "obss_non-gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "bss_width_channel_transition_delay_factor": 5, "extended_capabilities": "HT Information Exchange Supported", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "selected_registrar": "0x0", "response_type": "3 (AP)", "uuid": "00000000-0000-0003-0000-74317075f1e2", "manufacturer": "Corporation", "model": "VGV8539JW", "model_number": "1.47.000", "serial_number": "J144024542", "primary_device_type": "6-0050f204-1", "device_name": "Wireless Router(WFA)", "config_methods": "Label, PBC", "rf_bands": "0x3", "tsf_usec": 212098649788, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -80.0, "last_seen_ms": 11420, "selected_rates": [1.0, 2.0, 5.5, 11.0], "obss_scan_activity_threshold_percent": 0.25, "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 7935, "minimum_rx_ampdu_time_spacing_usec": 16}, {"mac_address": "1c:b0:44:75:42:a8", "interface": "wlan0", "freq": 5220, "capability": "ESS Privacy SpectrumMgmt ShortSlotTime (0x0511)", "ssid": "o2-WLAN38", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "station_count": 5, "channel_utilisation": "55/255", "available_admission_capacity": 65535, "country": "DE", "capabilities": "1-PTKSA-RC 1-GTKSA-RC MFP-capable (0x0080)", "ht_tx/rx_mcs_rate_indexes_supported": "0-31, 33-76", "primary_channel": 44, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "nonmember", "non-gf_present": 1, "obss_non-gf_present": 1, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l-sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "group_mgmt_cipher_suite": "AES-128-CMAC", "extended_capabilities": "HT Information Exchange Supported, BSS Transition, SSID List, 6", "wps": "Version: 1.0", "wi-fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "b0493afc-202d-11b2-8a5b-1cb0447542a5", "manufacturer": "Askey", "model": "o2 HomeBox", "model_number": 6741, "serial_number": "1CB0447542A8", "primary_device_type": "6-0050f204-1", "device_name": "o2 HomeBox 6741", "config_methods": "Display", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "max_mpdu_length": 11454, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "MCS 0-9", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xfffc", "environment": "Indoor/Outdoor", "tsf_usec": 212108018214, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -89.0, "last_seen_ms": 2060, "selected_rates": [6.0, 12.0], "ds_parameter_set_channel": 44, "max_amsdu_length_bytes": 7935, "power_constraint_db": 0, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}] +[{"bssid": "ac:22:05:db:4d:5b", "interface": "wlan0", "freq": 2412, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "Hoeheitsgebiet", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "103/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "327fd200-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212106552475, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -57.0, "last_seen_ms": 3520, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "1c:b0:44:75:42:a5", "interface": "wlan0", "freq": 2457, "capability": "ESS Privacy ShortPreamble ShortSlotTime (0x0431)", "ssid": "o2-WLAN38", "supported_rates": [9.0, 18.0, 36.0, 54.0, 1.0, 2.0, 5.5, 11.0], "country": "DE", "erp": "", "capabilities": "1-PTKSA-RC 1-GTKSA-RC MFP-capable (0x0080)", "ht_rx_mcs_rate_indexes_supported": "0-15", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "group_mgmt_cipher_suite": "AES-128-CMAC", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "primary_channel": 10, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "bss_width_channel_transition_delay_factor": 5, "extended_capabilities": "HT Information Exchange Supported", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "b0493afc-202d-11b2-8a5b-1cb0447542a5", "manufacturer": "Askey", "model": "o2 HomeBox", "model_number": 6741, "serial_number": "A804016507-009096", "primary_device_type": "6-0050f204-1", "device_name": "o2 HomeBox 6741", "config_methods": "Keypad", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212108020750, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -70.0, "last_seen_ms": 2050, "selected_rates": [1.0], "obss_scan_activity_threshold_percent": 100.0, "ds_parameter_set_channel": 10, "max_amsdu_length_bytes": 3839, "power_constraint_db": 0, "minimum_rx_ampdu_time_spacing_usec": 16}, {"bssid": "34:2c:c4:34:3b:95", "interface": "wlan0", "freq": 2412, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "Medusa_13", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 0, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 0, "channel_utilisation": "90/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212096913717, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -77.0, "last_seen_ms": 13160, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "ac:22:05:e6:ff:41", "interface": "wlan0", "freq": 2462, "capability": "ESS Privacy RadioMeasure (0x1011)", "ssid": "UPCCDB29F5", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 3, "channel_utilisation": "87/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212108270373, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -41.0, "last_seen_ms": 1750, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "ac:22:05:e6:ff:24", "interface": "wlan0", "freq": 5180, "capability": "ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)", "ssid": "UPCCDB29F5", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "rsn": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP", "authentication_suites": "PSK", "capabilities": "0x6f", "ht_rx_mcs_rate_indexes_supported": "0-23, 32", "primary_channel": 36, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": 6, "max_mpdu_length": 3895, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "not supported", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xffc0", "station_count": 3, "channel_utilisation": "35/255", "available_admission_capacity": 30000, "wpa": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Marvell", "model": "WAP", "model_number": 123, "serial_number": 12345, "primary_device_type": "6-0050f204-1", "device_name": "5G wireless AP", "rf_bands": "0x2", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "tsf_usec": 212107576616, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -30.0, "last_seen_ms": 130, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 36, "max_amsdu_length_bytes": 3839, "power_constraint_db": 3, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"bssid": "a8:d3:f7:96:10:69", "interface": "wlan0", "freq": 2442, "capability": "ESS Privacy ShortPreamble ShortSlotTime (0x0431)", "ssid": "o2-WLAN34", "supported_rates": [9.0, 18.0, 36.0, 54.0, 1.0, 2.0, 5.5, 11.0], "country": "DE", "erp": "", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "primary_channel": 7, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "nonmember", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "bss_width_channel_transition_delay_factor": 5, "extended_capabilities": "HT Information Exchange Supported", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "4e9bd57c-8ebe-46d8-aa04-cdd3994f7288", "manufacturer": "Arcadyan", "model": "o2 HomeBox 6441", "model_number": "IAD 6441", "serial_number": "D512146595", "primary_device_type": "6-0050f204-1", "device_name": "D512146595-A8D3F7", "rf_bands": "0x3", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212107440363, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -81.0, "last_seen_ms": 2630, "selected_rates": [1.0], "obss_scan_activity_threshold_percent": 100.0, "ds_parameter_set_channel": 7, "max_amsdu_length_bytes": 3839, "power_constraint_db": 0, "minimum_rx_ampdu_time_spacing_usec": 16}, {"bssid": "54:fa:3e:87:1f:93", "interface": "wlan0", "freq": 2472, "capability": "ESS Privacy ShortSlotTime APSD (0x0c11)", "ssid": "moin moin", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 13, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "station_count": 1, "channel_utilisation": "26/255", "available_admission_capacity": 31250, "extended_capabilities": "HT Information Exchange Supported", "country": "DE", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "bc329e00-1dd8-11b2-8601-54fa3e871f93", "manufacturer": "Celeno Communication, Inc.", "model": "Celeno Wireless AP 2.4G", "model_number": "CL1800", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "CelenoAP2.4G", "config_methods": "Display, PBC, Keypad", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212108698335, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -72.0, "last_seen_ms": 1310, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 13, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": "No"}, {"bssid": "ae:22:15:db:4d:5b", "interface": "wlan0", "freq": 2412, "capability": "ESS ShortSlotTime RadioMeasure (0x1401)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "103/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212106562854, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -57.0, "last_seen_ms": 3510, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "90:5c:44:d1:34:2f", "interface": "wlan0", "freq": 2437, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "UPC5144FAF", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 6, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "non-HT mixed", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "109/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "30b60e80-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212107263738, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -53.0, "last_seen_ms": 2810, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 6, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "92:5c:14:d1:34:2f", "interface": "wlan0", "freq": 2437, "capability": "ESS ShortSlotTime RadioMeasure (0x1401)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 6, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "non-HT mixed", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "109/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212107270871, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -53.0, "last_seen_ms": 2800, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 6, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "36:2c:b4:34:3b:95", "interface": "wlan0", "freq": 2412, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "Gast_Medusa_13", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 0, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 0, "channel_utilisation": "94/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212075883822, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -77.0, "last_seen_ms": 13150, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "fe:49:2d:20:d8:21", "interface": "wlan0", "freq": 2412, "capability": "ESS Privacy ShortSlotTime (0x0411)", "ssid": "\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "tim": "DTIM Count 1 DTIM Period 2 Bitmap Control 0x0 Bitmap[0] 0x0", "erp": "", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "capabilities": "0x1ad", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 1, "ht_protection": "no", "non_gf_present": 0, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "Extended Channel Switching", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "device_name": "Marion,Laura,Larissas Fire TV...", "primary_device_type": "1-0050f204-9", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "p2p": "Group capa: 0x25, Device capa: 0xab", "unknown_tlv_0x03_6_bytes": "49 2d 20 58 21 dd", "tsf_usec": 212080903764, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -67.0, "last_seen_ms": 29170, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "90:5c:44:db:21:48", "interface": "wlan0", "freq": 2462, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "UPC614F5E5", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "100/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212077364612, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -76.0, "last_seen_ms": 27640, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "ae:22:15:e6:ff:41", "interface": "wlan0", "freq": 2462, "capability": "ESS RadioMeasure (0x1001)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 3, "channel_utilisation": "87/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212108278788, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -40.0, "last_seen_ms": 1740, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "34:31:c4:b8:2e:85", "interface": "wlan0", "freq": 2437, "capability": "ESS Privacy ShortPreamble ShortSlotTime RadioMeasure (0x1431)", "ssid": "Nexus", "supported_rates": [1.0, 2.0, 5.5, 11.0, 6.0, 9.0, 12.0, 18.0], "tim": "DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0 (+ 1 octet)", "country": "DE", "erp": "", "extended_supported_rates": [36.0, 48.0, 54.0], "station_count": 13, "channel_utilisation": "74/255", "available_admission_capacity": 0, "capabilities": "1-PTKSA-RC 1-GTKSA-RC MFP-capable (0x0080)", "ht_tx/rx_mcs_rate_indexes_supported": "0-23", "primary_channel": 6, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "nonmember", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "bss_width_channel_transition_delay_factor": 5, "extended_capabilities": "HT Information Exchange Supported, Extended Channel Switching, TFS, WNM-Sleep Mode, TIM Broadcast, BSS Transition, 6", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "rf_bands": "0x3", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK 00-0f-ac:8", "environment": "Indoor/Outdoor", "tsf_usec": 212081672689, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -83.0, "last_seen_ms": 28400, "selected_rates": [1.0, 2.0, 5.5, 11.0, 6.0, 12.0], "obss_scan_activity_threshold_percent": 0.25, "ds_parameter_set_channel": 6, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 8}, {"bssid": "92:5c:14:db:21:48", "interface": "wlan0", "freq": 2462, "capability": "ESS ShortSlotTime RadioMeasure (0x1401)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 1, "channel_utilisation": "111/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212098644532, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -71.0, "last_seen_ms": 11430, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "9c:80:df:31:03:a4", "interface": "wlan0", "freq": 2467, "capability": "ESS Privacy ShortSlotTime (0x0411)", "ssid": "o2-WLAN84", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "DE", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "tim": "DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0", "erp": "Barker_Preamble_Mode", "capabilities": "PreAuth 1-PTKSA-RC 1-GTKSA-RC (0x0001)", "ht_rx_mcs_rate_indexes_supported": "0-15, 32", "primary_channel": 12, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "20 MHz", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported", "bss_width_channel_transition_delay_factor": 5, "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "station_count": 768, "channel_utilisation": "33/255", "available_admission_capacity": 4730, "environment": "Indoor/Outdoor", "tsf_usec": 212082583134, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -87.0, "last_seen_ms": 27490, "selected_rates": [1.0, 2.0, 5.5, 11.0], "obss_scan_activity_threshold_percent": 0.25, "ds_parameter_set_channel": 12, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "36:2c:94:34:3b:95", "interface": "wlan0", "freq": 2412, "capability": "ESS ShortSlotTime RadioMeasure (0x1401)", "ssid": "Vodafone Hotspot", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "0x1ac", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 1, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 0, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 0, "channel_utilisation": "90/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "environment": "Indoor/Outdoor", "tsf_usec": 212096926483, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -84.0, "last_seen_ms": 13150, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 1, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "38:43:7d:1c:95:e6", "interface": "wlan0", "freq": 2437, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "UPCB45EF15", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "tim": "DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0", "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "capabilities": "0x1ac", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "uuid": "30b60e80-1dd2-11b2-8601-8e4aa01a9d4a", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "erp": "Barker_Preamble_Mode", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 6, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "station_count": 1, "channel_utilisation": "86/255", "available_admission_capacity": 31250, "environment": "Indoor/Outdoor", "tsf_usec": 212097695148, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -83.0, "last_seen_ms": 12380, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 6, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "90:5c:44:db:21:33", "interface": "wlan0", "freq": 5180, "capability": "ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)", "ssid": "UPC614F5E5", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "rsn": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP", "authentication_suites": "PSK", "capabilities": "0x6f", "ht_rx_mcs_rate_indexes_supported": "0-23, 32", "primary_channel": 36, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": 6, "max_mpdu_length": 3895, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "not supported", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xffc0", "station_count": 2, "channel_utilisation": "54/255", "available_admission_capacity": 30000, "wpa": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Marvell", "model": "WAP", "model_number": 123, "serial_number": 12345, "primary_device_type": "6-0050f204-1", "device_name": "5G wireless AP", "rf_bands": "0x2", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "tsf_usec": 212107555845, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -88.0, "last_seen_ms": 2510, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 36, "max_amsdu_length_bytes": 3839, "power_constraint_db": 3, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"bssid": "a8:d3:f7:96:10:6d", "interface": "wlan0", "freq": 5200, "capability": "ESS Privacy SpectrumMgmt ShortSlotTime (0x0511)", "ssid": "o2-WLAN34", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "country": "DE", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_tx/rx_mcs_rate_indexes_supported": "0-31, 33-76", "primary_channel": 40, "secondary_channel_offset": "below", "rifs": 0, "ht_protection": "nonmember", "non_gf_present": 1, "obss_non_gf_present": 1, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "extended_capabilities": "HT Information Exchange Supported, SSID List, 6", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "4e9bd57c-8ebe-46d8-aa04-cdd3994f7288", "manufacturer": "Quantenna", "model": "Topaz", "model_number": "QV840.432", "serial_number": "A8D3F796106D", "primary_device_type": "6-0050f204-1", "device_name": "Reference Design", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "max_mpdu_length": 11454, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "MCS 0-9", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xfffc", "environment": "Indoor/Outdoor", "tsf_usec": 212107799783, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -88.0, "last_seen_ms": 2260, "selected_rates": [6.0, 12.0], "ds_parameter_set_channel": 40, "max_amsdu_length_bytes": 7935, "power_constraint_db": 0, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"bssid": "90:5c:44:d1:34:20", "interface": "wlan0", "freq": 5220, "capability": "ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)", "ssid": "UPC5144FAF", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "rsn": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP", "authentication_suites": "PSK", "capabilities": "0x6f", "ht_rx_mcs_rate_indexes_supported": "0-23, 32", "primary_channel": 44, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": 6, "max_mpdu_length": 3895, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "not supported", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xffc0", "station_count": 1, "channel_utilisation": "33/255", "available_admission_capacity": 30000, "wpa": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "30b60e80-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Marvell", "model": "WAP", "model_number": 123, "serial_number": 12345, "primary_device_type": "6-0050f204-1", "device_name": "5G wireless AP", "rf_bands": "0x2", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "tsf_usec": 212108016406, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -46.0, "last_seen_ms": 2060, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 44, "max_amsdu_length_bytes": 3839, "power_constraint_db": 3, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"bssid": "ac:22:05:db:4d:22", "interface": "wlan0", "freq": 5220, "capability": "ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)", "ssid": "Hoeheitsgebiet", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "rsn": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP", "authentication_suites": "PSK", "capabilities": "0x6f", "ht_rx_mcs_rate_indexes_supported": "0-23, 32", "primary_channel": 44, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "extended_capabilities": 6, "max_mpdu_length": 3895, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "not supported", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xffc0", "station_count": 4, "channel_utilisation": "43/255", "available_admission_capacity": 30000, "wpa": "Version: 1", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "327fd200-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Marvell", "model": "WAP", "model_number": 123, "serial_number": 12345, "primary_device_type": "6-0050f204-1", "device_name": "5G wireless AP", "rf_bands": "0x2", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "tsf_usec": 212108018921, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -68.0, "last_seen_ms": 2020, "selected_rates": [6.0, 12.0, 24.0], "ds_parameter_set_channel": 44, "max_amsdu_length_bytes": 3839, "power_constraint_db": 3, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}, {"bssid": "54:67:51:2c:3d:0a", "interface": "wlan0", "freq": 2462, "capability": "ESS Privacy ShortSlotTime RadioMeasure (0x1411)", "ssid": "UPC956E146", "supported_rates": [1.0, 2.0, 5.5, 11.0, 9.0, 18.0, 36.0, 54.0], "erp": "Barker_Preamble_Mode", "extended_supported_rates": [6.0, 12.0, 24.0, 48.0], "country": "EU", "capabilities": "1-PTKSA-RC 1-GTKSA-RC (0x0000)", "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 0, "ht_protection": "no", "non_gf_present": 0, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wpa": "Version: 1", "group_cipher": "TKIP", "pairwise_ciphers": "TKIP CCMP", "authentication_suites": "PSK", "rsn": "Version: 1", "extended_capabilities": "HT Information Exchange Supported, BSS Transition", "station_count": 0, "channel_utilisation": "93/255", "available_admission_capacity": 31250, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "314ea500-1dd2-11b2-8601-8e4aa01a9d4a", "manufacturer": "Ralink Technology, Corp.", "model": "Ralink Wireless Access Point", "model_number": "RT2860", "serial_number": 12345678, "primary_device_type": "6-0050f204-1", "device_name": "RalinkAPS", "rf_bands": "0x1", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "environment": "Indoor/Outdoor", "tsf_usec": 212108254184, "sta_channel_width_mhz": 20, "beacon_interval_tus": 100, "signal_dbm": -80.0, "last_seen_ms": 1820, "selected_rates": [1.0, 2.0, 5.5, 11.0], "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 3839, "minimum_rx_ampdu_time_spacing_usec": 4}, {"bssid": "74:31:70:75:f1:e2", "interface": "wlan0", "freq": 2462, "capability": "ESS Privacy ShortSlotTime (0x0411)", "ssid": "WLAN-75F122", "supported_rates": [1.0, 2.0, 5.5, 11.0, 18.0, 24.0, 36.0, 54.0], "erp": "", "erp_d4.0": "", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "capabilities": "0x186c", "extended_supported_rates": [6.0, 9.0, 12.0, 48.0], "ht_rx_mcs_rate_indexes_supported": "0-15", "primary_channel": 11, "secondary_channel_offset": "no secondary", "rifs": 1, "ht_protection": "no", "non_gf_present": 1, "obss_non_gf_present": 0, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "bss_width_channel_transition_delay_factor": 5, "extended_capabilities": "HT Information Exchange Supported", "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "selected_registrar": "0x0", "response_type": "3 (AP)", "uuid": "00000000-0000-0003-0000-74317075f1e2", "manufacturer": "Corporation", "model": "VGV8539JW", "model_number": "1.47.000", "serial_number": "J144024542", "primary_device_type": "6-0050f204-1", "device_name": "Wireless Router(WFA)", "config_methods": "Label, PBC", "rf_bands": "0x3", "tsf_usec": 212098649788, "sta_channel_width_mhz": 20, "passive_dwell_tus": 20, "active_dwell_tus": 10, "channel_width_trigger_scan_interval_s": 300, "scan_passive_total_per_channel_tus": 200, "scan_active_total_per_channel_tus": 20, "beacon_interval_tus": 100, "signal_dbm": -80.0, "last_seen_ms": 11420, "selected_rates": [1.0, 2.0, 5.5, 11.0], "obss_scan_activity_threshold_percent": 0.25, "ds_parameter_set_channel": 11, "max_amsdu_length_bytes": 7935, "minimum_rx_ampdu_time_spacing_usec": 16}, {"bssid": "1c:b0:44:75:42:a8", "interface": "wlan0", "freq": 5220, "capability": "ESS Privacy SpectrumMgmt ShortSlotTime (0x0511)", "ssid": "o2-WLAN38", "supported_rates": [6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, 54.0], "station_count": 5, "channel_utilisation": "55/255", "available_admission_capacity": 65535, "country": "DE", "capabilities": "1-PTKSA-RC 1-GTKSA-RC MFP-capable (0x0080)", "ht_tx/rx_mcs_rate_indexes_supported": "0-31, 33-76", "primary_channel": 44, "secondary_channel_offset": "above", "rifs": 0, "ht_protection": "nonmember", "non_gf_present": 1, "obss_non_gf_present": 1, "dual_beacon": 0, "dual_cts_protection": 0, "stbc_beacon": 0, "l_sig_txop_prot": 0, "pco_active": 0, "pco_phase": 0, "wmm": "Parameter version 1", "be": "CW 15-1023, AIFSN 3", "bk": "CW 15-1023, AIFSN 7", "vi": "CW 7-15, AIFSN 2, TXOP 3008 usec", "vo": "CW 3-7, AIFSN 2, TXOP 1504 usec", "rsn": "Version: 1", "group_cipher": "CCMP", "pairwise_ciphers": "CCMP", "authentication_suites": "PSK", "group_mgmt_cipher_suite": "AES-128-CMAC", "extended_capabilities": "HT Information Exchange Supported, BSS Transition, SSID List, 6", "wps": "Version: 1.0", "wi_fi_protected_setup_state": "2 (Configured)", "response_type": "3 (AP)", "uuid": "b0493afc-202d-11b2-8a5b-1cb0447542a5", "manufacturer": "Askey", "model": "o2 HomeBox", "model_number": 6741, "serial_number": "1CB0447542A8", "primary_device_type": "6-0050f204-1", "device_name": "o2 HomeBox 6741", "config_methods": "Display", "unknown_tlv_0x1049_6_bytes": "00 37 2a 00 01 20", "max_mpdu_length": 11454, "supported_channel_width": "neither 160 nor 80+80", "1_streams": "MCS 0-9", "2_streams": "MCS 0-9", "3_streams": "MCS 0-9", "4_streams": "MCS 0-9", "5_streams": "not supported", "6_streams": "not supported", "7_streams": "not supported", "8_streams": "not supported", "channel_width": "1 (80 MHz)", "center_freq_segment_1": 42, "center_freq_segment_2": 0, "vht_basic_mcs_set": "0xfffc", "environment": "Indoor/Outdoor", "tsf_usec": 212108018214, "sta_channel_width_mhz": "any", "beacon_interval_tus": 100, "signal_dbm": -89.0, "last_seen_ms": 2060, "selected_rates": [6.0, 12.0], "ds_parameter_set_channel": 44, "max_amsdu_length_bytes": 7935, "power_constraint_db": 0, "minimum_rx_ampdu_time_spacing_usec": 4, "vht_rx_highest_supported_mbps": 0, "vht_tx_highest_supported_mbps": 0}]