|
|
|
@ -56,7 +56,7 @@ namespace ConnectionSettings
|
|
|
|
|
|
|
|
|
|
class WirelessSecurityWEPImpl : public ConnectionSettingWirelessSecurityWEP
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
enum WEPKEY_TYPE
|
|
|
|
@ -92,7 +92,7 @@ namespace ConnectionSettings
|
|
|
|
|
|
|
|
|
|
class WirelessSecurityWEPEncryptionImpl : public ConnectionSettingWirelessSecurityWEPEncryption
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
WirelessSecurityWEPEncryptionImpl(TDEWiFiConnection* security_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
|
|
|
|
@ -105,7 +105,7 @@ namespace ConnectionSettings
|
|
|
|
|
|
|
|
|
|
class WirelessSecurityWPAVersionImpl : public ConnectionSettingWirelessSecurityWPAVersion
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
WirelessSecurityWPAVersionImpl(TDEWiFiConnection* security_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
|
|
|
|
@ -124,7 +124,7 @@ namespace ConnectionSettings
|
|
|
|
|
|
|
|
|
|
class WirelessSecurityWPACipherImpl : public ConnectionSettingWirelessSecurityWPACipher
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
enum WPA_CIPHERS
|
|
|
|
@ -154,7 +154,7 @@ namespace ConnectionSettings
|
|
|
|
|
|
|
|
|
|
class WirelessSecurityWPAPSKImpl : public ConnectionSettingWirelessSecurityWPAPSK
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
WirelessSecurityWPAPSKImpl(TDEWiFiConnection* security_setting, TDEWiFiConnection* wireless_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
|
|
|
|
@ -172,7 +172,7 @@ namespace ConnectionSettings
|
|
|
|
|
|
|
|
|
|
class WirelessSecurityEAPImpl : public ConnectionSettingWirelessSecurityEAP
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
WirelessSecurityEAPImpl(TDEWiFiConnection* security_setting, WirelessSecurityPhase2Impl* phase2_widget, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
|
|
|
|
@ -194,7 +194,7 @@ namespace ConnectionSettings
|
|
|
|
|
|
|
|
|
|
class WirelessSecurityPhase2Impl : public ConnectionSettingWirelessSecurityPhase2
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
WirelessSecurityPhase2Impl(TDEWiFiConnection* security_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
|
|
|
|
@ -213,7 +213,7 @@ namespace ConnectionSettings
|
|
|
|
|
|
|
|
|
|
class WirelessSecurityWidgetImpl : public WidgetInterface
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
enum SecurityMethods
|
|
|
|
|