mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-12 20:00:43 +01:00
![Andrew Zaborowski](/assets/img/avatar_default.png)
Due to those variables being global (IWD class variables) calling either unregister_psk_agent or del on one IWD class instance would unregister all agents on all instances. Move .psk_agents and two other class variables to the object. They were already referenced using "self." as if they were object variables throughout the class.