Structure for rejoin_params
Public Attributes#
uint8_t
uint8_t
Scan interval in seconds between each retry.
uint8_t
Number of missed beacons that will trigger rejoin.
uint8_t
Retry enable or disable for first time joining.
Public Attribute Documentation#
rsi_max_try#
uint8_t rsi_max_try[4]
Maximum number of retries before indicating join failure
Note: A value of 1 indicates no retries, while 0 indicates infinite retries.
rsi_beacon_missed_count#
uint8_t rsi_beacon_missed_count[4]
Number of missed beacons that will trigger rejoin.
rsi_first_time_retry_enable#
uint8_t rsi_first_time_retry_enable[4]
Retry enable or disable for first time joining.