Morse Micro IoT SDK  2.10.4

Detailed Description

Result of the scan request.

Definition at line 697 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...
 
int8_t noise_dbm
 Background noise measured by the chip on the channel at the time the probe response was received. 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 708 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 702 of file mmwlan.h.

◆ bw_mhz

uint8_t mmwlan_scan_result::bw_mhz

Bandwidth, in MHz, where the frame was received.

Definition at line 718 of file mmwlan.h.

◆ capability_info

uint16_t mmwlan_scan_result::capability_info

Value of the Capability Information field.

Definition at line 710 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 716 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 706 of file mmwlan.h.

◆ ies_len

uint16_t mmwlan_scan_result::ies_len

Length of the Information Elements (ies).

Definition at line 712 of file mmwlan.h.

◆ noise_dbm

int8_t mmwlan_scan_result::noise_dbm

Background noise measured by the chip on the channel at the time the probe response was received.

Definition at line 725 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 720 of file mmwlan.h.

◆ rssi

int16_t mmwlan_scan_result::rssi

RSSI of the received frame.

Definition at line 700 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 704 of file mmwlan.h.

◆ ssid_len

uint8_t mmwlan_scan_result::ssid_len

Length of the SSID (ssid).

Definition at line 714 of file mmwlan.h.

◆ tsf

uint64_t mmwlan_scan_result::tsf

TSF timestamp in the Probe Response frame.

Definition at line 727 of file mmwlan.h.


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