Standby mode configuration parameters.
If the mmwlan_standby_set_config() function is not called, then the defaults are as specified.
Definition at line 1406 of file mmwlan.h.
#include <mmwlan.h>
|
| 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 |
| | The interval in seconds to wait after beacon loss before entering snooze. More...
|
| |
| 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...
|
| |
◆ bss_inactivity_before_snooze_s
| uint32_t mmwlan_standby_config::bss_inactivity_before_snooze_s |
The interval in seconds to wait after beacon loss before entering snooze.
In snooze mode the chip stops listening for beacons to save power. (Default 120s)
Definition at line 1423 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 1413 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 1418 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 1409 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 1435 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 1437 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 1429 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 1411 of file mmwlan.h.
The documentation for this struct was generated from the following file: