diff --git a/CHANGELOG b/CHANGELOG index f3905420..0211ffaf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ jc changelog -20241124 v1.25.4 +20241125 v1.25.4 - Add `ipconfig` command parser (`ipconfig` for Windows) - Add `pacman` command parser - Add `wg show` command parser @@ -11,6 +11,7 @@ jc changelog - Fix `bluetoothctl` parser when extra attributes like `manufacturer` and `version` exist - Fix `df` parser to correctly output binary vs. decimal size outputs - Fix `ip-address` parser for Python 3.13 changes to IPv4 mapped IPv6 addresses +- Fix `iw-scan` parser to output more fields (still beta quality) - Fix `mount` parser for cases where there are spaces in the filesystem name - Fix `netstat` parser for cases where there are spaces in the program name - Fix `pkg-index-deb`, `apt-cache-show`, and `rpm-qi` parsers to correctly convert contiguous packages with the same name diff --git a/docs/parsers/iw_scan.md b/docs/parsers/iw_scan.md index 9fc82cd9..53e58868 100644 --- a/docs/parsers/iw_scan.md +++ b/docs/parsers/iw_scan.md @@ -146,4 +146,4 @@ Compatibility: linux Source: [`jc/parsers/iw_scan.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/iw_scan.py) -Version 0.7 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 0.75 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/jc/parsers/iw_scan.py b/jc/parsers/iw_scan.py index 90e008af..1e32a3aa 100644 --- a/jc/parsers/iw_scan.py +++ b/jc/parsers/iw_scan.py @@ -122,7 +122,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '0.7' + version = '0.75' description = '`iw dev [device] scan` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' @@ -298,6 +298,7 @@ def parse(data, raw=False, quiet=False): raw_output = [] section = {} + header = '' if jc.utils.has_data(data): @@ -323,7 +324,9 @@ def parse(data, raw=False, quiet=False): split_line[0] = split_line[0].lower().replace('*', '').replace('(', '')\ .replace(')', '').replace(',', '').replace('-', '_')\ .strip().replace(' ', '_') - section[split_line[0]] = split_line[1].strip() + if split_line[1] == '': + header = split_line[0] + '_' + section[header + 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 b141fec4..2fcf2fd1 100644 --- a/tests/fixtures/centos-7.7/iw-scan0.json +++ b/tests/fixtures/centos-7.7/iw-scan0.json @@ -1 +1 @@ -[{"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}] +[{"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 15993ca5..2d839d58 100644 --- a/tests/fixtures/centos-7.7/iw-scan1.json +++ b/tests/fixtures/centos-7.7/iw-scan1.json @@ -1 +1 @@ -[{"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}] +[{"bssid":"ac:22:05:db:4d:5b","interface":"wlan0","freq":2412,"capability":"ESS Privacy ShortSlotTime RadioMeasure (0x1411)","information_elements_from_probe_response_frame_ssid":"Hoeheitsgebiet","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 1","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":1,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wpa":"Version: 1","ht_operation_group_cipher":"TKIP","ht_operation_pairwise_ciphers":"TKIP CCMP","ht_operation_authentication_suites":"PSK","ht_operation_rsn":"Version: 1","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":1,"bss_load_channel_utilisation":"103/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"327fd200-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Ralink Technology, Corp.","bss_load_model":"Ralink Wireless Access Point","bss_load_model_number":"RT2860","bss_load_serial_number":12345678,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"RalinkAPS","config_methods_rf_bands":"0x1","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20","tsf_usec":212106552475,"beacon_interval_tus":100,"signal_dbm":-57.0,"last_seen_ms":3520},{"bssid":"1c:b0:44:75:42:a5","interface":"wlan0","config_methods_tsf":"212108020750 usec (2d, 10:55:08)","config_methods_freq":2457,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS Privacy ShortPreamble ShortSlotTime (0x0431)","config_methods_signal":"-70.00 dBm","config_methods_last_seen":"2050 ms ago","information_elements_from_probe_response_frame_ssid":"o2-WLAN38","information_elements_from_probe_response_frame_supported_rates":"9.0 18.0 36.0 54.0 1.0* 2.0 5.5 11.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 10","information_elements_from_probe_response_frame_country":"DE Environment: Indoor/Outdoor","information_elements_from_probe_response_frame_power_constraint":"0 dB","information_elements_from_probe_response_frame_erp":"","ht_capabilities_capabilities":"1-PTKSA-RC 1-GTKSA-RC MFP-capable (0x0080)","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"16 usec (0x07)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_capabilities_rsn":"Version: 1","ht_capabilities_group_cipher":"CCMP","ht_capabilities_pairwise_ciphers":"CCMP","ht_capabilities_authentication_suites":"PSK","ht_capabilities_group_mgmt_cipher_suite":"AES-128-CMAC","ht_capabilities_extended_supported_rates":"6.0 12.0 24.0 48.0","ht_operation_primary_channel":10,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"overlapping_bss_scan_params_passive_dwell":"20 TUs","overlapping_bss_scan_params_active_dwell":"10 TUs","overlapping_bss_scan_params_channel_width_trigger_scan_interval":"300 s","overlapping_bss_scan_params_scan_passive_total_per_channel":"200 TUs","overlapping_bss_scan_params_scan_active_total_per_channel":"20 TUs","overlapping_bss_scan_params_bss_width_channel_transition_delay_factor":5,"overlapping_bss_scan_params_obss_scan_activity_threshold":"100.00 %","overlapping_bss_scan_params_extended_capabilities":"HT Information Exchange Supported","overlapping_bss_scan_params_wmm":"Parameter version 1","overlapping_bss_scan_params_be":"CW 15-1023, AIFSN 3","overlapping_bss_scan_params_bk":"CW 15-1023, AIFSN 7","overlapping_bss_scan_params_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","overlapping_bss_scan_params_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","overlapping_bss_scan_params_wps":"Version: 1.0","overlapping_bss_scan_params_wi_fi_protected_setup_state":"2 (Configured)","overlapping_bss_scan_params_response_type":"3 (AP)","overlapping_bss_scan_params_uuid":"b0493afc-202d-11b2-8a5b-1cb0447542a5","overlapping_bss_scan_params_manufacturer":"Askey","overlapping_bss_scan_params_model":"o2 HomeBox","overlapping_bss_scan_params_model_number":6741,"overlapping_bss_scan_params_serial_number":"A804016507-009096","overlapping_bss_scan_params_primary_device_type":"6-0050f204-1","overlapping_bss_scan_params_device_name":"o2 HomeBox 6741","overlapping_bss_scan_params_config_methods":"Keypad","overlapping_bss_scan_params_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"34:2c:c4:34:3b:95","interface":"wlan0","overlapping_bss_scan_params_tsf":"212096913717 usec (2d, 10:54:56)","overlapping_bss_scan_params_freq":2412,"overlapping_bss_scan_params_beacon_interval":"100 TUs","overlapping_bss_scan_params_capability":"ESS Privacy ShortSlotTime RadioMeasure (0x1411)","overlapping_bss_scan_params_signal":"-77.00 dBm","overlapping_bss_scan_params_last_seen":"13160 ms ago","information_elements_from_probe_response_frame_ssid":"Medusa_13","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 1","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":1,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":0,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wpa":"Version: 1","ht_operation_group_cipher":"TKIP","ht_operation_pairwise_ciphers":"TKIP CCMP","ht_operation_authentication_suites":"PSK","ht_operation_rsn":"Version: 1","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":0,"bss_load_channel_utilisation":"90/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"314ea500-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Ralink Technology, Corp.","bss_load_model":"Ralink Wireless Access Point","bss_load_model_number":"RT2860","bss_load_serial_number":12345678,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"RalinkAPS","config_methods_rf_bands":"0x1","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"ac:22:05:e6:ff:41","interface":"wlan0","config_methods_tsf":"212108270373 usec (2d, 10:55:08)","config_methods_freq":2462,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS Privacy RadioMeasure (0x1011)","config_methods_signal":"-41.00 dBm","config_methods_last_seen":"1750 ms ago","information_elements_from_probe_response_frame_ssid":"UPCCDB29F5","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 11","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":11,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wpa":"Version: 1","ht_operation_group_cipher":"TKIP","ht_operation_pairwise_ciphers":"TKIP CCMP","ht_operation_authentication_suites":"PSK","ht_operation_rsn":"Version: 1","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":3,"bss_load_channel_utilisation":"87/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"314ea500-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Ralink Technology, Corp.","bss_load_model":"Ralink Wireless Access Point","bss_load_model_number":"RT2860","bss_load_serial_number":12345678,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"RalinkAPS","config_methods_rf_bands":"0x1","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"ac:22:05:e6:ff:24","interface":"wlan0","config_methods_tsf":"212107576616 usec (2d, 10:55:07)","config_methods_freq":5180,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)","config_methods_signal":"-30.00 dBm","config_methods_last_seen":"130 ms ago","information_elements_from_probe_response_frame_ssid":"UPCCDB29F5","information_elements_from_probe_response_frame_supported_rates":"6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 36","information_elements_from_probe_response_frame_power_constraint":"3 dB","information_elements_from_probe_response_frame_rsn":"Version: 1","information_elements_from_probe_response_frame_group_cipher":"TKIP","information_elements_from_probe_response_frame_pairwise_ciphers":"CCMP","information_elements_from_probe_response_frame_authentication_suites":"PSK","information_elements_from_probe_response_frame_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_capabilities_capabilities":"0x6f","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-23, 32","ht_operation_primary_channel":36,"ht_operation_secondary_channel_offset":"above","ht_operation_sta_channel_width":"any","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":6,"vht_capabilities_0x33827930_max_mpdu_length":3895,"vht_capabilities_0x33827930_supported_channel_width":"neither 160 nor 80+80","vht_rx_mcs_set_1_streams":"MCS 0-9","vht_rx_mcs_set_2_streams":"MCS 0-9","vht_rx_mcs_set_3_streams":"MCS 0-9","vht_rx_mcs_set_4_streams":"not supported","vht_rx_mcs_set_5_streams":"not supported","vht_rx_mcs_set_6_streams":"not supported","vht_rx_mcs_set_7_streams":"not supported","vht_rx_mcs_set_8_streams":"not supported","vht_rx_mcs_set_vht_rx_highest_supported":"0 Mbps","vht_tx_mcs_set_1_streams":"MCS 0-9","vht_tx_mcs_set_2_streams":"MCS 0-9","vht_tx_mcs_set_3_streams":"MCS 0-9","vht_tx_mcs_set_4_streams":"not supported","vht_tx_mcs_set_5_streams":"not supported","vht_tx_mcs_set_6_streams":"not supported","vht_tx_mcs_set_7_streams":"not supported","vht_tx_mcs_set_8_streams":"not supported","vht_tx_mcs_set_vht_tx_highest_supported":"0 Mbps","vht_operation_channel_width":"1 (80 MHz)","vht_operation_center_freq_segment_1":42,"vht_operation_center_freq_segment_2":0,"vht_operation_vht_basic_mcs_set":"0xffc0","bss_load_station_count":3,"bss_load_channel_utilisation":"35/255","bss_load_available_admission_capacity":"30000 [*32us]","bss_load_wpa":"Version: 1","bss_load_group_cipher":"TKIP","bss_load_pairwise_ciphers":"TKIP","bss_load_authentication_suites":"PSK","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"314ea500-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Marvell","bss_load_model":"WAP","bss_load_model_number":123,"bss_load_serial_number":12345,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"5G wireless AP","config_methods_rf_bands":"0x2","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"a8:d3:f7:96:10:69","interface":"wlan0","config_methods_tsf":"212107440363 usec (2d, 10:55:07)","config_methods_freq":2442,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS Privacy ShortPreamble ShortSlotTime (0x0431)","config_methods_signal":"-81.00 dBm","config_methods_last_seen":"2630 ms ago","information_elements_from_probe_response_frame_ssid":"o2-WLAN34","information_elements_from_probe_response_frame_supported_rates":"9.0 18.0 36.0 54.0 1.0* 2.0 5.5 11.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 7","information_elements_from_probe_response_frame_country":"DE Environment: Indoor/Outdoor","information_elements_from_probe_response_frame_power_constraint":"0 dB","information_elements_from_probe_response_frame_erp":"","ht_capabilities_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"16 usec (0x07)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_capabilities_rsn":"Version: 1","ht_capabilities_group_cipher":"CCMP","ht_capabilities_pairwise_ciphers":"CCMP","ht_capabilities_authentication_suites":"PSK","ht_capabilities_extended_supported_rates":"6.0 12.0 24.0 48.0","ht_operation_primary_channel":7,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"nonmember","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"overlapping_bss_scan_params_passive_dwell":"20 TUs","overlapping_bss_scan_params_active_dwell":"10 TUs","overlapping_bss_scan_params_channel_width_trigger_scan_interval":"300 s","overlapping_bss_scan_params_scan_passive_total_per_channel":"200 TUs","overlapping_bss_scan_params_scan_active_total_per_channel":"20 TUs","overlapping_bss_scan_params_bss_width_channel_transition_delay_factor":5,"overlapping_bss_scan_params_obss_scan_activity_threshold":"100.00 %","overlapping_bss_scan_params_extended_capabilities":"HT Information Exchange Supported","overlapping_bss_scan_params_wmm":"Parameter version 1","overlapping_bss_scan_params_be":"CW 15-1023, AIFSN 3","overlapping_bss_scan_params_bk":"CW 15-1023, AIFSN 7","overlapping_bss_scan_params_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","overlapping_bss_scan_params_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","overlapping_bss_scan_params_wps":"Version: 1.0","overlapping_bss_scan_params_wi_fi_protected_setup_state":"2 (Configured)","overlapping_bss_scan_params_response_type":"3 (AP)","overlapping_bss_scan_params_uuid":"4e9bd57c-8ebe-46d8-aa04-cdd3994f7288","overlapping_bss_scan_params_manufacturer":"Arcadyan","overlapping_bss_scan_params_model":"o2 HomeBox 6441","overlapping_bss_scan_params_model_number":"IAD 6441","overlapping_bss_scan_params_serial_number":"D512146595","overlapping_bss_scan_params_primary_device_type":"6-0050f204-1","overlapping_bss_scan_params_device_name":"D512146595-A8D3F7","config_methods_rf_bands":"0x3","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"54:fa:3e:87:1f:93","interface":"wlan0","config_methods_tsf":"212108698335 usec (2d, 10:55:08)","config_methods_freq":2472,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS Privacy ShortSlotTime APSD (0x0c11)","config_methods_signal":"-72.00 dBm","config_methods_last_seen":"1310 ms ago","information_elements_from_probe_response_frame_ssid":"moin moin","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 13","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","ht_capabilities_capabilities":"0x1ec","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"No restriction (0x00)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":13,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wpa":"Version: 1","ht_operation_group_cipher":"TKIP","ht_operation_pairwise_ciphers":"TKIP CCMP","ht_operation_authentication_suites":"PSK","ht_operation_rsn":"Version: 1","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_operation_wmm":"Parameter version 1","ht_operation_be":"CW 15-1023, AIFSN 3","ht_operation_bk":"CW 15-1023, AIFSN 7","ht_operation_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","ht_operation_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_station_count":1,"bss_load_channel_utilisation":"26/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_extended_capabilities":"HT Information Exchange Supported","bss_load_country":"DE Environment: Indoor/Outdoor","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"bc329e00-1dd8-11b2-8601-54fa3e871f93","bss_load_manufacturer":"Celeno Communication, Inc.","bss_load_model":"Celeno Wireless AP 2.4G","bss_load_model_number":"CL1800","bss_load_serial_number":12345678,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"CelenoAP2.4G","bss_load_config_methods":"Display, PBC, Keypad","bss_load_rf_bands":"0x1","bss_load_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"ae:22:15:db:4d:5b","interface":"wlan0","bss_load_tsf":"212106562854 usec (2d, 10:55:06)","bss_load_freq":2412,"bss_load_beacon_interval":"100 TUs","bss_load_capability":"ESS ShortSlotTime RadioMeasure (0x1401)","bss_load_signal":"-57.00 dBm","bss_load_last_seen":"3510 ms ago","information_elements_from_probe_response_frame_ssid":"Vodafone Hotspot","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 1","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":1,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":1,"bss_load_channel_utilisation":"103/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor"},{"bssid":"90:5c:44:d1:34:2f","interface":"wlan0","bss_load_tsf":"212107263738 usec (2d, 10:55:07)","bss_load_freq":2437,"bss_load_beacon_interval":"100 TUs","bss_load_capability":"ESS Privacy ShortSlotTime RadioMeasure (0x1411)","bss_load_signal":"-53.00 dBm","bss_load_last_seen":"2810 ms ago","bss_load_ssid":"UPC5144FAF","bss_load_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","bss_load_ds_parameter_set":"channel 6","bss_load_erp":"Barker_Preamble_Mode","bss_load_extended_supported_rates":"6.0 12.0 24.0 48.0","bss_load_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":6,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"non-HT mixed","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wpa":"Version: 1","ht_operation_group_cipher":"TKIP","ht_operation_pairwise_ciphers":"TKIP CCMP","ht_operation_authentication_suites":"PSK","ht_operation_rsn":"Version: 1","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":1,"bss_load_channel_utilisation":"109/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"30b60e80-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Ralink Technology, Corp.","bss_load_model":"Ralink Wireless Access Point","bss_load_model_number":"RT2860","bss_load_serial_number":12345678,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"RalinkAPS","config_methods_rf_bands":"0x1","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"92:5c:14:d1:34:2f","interface":"wlan0","config_methods_tsf":"212107270871 usec (2d, 10:55:07)","config_methods_freq":2437,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS ShortSlotTime RadioMeasure (0x1401)","config_methods_signal":"-53.00 dBm","config_methods_last_seen":"2800 ms ago","information_elements_from_probe_response_frame_ssid":"Vodafone Hotspot","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 6","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":6,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"non-HT mixed","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":1,"bss_load_channel_utilisation":"109/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor"},{"bssid":"36:2c:b4:34:3b:95","interface":"wlan0","bss_load_tsf":"212075883822 usec (2d, 10:54:35)","bss_load_freq":2412,"bss_load_beacon_interval":"100 TUs","bss_load_capability":"ESS Privacy ShortSlotTime RadioMeasure (0x1411)","bss_load_signal":"-77.00 dBm","bss_load_last_seen":"13150 ms ago","information_elements_from_probe_response_frame_ssid":"Gast_Medusa_13","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 1","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":1,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":0,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wpa":"Version: 1","ht_operation_group_cipher":"TKIP","ht_operation_pairwise_ciphers":"TKIP CCMP","ht_operation_authentication_suites":"PSK","ht_operation_rsn":"Version: 1","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":0,"bss_load_channel_utilisation":"94/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor"},{"bssid":"fe:49:2d:20:d8:21","interface":"wlan0","bss_load_tsf":"212080903764 usec (2d, 10:54:40)","bss_load_freq":2412,"bss_load_beacon_interval":"100 TUs","bss_load_capability":"ESS Privacy ShortSlotTime (0x0411)","bss_load_signal":"-67.00 dBm","bss_load_last_seen":"29170 ms ago","information_elements_from_probe_response_frame_ssid":"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00","information_elements_from_probe_response_frame_supported_rates":"6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 1","information_elements_from_probe_response_frame_tim":"DTIM Count 1 DTIM Period 2 Bitmap Control 0x0 Bitmap[0] 0x0","information_elements_from_probe_response_frame_erp":"","information_elements_from_probe_response_frame_rsn":"Version: 1","information_elements_from_probe_response_frame_group_cipher":"CCMP","information_elements_from_probe_response_frame_pairwise_ciphers":"CCMP","information_elements_from_probe_response_frame_authentication_suites":"PSK","information_elements_from_probe_response_frame_capabilities":"16-PTKSA-RC 1-GTKSA-RC (0x000c)","ht_capabilities_capabilities":"0x1ad","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":1,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":1,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":0,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":"Extended Channel Switching","ht_operation_wps":"Version: 1.0","ht_operation_wi_fi_protected_setup_state":"2 (Configured)","ht_operation_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20","ht_operation_device_name":"Marion,Laura,Larissas Fire TV...","ht_operation_primary_device_type":"1-0050f204-9","ht_operation_wmm":"Parameter version 1","ht_operation_be":"CW 15-1023, AIFSN 3","ht_operation_bk":"CW 15-1023, AIFSN 7","ht_operation_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","ht_operation_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","ht_operation_p2p":"Group capa: 0x25, Device capa: 0xab","ht_operation_unknown_tlv_0x03_6_bytes":"49 2d 20 58 21 dd"},{"bssid":"90:5c:44:db:21:48","interface":"wlan0","ht_operation_tsf":"212077364612 usec (2d, 10:54:37)","ht_operation_freq":2462,"ht_operation_beacon_interval":"100 TUs","ht_operation_capability":"ESS Privacy ShortSlotTime RadioMeasure (0x1411)","ht_operation_signal":"-76.00 dBm","ht_operation_last_seen":"27640 ms ago","information_elements_from_probe_response_frame_ssid":"UPC614F5E5","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 11","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":11,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wpa":"Version: 1","ht_operation_group_cipher":"TKIP","ht_operation_pairwise_ciphers":"TKIP CCMP","ht_operation_authentication_suites":"PSK","ht_operation_rsn":"Version: 1","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":1,"bss_load_channel_utilisation":"100/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"314ea500-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Ralink Technology, Corp.","bss_load_model":"Ralink Wireless Access Point","bss_load_model_number":"RT2860","bss_load_serial_number":12345678,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"RalinkAPS","config_methods_rf_bands":"0x1","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"ae:22:15:e6:ff:41","interface":"wlan0","config_methods_tsf":"212108278788 usec (2d, 10:55:08)","config_methods_freq":2462,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS RadioMeasure (0x1001)","config_methods_signal":"-40.00 dBm","config_methods_last_seen":"1740 ms ago","information_elements_from_probe_response_frame_ssid":"Vodafone Hotspot","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 11","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":11,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":3,"bss_load_channel_utilisation":"87/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor"},{"bssid":"34:31:c4:b8:2e:85","interface":"wlan0","bss_load_tsf":"212081672689 usec (2d, 10:54:41)","bss_load_freq":2437,"bss_load_beacon_interval":"100 TUs","bss_load_capability":"ESS Privacy ShortPreamble ShortSlotTime RadioMeasure (0x1431)","bss_load_signal":"-83.00 dBm","bss_load_last_seen":"28400 ms ago","information_elements_from_probe_response_frame_ssid":"Nexus","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 6.0* 9.0 12.0* 18.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 6","information_elements_from_probe_response_frame_tim":"DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0 (+ 1 octet)","information_elements_from_probe_response_frame_country":"DE Environment: Indoor/Outdoor","information_elements_from_probe_response_frame_erp":"","information_elements_from_probe_response_frame_extended_supported_rates":"24.0* 36.0 48.0 54.0","bss_load_station_count":13,"bss_load_channel_utilisation":"74/255","bss_load_available_admission_capacity":"0 [*32us]","ht_capabilities_capabilities":"0x1ad","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"8 usec (0x06)","ht_capabilities_ht_tx/rx_mcs_rate_indexes_supported":"0-23","ht_operation_primary_channel":6,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"nonmember","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"overlapping_bss_scan_params_passive_dwell":"20 TUs","overlapping_bss_scan_params_active_dwell":"10 TUs","overlapping_bss_scan_params_channel_width_trigger_scan_interval":"300 s","overlapping_bss_scan_params_scan_passive_total_per_channel":"200 TUs","overlapping_bss_scan_params_scan_active_total_per_channel":"20 TUs","overlapping_bss_scan_params_bss_width_channel_transition_delay_factor":5,"overlapping_bss_scan_params_obss_scan_activity_threshold":"0.25 %","overlapping_bss_scan_params_extended_capabilities":"HT Information Exchange Supported, Extended Channel Switching, TFS, WNM-Sleep Mode, TIM Broadcast, BSS Transition, 6","overlapping_bss_scan_params_wmm":"Parameter version 1","overlapping_bss_scan_params_be":"CW 15-1023, AIFSN 3","overlapping_bss_scan_params_bk":"CW 15-1023, AIFSN 7","overlapping_bss_scan_params_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","overlapping_bss_scan_params_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","overlapping_bss_scan_params_wps":"Version: 1.0","overlapping_bss_scan_params_wi_fi_protected_setup_state":"2 (Configured)","overlapping_bss_scan_params_rf_bands":"0x3","overlapping_bss_scan_params_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20","overlapping_bss_scan_params_rsn":"Version: 1","overlapping_bss_scan_params_group_cipher":"CCMP","overlapping_bss_scan_params_pairwise_ciphers":"CCMP","overlapping_bss_scan_params_authentication_suites":"PSK 00-0f-ac:8","overlapping_bss_scan_params_capabilities":"1-PTKSA-RC 1-GTKSA-RC MFP-capable (0x0080)"},{"bssid":"92:5c:14:db:21:48","interface":"wlan0","overlapping_bss_scan_params_tsf":"212098644532 usec (2d, 10:54:58)","overlapping_bss_scan_params_freq":2462,"overlapping_bss_scan_params_beacon_interval":"100 TUs","overlapping_bss_scan_params_capability":"ESS ShortSlotTime RadioMeasure (0x1401)","overlapping_bss_scan_params_signal":"-71.00 dBm","overlapping_bss_scan_params_last_seen":"11430 ms ago","information_elements_from_probe_response_frame_ssid":"Vodafone Hotspot","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 11","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":11,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":1,"bss_load_channel_utilisation":"111/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor"},{"bssid":"9c:80:df:31:03:a4","interface":"wlan0","bss_load_tsf":"212082583134 usec (2d, 10:54:42)","bss_load_freq":2467,"bss_load_beacon_interval":"100 TUs","bss_load_capability":"ESS Privacy ShortSlotTime (0x0411)","bss_load_signal":"-87.00 dBm","bss_load_last_seen":"27490 ms ago","information_elements_from_probe_response_frame_ssid":"o2-WLAN84","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 12","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"DE Environment: Indoor/Outdoor","information_elements_from_probe_response_frame_wps":"Version: 1.0","information_elements_from_probe_response_frame_wi_fi_protected_setup_state":"2 (Configured)","information_elements_from_probe_response_frame_tim":"DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","ht_capabilities_capabilities":"0x106e","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15, 32","ht_operation_primary_channel":12,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"20 MHz","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":"HT Information Exchange Supported","overlapping_bss_scan_params_passive_dwell":"20 TUs","overlapping_bss_scan_params_active_dwell":"10 TUs","overlapping_bss_scan_params_channel_width_trigger_scan_interval":"300 s","overlapping_bss_scan_params_scan_passive_total_per_channel":"200 TUs","overlapping_bss_scan_params_scan_active_total_per_channel":"20 TUs","overlapping_bss_scan_params_bss_width_channel_transition_delay_factor":5,"overlapping_bss_scan_params_obss_scan_activity_threshold":"0.25 %","overlapping_bss_scan_params_rsn":"Version: 1","overlapping_bss_scan_params_group_cipher":"CCMP","overlapping_bss_scan_params_pairwise_ciphers":"CCMP","overlapping_bss_scan_params_authentication_suites":"PSK","overlapping_bss_scan_params_capabilities":"PreAuth 1-PTKSA-RC 1-GTKSA-RC (0x0001)","overlapping_bss_scan_params_wmm":"Parameter version 1","overlapping_bss_scan_params_be":"CW 15-1023, AIFSN 3","overlapping_bss_scan_params_bk":"CW 15-1023, AIFSN 7","overlapping_bss_scan_params_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","overlapping_bss_scan_params_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_station_count":768,"bss_load_channel_utilisation":"33/255","bss_load_available_admission_capacity":"4730 [*32us]"},{"bssid":"36:2c:94:34:3b:95","interface":"wlan0","bss_load_tsf":"212096926483 usec (2d, 10:54:56)","bss_load_freq":2412,"bss_load_beacon_interval":"100 TUs","bss_load_capability":"ESS ShortSlotTime RadioMeasure (0x1401)","bss_load_signal":"-84.00 dBm","bss_load_last_seen":"13150 ms ago","bss_load_ssid":"Vodafone Hotspot","bss_load_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","bss_load_ds_parameter_set":"channel 1","bss_load_erp":"Barker_Preamble_Mode","bss_load_extended_supported_rates":"6.0 12.0 24.0 48.0","bss_load_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":1,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":0,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":0,"bss_load_channel_utilisation":"90/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec"},{"bssid":"38:43:7d:1c:95:e6","interface":"wlan0","bss_load_tsf":"212097695148 usec (2d, 10:54:57)","bss_load_freq":2437,"bss_load_beacon_interval":"100 TUs","bss_load_capability":"ESS Privacy ShortSlotTime RadioMeasure (0x1411)","bss_load_signal":"-83.00 dBm","bss_load_last_seen":"12380 ms ago","information_elements_from_probe_response_frame_ssid":"UPCB45EF15","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 6","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","information_elements_from_probe_response_frame_tim":"DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0","information_elements_from_probe_response_frame_wpa":"Version: 1","information_elements_from_probe_response_frame_group_cipher":"TKIP","information_elements_from_probe_response_frame_pairwise_ciphers":"TKIP CCMP","information_elements_from_probe_response_frame_authentication_suites":"PSK","information_elements_from_probe_response_frame_rsn":"Version: 1","information_elements_from_probe_response_frame_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","information_elements_from_probe_response_frame_wps":"Version: 1.0","information_elements_from_probe_response_frame_wi_fi_protected_setup_state":"2 (Configured)","information_elements_from_probe_response_frame_uuid":"30b60e80-1dd2-11b2-8601-8e4aa01a9d4a","information_elements_from_probe_response_frame_rf_bands":"0x1","information_elements_from_probe_response_frame_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":6,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","ht_operation_wmm":"Parameter version 1","ht_operation_be":"CW 15-1023, AIFSN 3","ht_operation_bk":"CW 15-1023, AIFSN 7","ht_operation_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","ht_operation_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_station_count":1,"bss_load_channel_utilisation":"86/255","bss_load_available_admission_capacity":"31250 [*32us]"},{"bssid":"90:5c:44:db:21:33","interface":"wlan0","bss_load_tsf":"212107555845 usec (2d, 10:55:07)","bss_load_freq":5180,"bss_load_beacon_interval":"100 TUs","bss_load_capability":"ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)","bss_load_signal":"-88.00 dBm","bss_load_last_seen":"2510 ms ago","information_elements_from_probe_response_frame_ssid":"UPC614F5E5","information_elements_from_probe_response_frame_supported_rates":"6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 36","information_elements_from_probe_response_frame_power_constraint":"3 dB","information_elements_from_probe_response_frame_rsn":"Version: 1","information_elements_from_probe_response_frame_group_cipher":"TKIP","information_elements_from_probe_response_frame_pairwise_ciphers":"CCMP","information_elements_from_probe_response_frame_authentication_suites":"PSK","information_elements_from_probe_response_frame_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_capabilities_capabilities":"0x6f","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-23, 32","ht_operation_primary_channel":36,"ht_operation_secondary_channel_offset":"above","ht_operation_sta_channel_width":"any","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":6,"vht_capabilities_0x33827930_max_mpdu_length":3895,"vht_capabilities_0x33827930_supported_channel_width":"neither 160 nor 80+80","vht_rx_mcs_set_1_streams":"MCS 0-9","vht_rx_mcs_set_2_streams":"MCS 0-9","vht_rx_mcs_set_3_streams":"MCS 0-9","vht_rx_mcs_set_4_streams":"not supported","vht_rx_mcs_set_5_streams":"not supported","vht_rx_mcs_set_6_streams":"not supported","vht_rx_mcs_set_7_streams":"not supported","vht_rx_mcs_set_8_streams":"not supported","vht_rx_mcs_set_vht_rx_highest_supported":"0 Mbps","vht_tx_mcs_set_1_streams":"MCS 0-9","vht_tx_mcs_set_2_streams":"MCS 0-9","vht_tx_mcs_set_3_streams":"MCS 0-9","vht_tx_mcs_set_4_streams":"not supported","vht_tx_mcs_set_5_streams":"not supported","vht_tx_mcs_set_6_streams":"not supported","vht_tx_mcs_set_7_streams":"not supported","vht_tx_mcs_set_8_streams":"not supported","vht_tx_mcs_set_vht_tx_highest_supported":"0 Mbps","vht_operation_channel_width":"1 (80 MHz)","vht_operation_center_freq_segment_1":42,"vht_operation_center_freq_segment_2":0,"vht_operation_vht_basic_mcs_set":"0xffc0","bss_load_station_count":2,"bss_load_channel_utilisation":"54/255","bss_load_available_admission_capacity":"30000 [*32us]","bss_load_wpa":"Version: 1","bss_load_group_cipher":"TKIP","bss_load_pairwise_ciphers":"TKIP","bss_load_authentication_suites":"PSK","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"314ea500-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Marvell","bss_load_model":"WAP","bss_load_model_number":123,"bss_load_serial_number":12345,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"5G wireless AP","config_methods_rf_bands":"0x2","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"a8:d3:f7:96:10:6d","interface":"wlan0","config_methods_tsf":"212107799783 usec (2d, 10:55:07)","config_methods_freq":5200,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS Privacy SpectrumMgmt ShortSlotTime (0x0511)","config_methods_signal":"-88.00 dBm","config_methods_last_seen":"2260 ms ago","information_elements_from_probe_response_frame_ssid":"o2-WLAN34","information_elements_from_probe_response_frame_supported_rates":"6.0* 9.0 12.0* 18.0 24.0 36.0 48.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 40","information_elements_from_probe_response_frame_country":"DE Environment: Indoor/Outdoor","information_elements_from_probe_response_frame_power_constraint":"0 dB","ht_capabilities_capabilities":"0x86f","ht_capabilities_max_amsdu_length":"7935 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_tx/rx_mcs_rate_indexes_supported":"0-31, 33-76","ht_operation_primary_channel":40,"ht_operation_secondary_channel_offset":"below","ht_operation_sta_channel_width":"any","ht_operation_rifs":0,"ht_operation_ht_protection":"nonmember","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":1,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wmm":"Parameter version 1","ht_operation_be":"CW 15-1023, AIFSN 3","ht_operation_bk":"CW 15-1023, AIFSN 7","ht_operation_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","ht_operation_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","ht_operation_rsn":"Version: 1","ht_operation_group_cipher":"CCMP","ht_operation_pairwise_ciphers":"CCMP","ht_operation_authentication_suites":"PSK","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_operation_extended_capabilities":"HT Information Exchange Supported, SSID List, 6","ht_operation_wps":"Version: 1.0","ht_operation_wi_fi_protected_setup_state":"2 (Configured)","ht_operation_response_type":"3 (AP)","ht_operation_uuid":"4e9bd57c-8ebe-46d8-aa04-cdd3994f7288","ht_operation_manufacturer":"Quantenna","ht_operation_model":"Topaz","ht_operation_model_number":"QV840.432","ht_operation_serial_number":"A8D3F796106D","ht_operation_primary_device_type":"6-0050f204-1","ht_operation_device_name":"Reference Design","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20","vht_capabilities_0x3fcb7832_max_mpdu_length":11454,"vht_capabilities_0x3fcb7832_supported_channel_width":"neither 160 nor 80+80","vht_rx_mcs_set_1_streams":"MCS 0-9","vht_rx_mcs_set_2_streams":"MCS 0-9","vht_rx_mcs_set_3_streams":"MCS 0-9","vht_rx_mcs_set_4_streams":"MCS 0-9","vht_rx_mcs_set_5_streams":"not supported","vht_rx_mcs_set_6_streams":"not supported","vht_rx_mcs_set_7_streams":"not supported","vht_rx_mcs_set_8_streams":"not supported","vht_rx_mcs_set_vht_rx_highest_supported":"0 Mbps","vht_tx_mcs_set_1_streams":"MCS 0-9","vht_tx_mcs_set_2_streams":"MCS 0-9","vht_tx_mcs_set_3_streams":"MCS 0-9","vht_tx_mcs_set_4_streams":"MCS 0-9","vht_tx_mcs_set_5_streams":"not supported","vht_tx_mcs_set_6_streams":"not supported","vht_tx_mcs_set_7_streams":"not supported","vht_tx_mcs_set_8_streams":"not supported","vht_tx_mcs_set_vht_tx_highest_supported":"0 Mbps","vht_operation_channel_width":"1 (80 MHz)","vht_operation_center_freq_segment_1":42,"vht_operation_center_freq_segment_2":0,"vht_operation_vht_basic_mcs_set":"0xfffc"},{"bssid":"90:5c:44:d1:34:20","interface":"wlan0","vht_operation_tsf":"212108016406 usec (2d, 10:55:08)","vht_operation_freq":5220,"vht_operation_beacon_interval":"100 TUs","vht_operation_capability":"ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)","vht_operation_signal":"-46.00 dBm","vht_operation_last_seen":"2060 ms ago","information_elements_from_probe_response_frame_ssid":"UPC5144FAF","information_elements_from_probe_response_frame_supported_rates":"6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 44","information_elements_from_probe_response_frame_power_constraint":"3 dB","information_elements_from_probe_response_frame_rsn":"Version: 1","information_elements_from_probe_response_frame_group_cipher":"TKIP","information_elements_from_probe_response_frame_pairwise_ciphers":"CCMP","information_elements_from_probe_response_frame_authentication_suites":"PSK","information_elements_from_probe_response_frame_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_capabilities_capabilities":"0x6f","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-23, 32","ht_operation_primary_channel":44,"ht_operation_secondary_channel_offset":"above","ht_operation_sta_channel_width":"any","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":6,"vht_capabilities_0x33827930_max_mpdu_length":3895,"vht_capabilities_0x33827930_supported_channel_width":"neither 160 nor 80+80","vht_rx_mcs_set_1_streams":"MCS 0-9","vht_rx_mcs_set_2_streams":"MCS 0-9","vht_rx_mcs_set_3_streams":"MCS 0-9","vht_rx_mcs_set_4_streams":"not supported","vht_rx_mcs_set_5_streams":"not supported","vht_rx_mcs_set_6_streams":"not supported","vht_rx_mcs_set_7_streams":"not supported","vht_rx_mcs_set_8_streams":"not supported","vht_rx_mcs_set_vht_rx_highest_supported":"0 Mbps","vht_tx_mcs_set_1_streams":"MCS 0-9","vht_tx_mcs_set_2_streams":"MCS 0-9","vht_tx_mcs_set_3_streams":"MCS 0-9","vht_tx_mcs_set_4_streams":"not supported","vht_tx_mcs_set_5_streams":"not supported","vht_tx_mcs_set_6_streams":"not supported","vht_tx_mcs_set_7_streams":"not supported","vht_tx_mcs_set_8_streams":"not supported","vht_tx_mcs_set_vht_tx_highest_supported":"0 Mbps","vht_operation_channel_width":"1 (80 MHz)","vht_operation_center_freq_segment_1":42,"vht_operation_center_freq_segment_2":0,"vht_operation_vht_basic_mcs_set":"0xffc0","bss_load_station_count":1,"bss_load_channel_utilisation":"33/255","bss_load_available_admission_capacity":"30000 [*32us]","bss_load_wpa":"Version: 1","bss_load_group_cipher":"TKIP","bss_load_pairwise_ciphers":"TKIP","bss_load_authentication_suites":"PSK","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"30b60e80-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Marvell","bss_load_model":"WAP","bss_load_model_number":123,"bss_load_serial_number":12345,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"5G wireless AP","config_methods_rf_bands":"0x2","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"ac:22:05:db:4d:22","interface":"wlan0","config_methods_tsf":"212108018921 usec (2d, 10:55:08)","config_methods_freq":5220,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS Privacy ShortPreamble SpectrumMgmt ShortSlotTime RadioMeasure (0x1531)","config_methods_signal":"-68.00 dBm","config_methods_last_seen":"2020 ms ago","information_elements_from_probe_response_frame_ssid":"Hoeheitsgebiet","information_elements_from_probe_response_frame_supported_rates":"6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 44","information_elements_from_probe_response_frame_power_constraint":"3 dB","information_elements_from_probe_response_frame_rsn":"Version: 1","information_elements_from_probe_response_frame_group_cipher":"TKIP","information_elements_from_probe_response_frame_pairwise_ciphers":"CCMP","information_elements_from_probe_response_frame_authentication_suites":"PSK","information_elements_from_probe_response_frame_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_capabilities_capabilities":"0x6f","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-23, 32","ht_operation_primary_channel":44,"ht_operation_secondary_channel_offset":"above","ht_operation_sta_channel_width":"any","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_extended_capabilities":6,"vht_capabilities_0x33827930_max_mpdu_length":3895,"vht_capabilities_0x33827930_supported_channel_width":"neither 160 nor 80+80","vht_rx_mcs_set_1_streams":"MCS 0-9","vht_rx_mcs_set_2_streams":"MCS 0-9","vht_rx_mcs_set_3_streams":"MCS 0-9","vht_rx_mcs_set_4_streams":"not supported","vht_rx_mcs_set_5_streams":"not supported","vht_rx_mcs_set_6_streams":"not supported","vht_rx_mcs_set_7_streams":"not supported","vht_rx_mcs_set_8_streams":"not supported","vht_rx_mcs_set_vht_rx_highest_supported":"0 Mbps","vht_tx_mcs_set_1_streams":"MCS 0-9","vht_tx_mcs_set_2_streams":"MCS 0-9","vht_tx_mcs_set_3_streams":"MCS 0-9","vht_tx_mcs_set_4_streams":"not supported","vht_tx_mcs_set_5_streams":"not supported","vht_tx_mcs_set_6_streams":"not supported","vht_tx_mcs_set_7_streams":"not supported","vht_tx_mcs_set_8_streams":"not supported","vht_tx_mcs_set_vht_tx_highest_supported":"0 Mbps","vht_operation_channel_width":"1 (80 MHz)","vht_operation_center_freq_segment_1":42,"vht_operation_center_freq_segment_2":0,"vht_operation_vht_basic_mcs_set":"0xffc0","bss_load_station_count":4,"bss_load_channel_utilisation":"43/255","bss_load_available_admission_capacity":"30000 [*32us]","bss_load_wpa":"Version: 1","bss_load_group_cipher":"TKIP","bss_load_pairwise_ciphers":"TKIP","bss_load_authentication_suites":"PSK","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"327fd200-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Marvell","bss_load_model":"WAP","bss_load_model_number":123,"bss_load_serial_number":12345,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"5G wireless AP","config_methods_rf_bands":"0x2","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"54:67:51:2c:3d:0a","interface":"wlan0","config_methods_tsf":"212108254184 usec (2d, 10:55:08)","config_methods_freq":2462,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS Privacy ShortSlotTime RadioMeasure (0x1411)","config_methods_signal":"-80.00 dBm","config_methods_last_seen":"1820 ms ago","information_elements_from_probe_response_frame_ssid":"UPC956E146","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 11","information_elements_from_probe_response_frame_erp":"Barker_Preamble_Mode","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 12.0 24.0 48.0","information_elements_from_probe_response_frame_country":"EU Environment: Indoor/Outdoor","ht_capabilities_capabilities":"0x1ac","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":11,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":0,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":0,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wpa":"Version: 1","ht_operation_group_cipher":"TKIP","ht_operation_pairwise_ciphers":"TKIP CCMP","ht_operation_authentication_suites":"PSK","ht_operation_rsn":"Version: 1","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition","bss_load_station_count":0,"bss_load_channel_utilisation":"93/255","bss_load_available_admission_capacity":"31250 [*32us]","bss_load_wmm":"Parameter version 1","bss_load_be":"CW 15-1023, AIFSN 3","bss_load_bk":"CW 15-1023, AIFSN 7","bss_load_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","bss_load_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","bss_load_country":"EU Environment: Indoor/Outdoor","bss_load_wps":"Version: 1.0","bss_load_wi_fi_protected_setup_state":"2 (Configured)","bss_load_response_type":"3 (AP)","bss_load_uuid":"314ea500-1dd2-11b2-8601-8e4aa01a9d4a","bss_load_manufacturer":"Ralink Technology, Corp.","bss_load_model":"Ralink Wireless Access Point","bss_load_model_number":"RT2860","bss_load_serial_number":12345678,"bss_load_primary_device_type":"6-0050f204-1","bss_load_device_name":"RalinkAPS","config_methods_rf_bands":"0x1","config_methods_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20"},{"bssid":"74:31:70:75:f1:e2","interface":"wlan0","config_methods_tsf":"212098649788 usec (2d, 10:54:58)","config_methods_freq":2462,"config_methods_beacon_interval":"100 TUs","config_methods_capability":"ESS Privacy ShortSlotTime (0x0411)","config_methods_signal":"-80.00 dBm","config_methods_last_seen":"11420 ms ago","information_elements_from_probe_response_frame_ssid":"WLAN-75F122","information_elements_from_probe_response_frame_supported_rates":"1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0","information_elements_from_probe_response_frame_ds_parameter_set":"channel 11","information_elements_from_probe_response_frame_erp":"","information_elements_from_probe_response_frame_erp_d4.0":"","information_elements_from_probe_response_frame_rsn":"Version: 1","information_elements_from_probe_response_frame_group_cipher":"CCMP","information_elements_from_probe_response_frame_pairwise_ciphers":"CCMP","information_elements_from_probe_response_frame_authentication_suites":"PSK","information_elements_from_probe_response_frame_capabilities":"1-PTKSA-RC 1-GTKSA-RC (0x0000)","information_elements_from_probe_response_frame_extended_supported_rates":"6.0 9.0 12.0 48.0","ht_capabilities_capabilities":"0x186c","ht_capabilities_max_amsdu_length":"7935 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"16 usec (0x07)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":11,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","ht_operation_rifs":1,"ht_operation_ht_protection":"no","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":0,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"overlapping_bss_scan_params_passive_dwell":"20 TUs","overlapping_bss_scan_params_active_dwell":"10 TUs","overlapping_bss_scan_params_channel_width_trigger_scan_interval":"300 s","overlapping_bss_scan_params_scan_passive_total_per_channel":"200 TUs","overlapping_bss_scan_params_scan_active_total_per_channel":"20 TUs","overlapping_bss_scan_params_bss_width_channel_transition_delay_factor":5,"overlapping_bss_scan_params_obss_scan_activity_threshold":"0.25 %","overlapping_bss_scan_params_extended_capabilities":"HT Information Exchange Supported","overlapping_bss_scan_params_wmm":"Parameter version 1","overlapping_bss_scan_params_be":"CW 15-1023, AIFSN 3","overlapping_bss_scan_params_bk":"CW 15-1023, AIFSN 7","overlapping_bss_scan_params_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","overlapping_bss_scan_params_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","overlapping_bss_scan_params_wps":"Version: 1.0","overlapping_bss_scan_params_wi_fi_protected_setup_state":"2 (Configured)","overlapping_bss_scan_params_selected_registrar":"0x0","overlapping_bss_scan_params_response_type":"3 (AP)","overlapping_bss_scan_params_uuid":"00000000-0000-0003-0000-74317075f1e2","overlapping_bss_scan_params_manufacturer":"Corporation","overlapping_bss_scan_params_model":"VGV8539JW","overlapping_bss_scan_params_model_number":"1.47.000","overlapping_bss_scan_params_serial_number":"J144024542","overlapping_bss_scan_params_primary_device_type":"6-0050f204-1","overlapping_bss_scan_params_device_name":"Wireless Router(WFA)","overlapping_bss_scan_params_config_methods":"Label, PBC","overlapping_bss_scan_params_rf_bands":"0x3"},{"bssid":"1c:b0:44:75:42:a8","interface":"wlan0","overlapping_bss_scan_params_tsf":"212108018214 usec (2d, 10:55:08)","overlapping_bss_scan_params_freq":5220,"overlapping_bss_scan_params_beacon_interval":"100 TUs","overlapping_bss_scan_params_capability":"ESS Privacy SpectrumMgmt ShortSlotTime (0x0511)","overlapping_bss_scan_params_signal":"-89.00 dBm","overlapping_bss_scan_params_last_seen":"2060 ms ago","overlapping_bss_scan_params_ssid":"o2-WLAN38","overlapping_bss_scan_params_supported_rates":"6.0* 9.0 12.0* 18.0 24.0 36.0 48.0 54.0","overlapping_bss_scan_params_ds_parameter_set":"channel 44","bss_load_station_count":5,"bss_load_channel_utilisation":"55/255","bss_load_available_admission_capacity":"65535 [*32us]","bss_load_country":"DE Environment: Indoor/Outdoor","bss_load_power_constraint":"0 dB","ht_capabilities_capabilities":"0x86f","ht_capabilities_max_amsdu_length":"7935 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"4 usec (0x05)","ht_capabilities_ht_tx/rx_mcs_rate_indexes_supported":"0-31, 33-76","ht_operation_primary_channel":44,"ht_operation_secondary_channel_offset":"above","ht_operation_sta_channel_width":"any","ht_operation_rifs":0,"ht_operation_ht_protection":"nonmember","ht_operation_non_gf_present":1,"ht_operation_obss_non_gf_present":1,"ht_operation_dual_beacon":0,"ht_operation_dual_cts_protection":0,"ht_operation_stbc_beacon":0,"ht_operation_l_sig_txop_prot":0,"ht_operation_pco_active":0,"ht_operation_pco_phase":0,"ht_operation_wmm":"Parameter version 1","ht_operation_be":"CW 15-1023, AIFSN 3","ht_operation_bk":"CW 15-1023, AIFSN 7","ht_operation_vi":"CW 7-15, AIFSN 2, TXOP 3008 usec","ht_operation_vo":"CW 3-7, AIFSN 2, TXOP 1504 usec","ht_operation_rsn":"Version: 1","ht_operation_group_cipher":"CCMP","ht_operation_pairwise_ciphers":"CCMP","ht_operation_authentication_suites":"PSK","ht_operation_capabilities":"1-PTKSA-RC 1-GTKSA-RC MFP-capable (0x0080)","ht_operation_group_mgmt_cipher_suite":"AES-128-CMAC","ht_operation_extended_capabilities":"HT Information Exchange Supported, BSS Transition, SSID List, 6","ht_operation_wps":"Version: 1.0","ht_operation_wi_fi_protected_setup_state":"2 (Configured)","ht_operation_response_type":"3 (AP)","ht_operation_uuid":"b0493afc-202d-11b2-8a5b-1cb0447542a5","ht_operation_manufacturer":"Askey","ht_operation_model":"o2 HomeBox","ht_operation_model_number":6741,"ht_operation_serial_number":"1CB0447542A8","ht_operation_primary_device_type":"6-0050f204-1","ht_operation_device_name":"o2 HomeBox 6741","ht_operation_config_methods":"Display","ht_operation_unknown_tlv_0x1049_6_bytes":"00 37 2a 00 01 20","vht_capabilities_0x3fcb7832_max_mpdu_length":11454,"vht_capabilities_0x3fcb7832_supported_channel_width":"neither 160 nor 80+80","vht_rx_mcs_set_1_streams":"MCS 0-9","vht_rx_mcs_set_2_streams":"MCS 0-9","vht_rx_mcs_set_3_streams":"MCS 0-9","vht_rx_mcs_set_4_streams":"MCS 0-9","vht_rx_mcs_set_5_streams":"not supported","vht_rx_mcs_set_6_streams":"not supported","vht_rx_mcs_set_7_streams":"not supported","vht_rx_mcs_set_8_streams":"not supported","vht_rx_mcs_set_vht_rx_highest_supported":"0 Mbps","vht_tx_mcs_set_1_streams":"MCS 0-9","vht_tx_mcs_set_2_streams":"MCS 0-9","vht_tx_mcs_set_3_streams":"MCS 0-9","vht_tx_mcs_set_4_streams":"MCS 0-9","vht_tx_mcs_set_5_streams":"not supported","vht_tx_mcs_set_6_streams":"not supported","vht_tx_mcs_set_7_streams":"not supported","vht_tx_mcs_set_8_streams":"not supported","vht_tx_mcs_set_vht_tx_highest_supported":"0 Mbps","vht_operation_channel_width":"1 (80 MHz)","vht_operation_center_freq_segment_1":42,"vht_operation_center_freq_segment_2":0,"vht_operation_vht_basic_mcs_set":"0xfffc"}] diff --git a/tests/fixtures/centos-7.7/iw-scan2.json b/tests/fixtures/centos-7.7/iw-scan2.json new file mode 100644 index 00000000..ef362c0e --- /dev/null +++ b/tests/fixtures/centos-7.7/iw-scan2.json @@ -0,0 +1 @@ +[{"bssid":"xx:xx:xx:xx:3e:41","interface":"wlan0-1","freq":2412,"capability":"ESS (0x1431)","information_elements_from_probe_response_frame_ssid":"Troubleshooting","information_elements_from_probe_response_frame_rsn":"Version: 1","information_elements_from_probe_response_frame_group_cipher":"CCMP","information_elements_from_probe_response_frame_pairwise_ciphers":"CCMP","information_elements_from_probe_response_frame_authentication_suites":"PSK","information_elements_from_probe_response_frame_capabilities":"16-PTKSA-RC 1-GTKSA-RC (0x000c)","ht_capabilities_capabilities":"0x1ef","ht_capabilities_max_amsdu_length":"3839 bytes","ht_capabilities_minimum_rx_ampdu_time_spacing":"No restriction (0x00)","ht_capabilities_ht_rx_mcs_rate_indexes_supported":"0-15","ht_operation_primary_channel":1,"ht_operation_secondary_channel_offset":"no secondary","ht_operation_sta_channel_width":"20 MHz","vht_capabilities_0x33800192_max_mpdu_length":11454,"vht_capabilities_0x33800192_supported_channel_width":"neither 160 nor 80 80","vht_rx_mcs_set_1_streams":"MCS 0-9","vht_rx_mcs_set_2_streams":"MCS 0-9","vht_rx_mcs_set_3_streams":"not supported","vht_rx_mcs_set_4_streams":"not supported","vht_rx_mcs_set_5_streams":"not supported","vht_rx_mcs_set_6_streams":"not supported","vht_rx_mcs_set_7_streams":"not supported","vht_rx_mcs_set_8_streams":"not supported","vht_rx_mcs_set_vht_rx_highest_supported":"780 Mbps","vht_tx_mcs_set_1_streams":"MCS 0-9","vht_tx_mcs_set_2_streams":"MCS 0-9","vht_tx_mcs_set_3_streams":"not supported","vht_tx_mcs_set_4_streams":"not supported","vht_tx_mcs_set_5_streams":"not supported","vht_tx_mcs_set_6_streams":"not supported","vht_tx_mcs_set_7_streams":"not supported","vht_tx_mcs_set_8_streams":"not supported","vht_tx_mcs_set_vht_tx_highest_supported":"780 Mbps","vht_tx_mcs_set_vht_extended_nss":"not supported","vht_operation_channel_width":"0 (20 or 40 MHz)","vht_operation_center_freq_segment_1":0,"vht_operation_center_freq_segment_2":0,"vht_operation_vht_basic_mcs_set":"0xfffa","he_mac_capabilities_0x010102000040_minimum_payload_size_of_128_bytes":1,"he_mac_capabilities_0x010102000040_he_phy_capabilities":"(0x06304c090c008008020c00):","he_mac_capabilities_0x010102000040_device_class":1,"he_mac_capabilities_0x010102000040_dcm_max_constellation":1,"he_mac_capabilities_0x010102000040_dcm_max_constellation_rx":1,"he_mac_capabilities_0x010102000040_beamformee_sts_<=_80mhz":3,"he_mac_capabilities_0x010102000040_max_nc":1,"he_mac_capabilities_0x010102000040_1_streams":"MCS 0-11","he_mac_capabilities_0x010102000040_2_streams":"MCS 0-11","he_mac_capabilities_0x010102000040_3_streams":"not supported","he_mac_capabilities_0x010102000040_4_streams":"not supported","he_mac_capabilities_0x010102000040_5_streams":"not supported","he_mac_capabilities_0x010102000040_6_streams":"not supported","he_mac_capabilities_0x010102000040_7_streams":"not supported","he_mac_capabilities_0x010102000040_8_streams":"not supported","tsf_usec":608162896731,"beacon_interval_tus":100,"signal_dbm":-54.0,"last_seen_ms":1410}] diff --git a/tests/fixtures/centos-7.7/iw-scan2.out b/tests/fixtures/centos-7.7/iw-scan2.out new file mode 100644 index 00000000..654013ca --- /dev/null +++ b/tests/fixtures/centos-7.7/iw-scan2.out @@ -0,0 +1,109 @@ +BSS xx:xx:xx:xx:3e:41(on wlan0-1) + last seen: 4206.107s [boottime] + TSF: 608162896731 usec (7d, 00:56:02) + freq: 2412 + beacon interval: 100 TUs + capability: ESS (0x1431) + signal: -54.00 dBm + last seen: 1410 ms ago + Information elements from Probe Response frame: + SSID: Troubleshooting + RSN: * Version: 1 + * Group cipher: CCMP + * Pairwise ciphers: CCMP + * Authentication suites: PSK + * Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c) + HT capabilities: + Capabilities: 0x1ef + RX LDPC + HT20/HT40 + SM Power Save disabled + RX HT20 SGI + RX HT40 SGI + TX STBC + RX STBC 1-stream + Max AMSDU length: 3839 bytes + No DSSS/CCK HT40 + Maximum RX AMPDU length 65535 bytes (exponent: 0x003) + Minimum RX AMPDU time spacing: No restriction (0x00) + HT RX MCS rate indexes supported: 0-15 + HT TX MCS rate indexes are undefined + HT operation: + * primary channel: 1 + * secondary channel offset: no secondary + * STA channel width: 20 MHz + VHT capabilities: + VHT Capabilities (0x33800192): + Max MPDU length: 11454 + Supported Channel Width: neither 160 nor 80 80 + RX LDPC + TX STBC + RX antenna pattern consistency + TX antenna pattern consistency + VHT RX MCS set: + 1 streams: MCS 0-9 + 2 streams: MCS 0-9 + 3 streams: not supported + 4 streams: not supported + 5 streams: not supported + 6 streams: not supported + 7 streams: not supported + 8 streams: not supported + VHT RX highest supported: 780 Mbps + VHT TX MCS set: + 1 streams: MCS 0-9 + 2 streams: MCS 0-9 + 3 streams: not supported + 4 streams: not supported + 5 streams: not supported + 6 streams: not supported + 7 streams: not supported + 8 streams: not supported + VHT TX highest supported: 780 Mbps + VHT extended NSS: not supported + VHT operation: + * channel width: 0 (20 or 40 MHz) + * center freq segment 1: 0 + * center freq segment 2: 0 + * VHT basic MCS set: 0xfffa + HE capabilities: + HE MAC Capabilities (0x010102000040): + HTC HE Supported + Minimum Payload size of 128 bytes: 1 + OM Control + A-MSDU in A-MPDU + HE PHY Capabilities: (0x06304c090c008008020c00): + HE40/2.4GHz + HE40/HE80/5GHz + Device Class: 1 + LDPC Coding in Payload + STBC Tx <= 80MHz + STBC Rx <= 80MHz + Full Bandwidth UL MU-MIMO + DCM Max Constellation: 1 + DCM Max Constellation Rx: 1 + Beamformee STS <= 80Mhz: 3 + PPE Threshold Present + Max NC: 1 + 20MHz in 40MHz HE PPDU 2.4GHz + TX 1024-QAM + RX 1024-QAM + HE RX MCS and NSS set <= 80 MHz + 1 streams: MCS 0-11 + 2 streams: MCS 0-11 + 3 streams: not supported + 4 streams: not supported + 5 streams: not supported + 6 streams: not supported + 7 streams: not supported + 8 streams: not supported + HE TX MCS and NSS set <= 80 MHz + 1 streams: MCS 0-11 + 2 streams: MCS 0-11 + 3 streams: not supported + 4 streams: not supported + 5 streams: not supported + 6 streams: not supported + 7 streams: not supported + 8 streams: not supported + PPE Threshold 0x19 0x1c 0xc7 0x71 diff --git a/tests/test_iw_scan.py b/tests/test_iw_scan.py index fb4db26c..fac85bd0 100644 --- a/tests/test_iw_scan.py +++ b/tests/test_iw_scan.py @@ -7,7 +7,6 @@ THIS_DIR = os.path.dirname(os.path.abspath(__file__)) class MyTests(unittest.TestCase): - # input with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/iw-scan0.out'), 'r', encoding='utf-8') as f: centos_7_7_iw_scan0 = f.read() @@ -15,6 +14,9 @@ class MyTests(unittest.TestCase): with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/iw-scan1.out'), 'r', encoding='utf-8') as f: centos_7_7_iw_scan1 = f.read() + with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/iw-scan2.out'), 'r', encoding='utf-8') as f: + centos_7_7_iw_scan2 = f.read() + # output with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/iw-scan0.json'), 'r', encoding='utf-8') as f: centos_7_7_iw_scan0_json = json.loads(f.read()) @@ -22,6 +24,9 @@ class MyTests(unittest.TestCase): with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/iw-scan1.json'), 'r', encoding='utf-8') as f: centos_7_7_iw_scan1_json = json.loads(f.read()) + with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/iw-scan2.json'), 'r', encoding='utf-8') as f: + centos_7_7_iw_scan2_json = json.loads(f.read()) + def test_iw_scan_nodata(self): """ @@ -41,6 +46,12 @@ class MyTests(unittest.TestCase): """ self.assertEqual(jc.parsers.iw_scan.parse(self.centos_7_7_iw_scan1, quiet=True), self.centos_7_7_iw_scan1_json) + def test_iw_scan2_centos_7_7(self): + """ + Test 'iw_scan' on Centos 7.7 + """ + self.assertEqual(jc.parsers.iw_scan.parse(self.centos_7_7_iw_scan2, quiet=True), self.centos_7_7_iw_scan2_json) + if __name__ == '__main__': unittest.main()