![]() |
Morse Micro IoT SDK
2.9.7
|
Structure for holding a scan result.
Definition at line 358 of file mmagic_controller.h.
#include <mmagic_controller.h>
Data Fields | |
| struct string32 | ssid |
| SSID of the AP. More... | |
| struct struct_mac_addr | bssid |
| BSSID of the AP network. More... | |
| int32_t | rssi |
| RSSI of the AP in dBm. More... | |
| struct raw255 | ies |
| Pointer to the start of the Information Elements within the Probe Response frame. More... | |
| uint16_t | received_ies_len |
| Length of the ies field in the received frame. More... | |
| uint16_t | beacon_interval |
| Value of the Beacon Interval field. More... | |
| uint16_t | capability_info |
| Value of the Capability Information field. More... | |
| uint32_t | channel_freq_hz |
| Center frequency in Hz of the channel where the frame was received. More... | |
| uint8_t | bw_mhz |
| Bandwidth, in MHz, where the frame was received. More... | |
| uint8_t | op_bw_mhz |
| Operating bandwidth, in MHz, of the access point. More... | |
| uint64_t | tsf |
| TSF timestamp in the Probe Response frame. More... | |
| uint16_t struct_scan_result::beacon_interval |
Value of the Beacon Interval field.
Definition at line 372 of file mmagic_controller.h.
| struct struct_mac_addr struct_scan_result::bssid |
BSSID of the AP network.
Definition at line 363 of file mmagic_controller.h.
| uint8_t struct_scan_result::bw_mhz |
Bandwidth, in MHz, where the frame was received.
Definition at line 378 of file mmagic_controller.h.
| uint16_t struct_scan_result::capability_info |
Value of the Capability Information field.
Definition at line 374 of file mmagic_controller.h.
| uint32_t struct_scan_result::channel_freq_hz |
Center frequency in Hz of the channel where the frame was received.
Definition at line 376 of file mmagic_controller.h.
| struct raw255 struct_scan_result::ies |
Pointer to the start of the Information Elements within the Probe Response frame.
Definition at line 367 of file mmagic_controller.h.
| uint8_t struct_scan_result::op_bw_mhz |
Operating bandwidth, in MHz, of the access point.
Definition at line 380 of file mmagic_controller.h.
| uint16_t struct_scan_result::received_ies_len |
Length of the ies field in the received frame.
May exceed the size of the ies buffer in this structure.
Definition at line 370 of file mmagic_controller.h.
| int32_t struct_scan_result::rssi |
RSSI of the AP in dBm.
Definition at line 365 of file mmagic_controller.h.
| struct string32 struct_scan_result::ssid |
SSID of the AP.
Definition at line 361 of file mmagic_controller.h.
| uint64_t struct_scan_result::tsf |
TSF timestamp in the Probe Response frame.
Definition at line 382 of file mmagic_controller.h.