aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/policyprocessor/SsidsEntry.java
diff options
context:
space:
mode:
Diffstat (limited to 'tools/misc/policyprocessor/SsidsEntry.java')
-rw-r--r--tools/misc/policyprocessor/SsidsEntry.java29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/misc/policyprocessor/SsidsEntry.java b/tools/misc/policyprocessor/SsidsEntry.java
new file mode 100644
index 0000000000..e178d9e6a3
--- /dev/null
+++ b/tools/misc/policyprocessor/SsidsEntry.java
@@ -0,0 +1,29 @@
+/**
+ * (C) Copyright IBM Corp. 2005
+ *
+ * $Id: SsidsEntry.java,v 1.2 2005/06/17 20:02:40 rvaldez Exp $
+ *
+ * Author: Ray Valdez
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, version 2 of the
+ * License.
+ *
+ * SsidsEntry Class.
+ * <p>
+ *
+ * Holds ssid information.
+ *
+ * <p>
+ *
+ *
+ */
+public class SsidsEntry
+ {
+ int id; /* used for partition and vlan */
+ int bus; /* used for slots */
+ int slot;
+ int ste = 0xffffffff;
+ int chw = 0xffffffff;
+ }