Morse Micro IoT SDK  2.9.7

Detailed Description

Regulatory domain information about an S1G channel.

Definition at line 243 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

uint32_t centre_freq_hz
 Center frequency of the channel (in Hz). More...
 
uint16_t duty_cycle_sta
 STA Duty Cycle (in 100th of %). More...
 
bool duty_cycle_omit_ctrl_resp
 Boolean indicating whether to omit control response frames from duty cycle. More...
 
int16_t global_operating_class
 Global operating class. More...
 
int16_t s1g_operating_class
 S1G operating class. More...
 
uint8_t s1g_chan_num
 S1G channel number. More...
 
uint8_t bw_mhz
 Channel operating bandwidth (in MHz). More...
 
int8_t max_tx_eirp_dbm
 Maximum transmit power (EIRP in dBm). More...
 
uint32_t pkt_spacing_us
 The length of time to close the tx window between packets (in microseconds). More...
 
uint32_t airtime_min_us
 The minimum packet airtime duration to trigger spacing (in microseconds). More...
 
uint32_t airtime_max_us
 The maximum allowable packet airtime duration (in microseconds). More...
 

Field Documentation

◆ airtime_max_us

uint32_t mmwlan_s1g_channel::airtime_max_us

The maximum allowable packet airtime duration (in microseconds).

Definition at line 266 of file mmwlan.h.

◆ airtime_min_us

uint32_t mmwlan_s1g_channel::airtime_min_us

The minimum packet airtime duration to trigger spacing (in microseconds).

Definition at line 264 of file mmwlan.h.

◆ bw_mhz

uint8_t mmwlan_s1g_channel::bw_mhz

Channel operating bandwidth (in MHz).

Definition at line 258 of file mmwlan.h.

◆ centre_freq_hz

uint32_t mmwlan_s1g_channel::centre_freq_hz

Center frequency of the channel (in Hz).

Definition at line 246 of file mmwlan.h.

◆ duty_cycle_omit_ctrl_resp

bool mmwlan_s1g_channel::duty_cycle_omit_ctrl_resp

Boolean indicating whether to omit control response frames from duty cycle.

Definition at line 250 of file mmwlan.h.

◆ duty_cycle_sta

uint16_t mmwlan_s1g_channel::duty_cycle_sta

STA Duty Cycle (in 100th of %).

Definition at line 248 of file mmwlan.h.

◆ global_operating_class

int16_t mmwlan_s1g_channel::global_operating_class

Global operating class.

If MMWLAN_SKIP_OP_CLASS_CHECK, check is skipped

Definition at line 252 of file mmwlan.h.

◆ max_tx_eirp_dbm

int8_t mmwlan_s1g_channel::max_tx_eirp_dbm

Maximum transmit power (EIRP in dBm).

Definition at line 260 of file mmwlan.h.

◆ pkt_spacing_us

uint32_t mmwlan_s1g_channel::pkt_spacing_us

The length of time to close the tx window between packets (in microseconds).

Definition at line 262 of file mmwlan.h.

◆ s1g_chan_num

uint8_t mmwlan_s1g_channel::s1g_chan_num

S1G channel number.

Definition at line 256 of file mmwlan.h.

◆ s1g_operating_class

int16_t mmwlan_s1g_channel::s1g_operating_class

S1G operating class.

If MMWLAN_SKIP_OP_CLASS_CHECK, check is skipped

Definition at line 254 of file mmwlan.h.


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