Morse Micro IoT SDK  2.9.7
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#endif
21
28
39
49void load_mmwlan_sta_args(struct mmwlan_sta_args *sta_config);
50
55
63bool country_code_in_regulatory_domain(const char * code);
64
65#ifdef __cplusplus
66}
67#endif
68
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:149
A list of S1G channels supported by a given regulatory domain.
Definition: mmwlan.h:274
Arguments data structure for mmwlan_sta_enable().
Definition: mmwlan.h:900