Morse Micro IoT SDK  2.9.7

Detailed Description

Standby mode configuration parameters.

If the mmwlan_standby_set_config() function is not called, then the defaults are as specified.

Definition at line 1956 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

uint32_t notify_period_s
 Interval in seconds for transmitting Standby status packets. More...
 
uint32_t src_ip
 Source IP address to use for the standby status packets. More...
 
uint32_t dst_ip
 Destination IP address for the standby status packets. 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. More...
 
uint32_t bss_inactivity_before_snooze_s
 
uint32_t snooze_period_s
 The interval in seconds to wake periodically from snooze 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. More...
 

Field Documentation

◆ bss_inactivity_before_snooze_s

uint32_t mmwlan_standby_config::bss_inactivity_before_snooze_s
Deprecated:
This parameter is no longer used and will be removed in a future release.

Definition at line 1972 of file mmwlan.h.

◆ dst_ip

uint32_t mmwlan_standby_config::dst_ip

Destination IP address for the standby status packets.

(Default 0.0.0.0)

Definition at line 1963 of file mmwlan.h.

◆ dst_port

uint16_t mmwlan_standby_config::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 1968 of file mmwlan.h.

◆ notify_period_s

uint32_t mmwlan_standby_config::notify_period_s

Interval in seconds for transmitting Standby status packets.

(Default 15s)

Definition at line 1959 of file mmwlan.h.

◆ snooze_increment_s

uint32_t mmwlan_standby_config::snooze_increment_s

The amount in seconds to increase successive snooze intervals.

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

Definition at line 1984 of file mmwlan.h.

◆ snooze_max_s

uint32_t mmwlan_standby_config::snooze_max_s

The maximum time in seconds to snooze for after increments.

(Default UINT32_MAX)

Definition at line 1986 of file mmwlan.h.

◆ snooze_period_s

uint32_t mmwlan_standby_config::snooze_period_s

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

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

Definition at line 1978 of file mmwlan.h.

◆ src_ip

uint32_t mmwlan_standby_config::src_ip

Source IP address to use for the standby status packets.

(Default 0.0.0.0)

Definition at line 1961 of file mmwlan.h.


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