mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
station: set autoconnect via setter
This updates the autoconnect property for the debug interface
This commit is contained in:
parent
836f0d9a08
commit
ea3ce7a119
@ -2681,7 +2681,8 @@ void station_connect_network(struct station *station, struct network *network,
|
||||
station_enter_state(station, STATION_STATE_CONNECTING);
|
||||
|
||||
station->connect_pending = l_dbus_message_ref(message);
|
||||
station->autoconnect = true;
|
||||
|
||||
station_set_autoconnect(station, true);
|
||||
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user