mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-06-06 20:57:23 +02:00
iwd: Add accessor for iwd_config
This commit is contained in:
parent
2ab4d424b8
commit
410d34c21b
@ -34,3 +34,5 @@ enum security {
|
|||||||
typedef void (*iwd_device_foreach_func)(struct device *, void *data);
|
typedef void (*iwd_device_foreach_func)(struct device *, void *data);
|
||||||
|
|
||||||
void __iwd_device_foreach(iwd_device_foreach_func func, void *user_data);
|
void __iwd_device_foreach(iwd_device_foreach_func func, void *user_data);
|
||||||
|
|
||||||
|
const struct l_settings *iwd_get_config(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user