mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-18 10:19:24 +01:00
station: Add station_get_netdev
This commit is contained in:
parent
5837e65c40
commit
d0ec5fcf77
@ -51,6 +51,11 @@ struct wiphy *station_get_wiphy(struct station *station)
|
||||
return station->wiphy;
|
||||
}
|
||||
|
||||
struct netdev *station_get_netdev(struct station *station)
|
||||
{
|
||||
return station->netdev;
|
||||
}
|
||||
|
||||
struct autoconnect_entry {
|
||||
uint16_t rank;
|
||||
struct network *network;
|
||||
|
@ -66,6 +66,7 @@ struct station {
|
||||
};
|
||||
|
||||
struct wiphy *station_get_wiphy(struct station *station);
|
||||
struct netdev *station_get_netdev(struct station *station);
|
||||
|
||||
void station_autoconnect_next(struct station *station);
|
||||
void station_add_autoconnect_bss(struct station *station,
|
||||
|
Loading…
Reference in New Issue
Block a user