summaryrefslogtreecommitdiff
path: root/libopie2/opienet/ostation.h
Side-by-side diff
Diffstat (limited to 'libopie2/opienet/ostation.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opienet/ostation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libopie2/opienet/ostation.h b/libopie2/opienet/ostation.h
index bdc653f..5219d92 100644
--- a/libopie2/opienet/ostation.h
+++ b/libopie2/opienet/ostation.h
@@ -1,6 +1,6 @@
/*
                This file is part of the Opie Project
-              Copyright (C) 2003 by Michael 'Mickey' Lauer <mickey@Vanille.de>
+              Copyright (C) 2003-2005 by Michael 'Mickey' Lauer <mickey@Vanille.de>
=.
.=l.
           .>+-=
@@ -69,6 +69,7 @@ class OStation
QString ssid;
OMacAddress apAddress;
int channel;
+ int level;
bool encrypted;
private:
class Private;