Morse Micro IoT SDK  2.9.7
mmwlan_s1g_channel_list Struct Reference

Detailed Description

A list of S1G channels supported by a given regulatory domain.

Definition at line 273 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

uint8_t country_code [MMWLAN_COUNTRY_CODE_LEN]
 Two character country code (null-terminated) used to identify the regulatory domain. More...
 
unsigned num_channels
 The number of channels in the list. More...
 
const struct mmwlan_s1g_channelchannels
 The channel data. More...
 

Field Documentation

◆ channels

const struct mmwlan_s1g_channel* mmwlan_s1g_channel_list::channels

The channel data.

Definition at line 280 of file mmwlan.h.

◆ country_code

uint8_t mmwlan_s1g_channel_list::country_code[MMWLAN_COUNTRY_CODE_LEN]

Two character country code (null-terminated) used to identify the regulatory domain.

Definition at line 276 of file mmwlan.h.

◆ num_channels

unsigned mmwlan_s1g_channel_list::num_channels

The number of channels in the list.

Definition at line 278 of file mmwlan.h.


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