Morse Micro IoT SDK  2.6.4-esp32
mmwlan_scan_result Struct Reference

Detailed Description

Result of the scan request.

Definition at line 652 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

int16_t rssi
 RSSI of the received frame. More...
 
const uint8_t * bssid
 Pointer to the BSSID field within the Probe Response frame. More...
 
const uint8_t * ssid
 Pointer to the SSID within the SSID IE of the Probe Response frame. More...
 
const uint8_t * ies
 Pointer to the start of the Information Elements within the Probe Response frame. More...
 
uint16_t beacon_interval
 Value of the Beacon Interval field. More...
 
uint16_t capability_info
 Value of the Capability Information field. More...
 
uint16_t ies_len
 Length of the Information Elements (ies). More...
 
uint8_t ssid_len
 Length of the SSID (ssid). 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...
 

Field Documentation

◆ beacon_interval

uint16_t mmwlan_scan_result::beacon_interval

Value of the Beacon Interval field.

Definition at line 663 of file mmwlan.h.

◆ bssid

const uint8_t* mmwlan_scan_result::bssid

Pointer to the BSSID field within the Probe Response frame.

Definition at line 657 of file mmwlan.h.

◆ bw_mhz

uint8_t mmwlan_scan_result::bw_mhz

Bandwidth, in MHz, where the frame was received.

Definition at line 673 of file mmwlan.h.

◆ capability_info

uint16_t mmwlan_scan_result::capability_info

Value of the Capability Information field.

Definition at line 665 of file mmwlan.h.

◆ channel_freq_hz

uint32_t mmwlan_scan_result::channel_freq_hz

Center frequency in Hz of the channel where the frame was received.

Definition at line 671 of file mmwlan.h.

◆ ies

const uint8_t* mmwlan_scan_result::ies

Pointer to the start of the Information Elements within the Probe Response frame.

Definition at line 661 of file mmwlan.h.

◆ ies_len

uint16_t mmwlan_scan_result::ies_len

Length of the Information Elements (ies).

Definition at line 667 of file mmwlan.h.

◆ op_bw_mhz

uint8_t mmwlan_scan_result::op_bw_mhz

Operating bandwidth, in MHz, of the access point.

Definition at line 675 of file mmwlan.h.

◆ rssi

int16_t mmwlan_scan_result::rssi

RSSI of the received frame.

Definition at line 655 of file mmwlan.h.

◆ ssid

const uint8_t* mmwlan_scan_result::ssid

Pointer to the SSID within the SSID IE of the Probe Response frame.

Definition at line 659 of file mmwlan.h.

◆ ssid_len

uint8_t mmwlan_scan_result::ssid_len

Length of the SSID (ssid).

Definition at line 669 of file mmwlan.h.

◆ tsf

uint64_t mmwlan_scan_result::tsf

TSF timestamp in the Probe Response frame.

Definition at line 677 of file mmwlan.h.


The documentation for this struct was generated from the following file: