This allows station to gracefully clean up things like the diagnostic
interface which is directly tied to stations CONNECTED/DISCONNECTED
states.
---
src/station.c | 2 ++
1 file changed, 2 insertions(+)
v2:
* Move out of the netdev watch and into station_free
diff --git a/src/station.c b/src/station.c
index 9c2b4e64..325175e9 100644
--- a/src/station.c
+++ b/src/station.c
@@ -3486,6 +3486,8 @@ static void station_free(struct station *station)
if (station->connected_bss)
netdev_disconnect(station->netdev, NULL, NULL);
+ station_enter_state(station, STATION_STATE_DISCONNECTED);
+
if (station->netconfig) {
netconfig_destroy(station->netconfig);
station->netconfig = NULL;
--
2.26.2
Show replies by date