mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-07 12:39:23 +01:00
818ec70549
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. |
||
---|---|---|
.. | ||
config.py | ||
ead.py | ||
hlrauc.py | ||
hostapd.py | ||
hwsim.py | ||
iwd.py | ||
ofono.py | ||
testutil.py | ||
wpas.py |