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 1dbe1df commit 294a26bCopy full SHA for 294a26b
include/zephyr/net/net_mgmt.h
@@ -345,6 +345,12 @@ static inline int net_mgmt_event_wait(uint32_t mgmt_event_mask,
345
size_t *info_length,
346
k_timeout_t timeout)
347
{
348
+ ARG_UNUSED(mgmt_event_mask);
349
+ ARG_UNUSED(raised_event);
350
+ ARG_UNUSED(iface);
351
+ ARG_UNUSED(info);
352
+ ARG_UNUSED(info_length);
353
+ ARG_UNUSED(timeout);
354
return 0;
355
}
356
#endif
@@ -383,6 +389,12 @@ static inline int net_mgmt_event_wait_on_iface(struct net_if *iface,
383
389
384
390
385
391
392
393
394
395
396
397
386
398
387
399
388
400
0 commit comments