Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

wlandata.h

Go to the documentation of this file.
00001 #ifndef WLAN_DATA_H
00002 #define WLAN_DATA_H
00003 
00004 #include <qstring.h>
00005 class WLanData {
00006 public :
00007       QString ESSID;
00008       QString NodeName;
00009       short Mode;
00010       bool SpecificAP;
00011       QString APMac;
00012       bool Encrypted;
00013       QString Key[4];
00014       bool AcceptNonEncrypted;
00015 } ; 
00016 
00017 #endif

Generated on Sat Nov 5 16:17:56 2005 for OPIE by  doxygen 1.4.2