Skip to content

Commit 2b356e0

Browse files
author
Mika Leppänen
committed
Added next GTK set to empty functions
1 parent 3ece393 commit 2b356e0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source/6LoWPAN/ws/ws_empty_functions.c

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,12 @@ int ws_test_gtk_time_settings_set(int8_t interface_id, uint8_t revocat_lifetime_
181181
return -1;
182182
}
183183

184-
#endif // no HAVE_WS
184+
int ws_test_next_gtk_set(int8_t interface_id, uint8_t *gtk[4])
185+
{
186+
(void) interface_id;
187+
(void) gtk;
185188

189+
return -1;
190+
}
191+
192+
#endif // no HAVE_WS

0 commit comments

Comments
 (0)