mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
station: Add station_get_wiphy
This commit is contained in:
parent
738faa7657
commit
5837e65c40
@ -46,6 +46,11 @@
|
||||
|
||||
static struct l_queue *station_list;
|
||||
|
||||
struct wiphy *station_get_wiphy(struct station *station)
|
||||
{
|
||||
return station->wiphy;
|
||||
}
|
||||
|
||||
struct autoconnect_entry {
|
||||
uint16_t rank;
|
||||
struct network *network;
|
||||
|
@ -65,6 +65,8 @@ struct station {
|
||||
bool ap_directed_roaming : 1;
|
||||
};
|
||||
|
||||
struct wiphy *station_get_wiphy(struct station *station);
|
||||
|
||||
void station_autoconnect_next(struct station *station);
|
||||
void station_add_autoconnect_bss(struct station *station,
|
||||
struct network *network,
|
||||
|
Loading…
Reference in New Issue
Block a user