Searched refs:LastScanTime (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c1367 if ((pAd->StaCfg.LastScanTime +
1372 pAd->StaCfg.LastScanTime =
1419 pAd->StaCfg.LastScanTime + (30 * OS_HZ)))
1436 pAd->StaCfg.LastScanTime + (10 * OS_HZ))) {
1455 pAd->StaCfg.LastScanTime =
1462 pAd->StaCfg.LastScanTime =
H A Drtmp_init.c2733 NdisGetSystemUpTime(&pAd->StaCfg.LastScanTime);
2734 if (pAd->StaCfg.LastScanTime > 10 * OS_HZ)
2735 pAd->StaCfg.LastScanTime -= (10 * OS_HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dconnect.c492 pAd->StaCfg.LastScanTime = Now;
536 NdisGetSystemUpTime(&pAd->StaCfg.LastScanTime);
H A Dsync.c264 pAd->StaCfg.LastScanTime = Now;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dsta_ioctl.c788 pAdapter->StaCfg.LastScanTime = Now;
H A Drtmp.h1415 unsigned long LastScanTime; /* Record last scan time for issue BSSID_SCAN_LIST */ member in struct:rt_sta_admin_config

Completed in 99 milliseconds