Morse Micro IoT SDK  2.11.2

Detailed Description

Arguments data structure for mmwlan_boot().

This structure should be initialized using MMWLAN_BOOT_ARGS_INIT for sensible default values, particularly for forward compatibility with new releases that may add new fields to the struct. For example:

Note
This struct currently does not include any sensible arguments yet, and is provided for forwards compatibility with potential future API extensions.
enum mmwlan_status status;
// HERE: initialize arguments
status = mmwlan_boot(&boot_args);
enum mmwlan_status mmwlan_boot(const struct mmwlan_boot_args *args)
Boot the Morse Micro transceiver and leave it in an idle state.
#define MMWLAN_BOOT_ARGS_INIT
Initializer for mmwlan_boot_args.
Definition: mmwlan.h:623
mmwlan_status
Enumeration of status return codes.
Definition: mmwlan.h:50
Arguments data structure for mmwlan_boot().
Definition: mmwlan.h:610

Definition at line 609 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

const uint8_t * sta_mac_addr_override
 Optional override for the MAC address that will be used in STA mode and when scanning. More...
 

Field Documentation

◆ sta_mac_addr_override

const uint8_t* mmwlan_boot_args::sta_mac_addr_override

Optional override for the MAC address that will be used in STA mode and when scanning.

This takes priority over the other means of setting the STA MAC address.

Definition at line 615 of file mmwlan.h.


The documentation for this struct was generated from the following file: