![]() |
Morse Micro IoT SDK
2.11.2
|
Arguments data structure for mmwlan_relay_enable().
This structure should be initialized using MMWLAN_RELAY_ARGS_INIT for sensible default values, particularly for forward compatibility with new releases that may add new fields to the struct. For example:
#include <mmwlan.h>
Data Fields | |
| unsigned | forwarding_table_size |
| Maximum number of entries in the forward table. More... | |
| bool | is_root_node |
| Indicates whether this is the root node. More... | |
| unsigned mmwlan_relay_args::forwarding_table_size |
Maximum number of entries in the forward table.
This must be large enough to hold one entry for every node under this one (direct and indirect). If zero, then the default value, MMWLAN_RELAY_DEFAULT_FORWARDING_TABLE_SIZE, will be used.
| bool mmwlan_relay_args::is_root_node |