You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint16_tsample_period; /**< Sample beacon period, unit: number of beacons */
81
+
uint8_tresample_period; /**< Resample period if beacon drop is active under the auto mode, unit: hours */
82
+
/**< Standard triggers beacon drop when the expected rx beacon probability falls below this value under the auto mode, unit: percentage */
83
+
uint8_tstandard;
84
+
/**< Difference triggers an unstable event when the actual rx beacon probability continuously falls below the expected probability by this value, unit: percentage */
0 commit comments