mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
knownnetworks: move known_networks_init/exit to iwd.h
This commit is contained in:
parent
e6b3691c9e
commit
1c27aa5f1d
@ -40,3 +40,6 @@ void sim_auth_exit(void);
|
||||
|
||||
bool wsc_init(void);
|
||||
bool wsc_exit();
|
||||
|
||||
bool known_networks_init(void);
|
||||
void known_networks_exit(void);
|
||||
|
@ -33,6 +33,3 @@ struct network_info *known_networks_find(const char *ssid,
|
||||
enum security security);
|
||||
|
||||
const char *known_network_get_path(const struct network_info *network);
|
||||
|
||||
bool known_networks_init(void);
|
||||
void known_networks_exit(void);
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include "src/eap.h"
|
||||
#include "src/eapol.h"
|
||||
#include "src/scan.h"
|
||||
#include "src/knownnetworks.h"
|
||||
#include "src/rfkill.h"
|
||||
#include "src/ap.h"
|
||||
#include "src/plugin.h"
|
||||
|
Loading…
Reference in New Issue
Block a user