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.
1 parent 3a86360 commit b0f0886Copy full SHA for b0f0886
features/nanostack/mbed-mesh-api/mbed-mesh-api/WisunBorderRouter.h
@@ -314,7 +314,11 @@ class WisunBorderRouter {
314
mesh_error_t set_bbr_radius_shared_secret(void);
315
mesh_error_t set_bbr_radius_timing(void);
316
char _radius_ipv6_addr[40];
317
- ws_br_radius_timing_t _radius_timing;
+ ws_br_radius_timing_t _radius_timing = {
318
+ .radius_retry_imin = 0,
319
+ .radius_retry_imax = 0,
320
+ .radius_retry_count = 0
321
+ };
322
char *_shared_secret = NULL;
323
uint16_t _shared_secret_len = 0;
324
int8_t _mesh_if_id = -1;
0 commit comments