Searched refs:LastMicErrorTime (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dwpa.c70 pAd->StaCfg.LastMicErrorTime = Now;
73 if ((pAd->StaCfg.LastMicErrorTime + (60 * OS_HZ)) < Now) {
75 pAd->StaCfg.LastMicErrorTime = Now;
85 pAd->StaCfg.LastMicErrorTime = Now;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Drtmp_init.c2668 pAd->StaCfg.LastMicErrorTime = 0;
H A Dmlme.c1238 pAd->StaCfg.LastMicErrorTime +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1396 unsigned long LastMicErrorTime; /* record last MIC error time */ member in struct:rt_sta_admin_config

Completed in 187 milliseconds