summaryrefslogtreecommitdiff
path: root/libopie2/opienet/onetwork.h
authormickeyl <mickeyl>2003-04-04 13:45:49 (UTC)
committer mickeyl <mickeyl>2003-04-04 13:45:49 (UTC)
commitb2153d44e64c1ade3ee141ea24075add1fd33777 (patch) (unidiff)
tree6164d2eeef1c0ee79fcf4da85f2c8ed88aa0ecb3 /libopie2/opienet/onetwork.h
parent089385bb8ab768fbf6f394f326e565e3589163fc (diff)
downloadopie-b2153d44e64c1ade3ee141ea24075add1fd33777.zip
opie-b2153d44e64c1ade3ee141ea24075add1fd33777.tar.gz
opie-b2153d44e64c1ade3ee141ea24075add1fd33777.tar.bz2
reliable strategy to see if we're in monitor mode by looking at the MAC address family
Diffstat (limited to 'libopie2/opienet/onetwork.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/onetwork.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opienet/onetwork.h b/libopie2/opienet/onetwork.h
index 509c3db..4cadbeb 100644
--- a/libopie2/opienet/onetwork.h
+++ b/libopie2/opienet/onetwork.h
@@ -127,4 +127,5 @@ class ONetworkInterface : public QObject
127 QString ipV4Address() const; 127 QString ipV4Address() const;
128 OMacAddress macAddress() const; 128 OMacAddress macAddress() const;
129 int dataLinkType() const;
129 130
130 protected: 131 protected:
@@ -249,5 +250,4 @@ class OMonitoringInterface
249 250
250 protected: 251 protected:
251 bool _enabled;
252 const OWirelessNetworkInterface* _if; 252 const OWirelessNetworkInterface* _if;
253 253