Morse Micro IoT SDK  2.9.7
mmwlan_scan_result Struct Reference

Detailed Description

Result of the scan request.

Definition at line 807 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 818 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 812 of file mmwlan.h.

◆ bw_mhz

uint8_t mmwlan_scan_result::bw_mhz

Bandwidth, in MHz, where the frame was received.

Definition at line 828 of file mmwlan.h.

◆ capability_info

uint16_t mmwlan_scan_result::capability_info

Value of the Capability Information field.

Definition at line 820 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 826 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 816 of file mmwlan.h.

◆ ies_len

uint16_t mmwlan_scan_result::ies_len

Length of the Information Elements (ies).

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

◆ rssi

int16_t mmwlan_scan_result::rssi

RSSI of the received frame.

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

◆ ssid_len

uint8_t mmwlan_scan_result::ssid_len

Length of the SSID (ssid).

Definition at line 824 of file mmwlan.h.

◆ tsf

uint64_t mmwlan_scan_result::tsf

TSF timestamp in the Probe Response frame.

Definition at line 832 of file mmwlan.h.


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