Morse Micro IoT SDK  2.9.7

Detailed Description

Command arguments structure for wlan_standby_set_config.

Definition at line 3176 of file mmagic_controller.h.

#include <mmagic_controller.h>

Data Fields

uint32_t notify_period_s
 Interval in seconds for transmitting Standby status packets (Default 15s). More...
 
struct struct_ip_addr src_ip
 Source IP address to use for the standby status packets (Default 0.0.0.0). More...
 
struct struct_ip_addr dst_ip
 Destination IP address for the standby status packets (Default 0.0.0.0). More...
 
uint16_t dst_port
 Destination UDP Port for the standby status packets, also used the source port for outgoing UDP port for outgoing UDP packets (Default 22000). More...
 
uint32_t bss_inactivity_s
 Deprecated. More...
 
uint32_t snooze_period_s
 The interval in seconds to wake periodically from snooze mode and check for beacons. More...
 
uint32_t snooze_increment_s
 The amount in seconds to increase successive snooze intervals. More...
 
uint32_t snooze_max_s
 The maximum time in seconds to snooze for after increments (Default unlimited). More...
 

Field Documentation

◆ bss_inactivity_s

uint32_t mmagic_core_wlan_standby_set_config_cmd_args::bss_inactivity_s

Deprecated.

This parameter is no longer used and will be removed in a future release.

Definition at line 3188 of file mmagic_controller.h.

◆ dst_ip

struct struct_ip_addr mmagic_core_wlan_standby_set_config_cmd_args::dst_ip

Destination IP address for the standby status packets (Default 0.0.0.0).

Definition at line 3183 of file mmagic_controller.h.

◆ dst_port

uint16_t mmagic_core_wlan_standby_set_config_cmd_args::dst_port

Destination UDP Port for the standby status packets, also used the source port for outgoing UDP port for outgoing UDP packets (Default 22000).

Definition at line 3186 of file mmagic_controller.h.

◆ notify_period_s

uint32_t mmagic_core_wlan_standby_set_config_cmd_args::notify_period_s

Interval in seconds for transmitting Standby status packets (Default 15s).

Definition at line 3179 of file mmagic_controller.h.

◆ snooze_increment_s

uint32_t mmagic_core_wlan_standby_set_config_cmd_args::snooze_increment_s

The amount in seconds to increase successive snooze intervals.

This saves power by snoozing for longer before checking for beacons again if no beacons are found. (Default 0s).

Definition at line 3195 of file mmagic_controller.h.

◆ snooze_max_s

uint32_t mmagic_core_wlan_standby_set_config_cmd_args::snooze_max_s

The maximum time in seconds to snooze for after increments (Default unlimited).

Definition at line 3197 of file mmagic_controller.h.

◆ snooze_period_s

uint32_t mmagic_core_wlan_standby_set_config_cmd_args::snooze_period_s

The interval in seconds to wake periodically from snooze mode and check for beacons.

If no beacons are found then the Morse chip will re-enter snooze mode. If beacons are found then the Morse chip will exit standby mode so the host can reassociate (Default 60s).

Definition at line 3192 of file mmagic_controller.h.

◆ src_ip

struct struct_ip_addr mmagic_core_wlan_standby_set_config_cmd_args::src_ip

Source IP address to use for the standby status packets (Default 0.0.0.0).

Definition at line 3181 of file mmagic_controller.h.


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