mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-16 17:09:24 +01:00
network: Remove unused function
This commit is contained in:
parent
e028b7019c
commit
966cad3696
@ -294,11 +294,6 @@ const char *network_get_ssid(const struct network *network)
|
||||
return network->info->ssid;
|
||||
}
|
||||
|
||||
struct device *network_get_device(const struct network *network)
|
||||
{
|
||||
return network->device;
|
||||
}
|
||||
|
||||
const char *network_get_path(const struct network *network)
|
||||
{
|
||||
return network->object_path;
|
||||
|
@ -36,7 +36,6 @@ struct network *network_create(struct device *device, const char *ssid,
|
||||
enum security security);
|
||||
|
||||
const char *network_get_ssid(const struct network *network);
|
||||
struct device *network_get_device(const struct network *network);
|
||||
const char *network_get_path(const struct network *network);
|
||||
enum security network_get_security(const struct network *network);
|
||||
const uint8_t *network_get_psk(const struct network *network);
|
||||
|
Loading…
Reference in New Issue
Block a user