From e439d0e6eaa6704a8b1b89ea32aa8a0520738a04 Mon Sep 17 00:00:00 2001 From: skyhusker Date: Wed, 20 Apr 2005 10:25:20 +0000 Subject: First commit of OpieStumbler, an application which performs wireless networks scanning using Wireless Extensions --- (limited to 'noncore/net/opiestumbler/stumblerstation.h') diff --git a/noncore/net/opiestumbler/stumblerstation.h b/noncore/net/opiestumbler/stumblerstation.h new file mode 100644 index 0000000..1532193 --- a/dev/null +++ b/noncore/net/opiestumbler/stumblerstation.h @@ -0,0 +1,18 @@ +#ifndef STUMBLERSTATION_H +#define STUMBLERSTATION_H + +#include + +#include + +class StumblerStation +{ +public: + StumblerStation(Opie::Net::OStation *station, const QDateTime &tm); + ~StumblerStation(); + bool operator<(const StumblerStation &rhs); + Opie::Net::OStation *st; + QDateTime lastTimeSeen; +}; + +#endif -- cgit v0.9.0.2