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
1.4.2