Searched refs:listen_time (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dani.h73 unsigned int listen_time; member in struct:ath5k_ani_state
H A Dani.c451 as->last_listen = as->listen_time;
455 as->listen_time = 0;
480 as->listen_time += listen;
487 ofdm_high = as->listen_time * ATH5K_ANI_OFDM_TRIG_HIGH / 1000;
488 cck_high = as->listen_time * ATH5K_ANI_CCK_TRIG_HIGH / 1000;
489 ofdm_low = as->listen_time * ATH5K_ANI_OFDM_TRIG_LOW / 1000;
490 cck_low = as->listen_time * ATH5K_ANI_CCK_TRIG_LOW / 1000;
493 "listen %d (now %d)", as->listen_time, listen);
504 } else if (as->listen_time > 5 * ATH5K_ANI_LISTEN_PERIOD) {
H A Ddebug.c676 as->listen_time, as->last_listen);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c102 int listen_time; variable
375 listen_time = 0;
H A Dpppd.h219 extern int listen_time; /* time to listen first (ms) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h250 extern int listen_time; /* time to listen first (ms) */
H A Dmain.c177 int listen_time; variable
545 listen_time = 0;
H A Dlcp.c445 if (listen_time != 0) {
447 timeout(lcp_delayed_up, f, 0, listen_time * 1000);
H A Dtty.c753 listen_time = connect_delay;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h248 extern int listen_time; /* time to listen first (ms) */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dpppd.h219 extern int listen_time; /* time to listen first (ms) */
H A Dmain.c111 int listen_time; variable
416 listen_time = 0;
H A Dlcp.c418 if (listen_time != 0) {
420 timeout(lcp_delayed_up, f, 0, listen_time * 1000);
H A Dtty.c668 listen_time = connect_delay;

Completed in 190 milliseconds