![]() |
Morse Micro IoT SDK
2.9.7
|
Data Structures | |
| struct | mmwlan_s1g_channel |
| Regulatory domain information about an S1G channel. More... | |
| struct | mmwlan_s1g_channel_list |
| A list of S1G channels supported by a given regulatory domain. More... | |
| struct | mmwlan_regulatory_db |
| Regulatory database data structure. More... | |
Macros | |
| #define | MMWLAN_SKIP_OP_CLASS_CHECK -1 |
| If either the global or s1g operating class is set to this, the operating class will not be checked when associating to an AP. More... | |
| #define | MMWLAN_COUNTRY_CODE_LEN 3 |
| Length of the two character country code string (null-terminated). More... | |
Functions | |
| static const struct mmwlan_s1g_channel_list * | mmwlan_lookup_regulatory_domain (const struct mmwlan_regulatory_db *db, const char *country_code) |
| Look up the given country code in the regulatory database and return the matching channel list if found. More... | |
| enum mmwlan_status | mmwlan_set_channel_list (const struct mmwlan_s1g_channel_list *channel_list) |
| Set the list of channels that are supported by the regulatory domain in which the device resides. More... | |
| #define MMWLAN_COUNTRY_CODE_LEN 3 |
| #define MMWLAN_SKIP_OP_CLASS_CHECK -1 |
|
inlinestatic |
| enum mmwlan_status mmwlan_set_channel_list | ( | const struct mmwlan_s1g_channel_list * | channel_list | ) |
Set the list of channels that are supported by the regulatory domain in which the device resides.
| channel_list | The channel list to set. The list must remain valid in memory. |