aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/policyprocessor/SsidsEntry.java
blob: e178d9e6a3002733032039d1fa9c3e79fb6d1f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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;
 }