Morse Micro IoT SDK  2.10.4
mm_app_loadconfig.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 Morse Micro
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
15#include "mmipal.h"
16#include "mmwlan.h"
17
18#ifdef __cplusplus
19extern "C"
20{
21#endif
22
29
40
50void load_mmwlan_sta_args(struct mmwlan_sta_args *sta_config);
51
56
64bool country_code_in_regulatory_domain(const char *code);
65
66#ifdef __cplusplus
67}
68#endif
69
const struct mmwlan_s1g_channel_list * load_channel_list(void)
Looks up country code and returns appropriate channel list.
void load_mmwlan_settings(void)
Loads various WLAN-specific settings from config store and applies them.
bool country_code_in_regulatory_domain(const char *code)
Check whether the provided country code is within the current regulatory database.
void load_mmwlan_sta_args(struct mmwlan_sta_args *sta_config)
Loads the provided structure with initialization parameters read from config store.
void load_mmipal_init_args(struct mmipal_init_args *args)
Loads the provided structure with initialization parameters read from config store.
Initialize arguments structure.
Definition: mmipal.h:175
A list of S1G channels supported by a given regulatory domain.
Definition: mmwlan.h:179
Arguments data structure for mmwlan_sta_enable().
Definition: mmwlan.h:1067