HomeSort by relevance Sort by last modified time
    Searched refs:msgNotifier (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 129 QSocketNotifier *msgNotifier;
wpagui.cpp 137 msgNotifier = NULL;
183 delete msgNotifier;
378 delete msgNotifier;
379 msgNotifier = NULL;
407 msgNotifier = new QSocketNotifier(wpa_ctrl_get_fd(monitor_conn),
409 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
    [all...]

Completed in 5922 milliseconds