![]() |
Morse Micro IoT SDK
2.6.4-esp32
|
While every effort has been made to maintain accuracy of this database, no guarantee is given as to the accuracy of the information contained herein.
| Country Code | Country |
|---|---|
| AU | Australia |
| EU | EU |
| IN | India |
| JP | Japan |
| KR | South Korea |
| NZ | New Zealand |
| SG | Singapore |
| US | USA |
Functions | |
| static const struct mmwlan_regulatory_db * | get_regulatory_db (void) |
| Get a pointer to regulatory_db. More... | |
Variables | |
| static const struct mmwlan_s1g_channel | s1g_channels_AU [] |
| List of valid S1G channels for Australia. More... | |
| static const struct mmwlan_s1g_channel_list | s1g_channel_list_AU |
| Channel list structure for Australia. More... | |
| static const struct mmwlan_s1g_channel | s1g_channels_EU [] |
| List of valid S1G channels for EU. More... | |
| static const struct mmwlan_s1g_channel_list | s1g_channel_list_EU |
| Channel list structure for EU. More... | |
| static const struct mmwlan_s1g_channel | s1g_channels_IN [] |
| List of valid S1G channels for India. More... | |
| static const struct mmwlan_s1g_channel_list | s1g_channel_list_IN |
| Channel list structure for India. More... | |
| static const struct mmwlan_s1g_channel | s1g_channels_JP [] |
| List of valid S1G channels for Japan. More... | |
| static const struct mmwlan_s1g_channel_list | s1g_channel_list_JP |
| Channel list structure for Japan. More... | |
| static const struct mmwlan_s1g_channel | s1g_channels_KR [] |
| List of valid S1G channels for South Korea. More... | |
| static const struct mmwlan_s1g_channel_list | s1g_channel_list_KR |
| Channel list structure for South Korea. More... | |
| static const struct mmwlan_s1g_channel | s1g_channels_NZ [] |
| List of valid S1G channels for New Zealand. More... | |
| static const struct mmwlan_s1g_channel_list | s1g_channel_list_NZ |
| Channel list structure for New Zealand. More... | |
| static const struct mmwlan_s1g_channel | s1g_channels_SG [] |
| List of valid S1G channels for Singapore. More... | |
| static const struct mmwlan_s1g_channel_list | s1g_channel_list_SG |
| Channel list structure for Singapore. More... | |
| static const struct mmwlan_s1g_channel | s1g_channels_US [] |
| List of valid S1G channels for USA. More... | |
| static const struct mmwlan_s1g_channel_list | s1g_channel_list_US |
| Channel list structure for USA. More... | |
| static const struct mmwlan_s1g_channel_list * | regulatory_db_domains [] |
| Array of all channel list structs used for the regulatory database. More... | |
| static const struct mmwlan_regulatory_db | regulatory_db |
| Regulatory database. More... | |
|
inlinestatic |
Get a pointer to regulatory_db.
This function isn't strictly necessary, since regulatory_db can be accessed directly, but will prevent the compiler from generated warnings about regulatory_db being unused.
Definition at line 296 of file mmwlan_regdb.def.
|
static |
Regulatory database.
Definition at line 284 of file mmwlan_regdb.def.
|
static |
Array of all channel list structs used for the regulatory database.
Definition at line 272 of file mmwlan_regdb.def.
|
static |
Channel list structure for Australia.
Definition at line 61 of file mmwlan_regdb.def.
|
static |
Channel list structure for EU.
Definition at line 78 of file mmwlan_regdb.def.
|
static |
Channel list structure for India.
Definition at line 93 of file mmwlan_regdb.def.
|
static |
Channel list structure for Japan.
Definition at line 117 of file mmwlan_regdb.def.
|
static |
Channel list structure for South Korea.
Definition at line 145 of file mmwlan_regdb.def.
|
static |
Channel list structure for New Zealand.
Definition at line 180 of file mmwlan_regdb.def.
|
static |
Channel list structure for Singapore.
Definition at line 204 of file mmwlan_regdb.def.
|
static |
Channel list structure for USA.
Definition at line 264 of file mmwlan_regdb.def.
|
static |
List of valid S1G channels for Australia.
Definition at line 33 of file mmwlan_regdb.def.
|
static |
List of valid S1G channels for EU.
Definition at line 68 of file mmwlan_regdb.def.
|
static |
List of valid S1G channels for India.
Definition at line 85 of file mmwlan_regdb.def.
|
static |
List of valid S1G channels for Japan.
Definition at line 100 of file mmwlan_regdb.def.
|
static |
List of valid S1G channels for South Korea.
Definition at line 124 of file mmwlan_regdb.def.
|
static |
List of valid S1G channels for New Zealand.
Definition at line 152 of file mmwlan_regdb.def.
|
static |
List of valid S1G channels for Singapore.
Definition at line 187 of file mmwlan_regdb.def.
|
static |
List of valid S1G channels for USA.
Definition at line 211 of file mmwlan_regdb.def.