Skip to content

Commit 61f6f5b

Browse files
author
Jarkko Paso
committed
WS: Added ws stats empty functions
1 parent 18dbac2 commit 61f6f5b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/6LoWPAN/ws/ws_empty_functions.c

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,17 @@ int ws_test_next_gtk_set(int8_t interface_id, uint8_t *gtk[4])
189189
return -1;
190190
}
191191

192+
int ws_statistics_start(int8_t interface_id, ws_statistics_t *stats_ptr)
193+
{
194+
(void) interface_id;
195+
(void) stats_ptr;
196+
return -1;
197+
}
198+
199+
int ws_statistics_stop(int8_t interface_id)
200+
{
201+
(void) interface_id;
202+
return -1;
203+
}
204+
192205
#endif // no HAVE_WS

0 commit comments

Comments
 (0)