hostap/wpa_supplicant/wpa_gui-qt4
Jouni Malinen da87d6f8b5 wpa_gui: Avoid using freed item in enter_pin()
The Enrollee entry may be deleted while the PIN query dialog is open.
To avoid crashing on using freed entry, copy the needed data into
local variables before and use the local data after the PIN dialog
has been closed.
2009-11-19 21:12:06 +02:00
..
icons wpa_gui: Add AP and laptop icons for peer dialog 2009-11-19 21:03:25 +02:00
.gitignore
addinterface.cpp Fixed control interface enabling for dynamically added interface 2008-12-25 17:13:19 +02:00
addinterface.h
eventhistory.cpp
eventhistory.h
eventhistory.ui
icons.qrc wpa_gui: Add AP and laptop icons for peer dialog 2009-11-19 21:03:25 +02:00
icons_png.qrc wpa_gui: Add AP and laptop icons for peer dialog 2009-11-19 21:03:25 +02:00
main.cpp wpa_gui-qt4: Fix build with Session Manager disabled in Qt4 2009-11-16 13:20:53 +02:00
networkconfig.cpp wpa_gui-qt4: Add support for selecting between WEP open/shared key auth 2009-02-10 15:26:26 +02:00
networkconfig.h
networkconfig.ui wpa_gui-qt4: Add support for selecting between WEP open/shared key auth 2009-02-10 15:26:26 +02:00
peers.cpp wpa_gui: Avoid using freed item in enter_pin() 2009-11-19 21:12:06 +02:00
peers.h wpa_gui: Add AP and laptop icons for peer dialog 2009-11-19 21:03:25 +02:00
peers.ui wpa_gui-qt4: Add a new window for showing peer information 2009-09-08 16:28:41 +03:00
scanresults.cpp
scanresults.h
scanresults.ui
stringquery.cpp wpa_gui-qt4: Add context menu for peers dialog 2009-09-10 14:43:08 +03:00
stringquery.h wpa_gui-qt4: Add context menu for peers dialog 2009-09-10 14:43:08 +03:00
userdatarequest.cpp
userdatarequest.h
userdatarequest.ui
wpa_gui.desktop
wpa_gui.pro wpa_gui-qt4: Add context menu for peers dialog 2009-09-10 14:43:08 +03:00
wpagui.cpp wpa_gui-qt4: Fix build with Session Manager disabled in Qt4 2009-11-16 13:20:53 +02:00
wpagui.h wpa_gui-qt4: Fix build with Session Manager disabled in Qt4 2009-11-16 13:20:53 +02:00
wpagui.ui wpa_gui-qt4: Add a new window for showing peer information 2009-09-08 16:28:41 +03:00
wpamsg.h