Searched refs:timer (Results 1 – 6 of 6) sorted by relevance
163 timer = new QTimer(this); in WpaGui()164 connect(timer, SIGNAL(timeout()), SLOT(ping())); in WpaGui()165 timer->setSingleShot(false); in WpaGui()166 timer->start(1000); in WpaGui()875 if (timer->interval() != interval) in ping()876 timer->setInterval(interval); in ping()
130 QTimer *timer; variable
123 int timer; /* Timeout in milliseconds */ member313 peer->sm_tmr.timer = TPK_M2_TIMEOUT; in wpa_tdls_tpk_send()316 peer->sm_tmr.timer = TPK_M1_TIMEOUT; in wpa_tdls_tpk_send()333 eloop_register_timeout(peer->sm_tmr.timer / 1000, in wpa_tdls_tpk_send()334 (peer->sm_tmr.timer % 1000) * 1000, in wpa_tdls_tpk_send()389 eloop_register_timeout(peer->sm_tmr.timer / 1000, in wpa_tdls_tpk_retry_timeout()390 (peer->sm_tmr.timer % 1000) * 1000, in wpa_tdls_tpk_retry_timeout()418 peer->sm_tmr.timer = 0; in wpa_tdls_tpk_retry_timeout_cancel()
1192 * fixed reconfiguration of RADIUS client retransmission timer when1193 adding a new message to the pending list; previously, timer was not1340 that the previously registered inactivity timer will not remove the1342 before the timer is triggered).
1142 a timer to wait until the unsolicited DSCP request from the AP.
1508 * stop EAPOL timer tick when no timers are in use in order to reduce