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.cpp139 msgNotifier = NULL; in WpaGui()
185 delete msgNotifier; in ~WpaGui()
380 delete msgNotifier; in openCtrlConnection()
381 msgNotifier = NULL; in openCtrlConnection()
409 msgNotifier = new QSocketNotifier(wpa_ctrl_get_fd(monitor_conn), in openCtrlConnection()
411 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs())); in openCtrlConnection()
Dwpagui.h129 QSocketNotifier *msgNotifier; variable