You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/wpaspy
Jonathan Afek 93568233bc wpaspy: Fix potentially referencing non existing attribute
In wpaspy.py in the Ctrl object constructor there is a try/except. In
the except part the code references the s attribute of the object. This
attribute is only created later in the try part. If an exception occurs
before the attribute creation then the except part references a non
existing attribute. Fix that by assigning None to the s attribute at the
beginning of the try part.

Signed-off-by: Jonathan Afek <jonathanx.afek@intel.com>
8 years ago
..
Makefile wpaspy: Add Python bindings for wpa_ctrl 11 years ago
setup.py wpaspy: Add Python bindings for wpa_ctrl 11 years ago
test.py wpaspy: Add support for UDP connection 8 years ago
wpaspy.c wpaspy: Add Python bindings for wpa_ctrl 11 years ago
wpaspy.py wpaspy: Fix potentially referencing non existing attribute 8 years ago