We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30076a4 + b0f0886 commit abf8a03Copy full SHA for abf8a03
features/nanostack/mbed-mesh-api/mbed-mesh-api/WisunBorderRouter.h
@@ -327,7 +327,11 @@ class WisunBorderRouter {
327
mesh_error_t set_bbr_radius_shared_secret(void);
328
mesh_error_t set_bbr_radius_timing(void);
329
char _radius_ipv6_addr[40];
330
- ws_br_radius_timing_t _radius_timing;
+ ws_br_radius_timing_t _radius_timing = {
331
+ .radius_retry_imin = 0,
332
+ .radius_retry_imax = 0,
333
+ .radius_retry_count = 0
334
+ };
335
char *_shared_secret = NULL;
336
uint16_t _shared_secret_len = 0;
337
int8_t _mesh_if_id = -1;
0 commit comments