Home
last modified time | relevance | path

Searched refs:msgNotifier (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp137 msgNotifier = NULL; in WpaGui()
183 delete msgNotifier; in ~WpaGui()
378 delete msgNotifier; in openCtrlConnection()
379 msgNotifier = NULL; in openCtrlConnection()
407 msgNotifier = new QSocketNotifier(wpa_ctrl_get_fd(monitor_conn), in openCtrlConnection()
409 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs())); in openCtrlConnection()
Dwpagui.h129 QSocketNotifier *msgNotifier; variable