Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp163 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()
Dwpagui.h130 QTimer *timer; variable
/hostap-latest/src/rsn_supp/
Dtdls.c123 int timer; /* Timeout in milliseconds */ member
313 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()
/hostap-latest/hostapd/
DChangeLog1192 * fixed reconfiguration of RADIUS client retransmission timer when
1193 adding a new message to the pending list; previously, timer was not
1340 that the previously registered inactivity timer will not remove the
1342 before the timer is triggered).
/hostap-latest/wpa_supplicant/
DREADME1142 a timer to wait until the unsolicited DSCP request from the AP.
DChangeLog1508 * stop EAPOL timer tick when no timers are in use in order to reduce