diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-11-16 15:15:44 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-11-19 14:55:59 +0200 |
commit | 86f21518b2ad016df155610524d9fc3f72018861 (patch) | |
tree | 2aa3b2b6523e5d185f0270258ffe18b76cfe4d3b | |
parent | 4e82877e37cce1f02ceacc250910edb094fdc395 (diff) | |
download | connman-86f21518b2ad016df155610524d9fc3f72018861.tar.gz connman-86f21518b2ad016df155610524d9fc3f72018861.tar.bz2 connman-86f21518b2ad016df155610524d9fc3f72018861.zip |
TODO: Add WiFi plugin data struct handling task
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -99,6 +99,19 @@ Core WiFi ==== +- Clean up WiFi data structure usage + + Priority: Medium + Complexity: C2 + + Struct wifi_data is passed as a pointer in some of the wifi plugin + callbacks. For example removing a WiFi USB stick causes RTNL and + wpa_supplicant to call the wifi plugin at the same time causing the + freeing of the wifi data structure. Fix up the code to have proper + reference counting or other handling in place for the shared wifi data + and the members in the data structure. + + - EAP-AKA/SIM Priority: Medium |