SolidModules
NetworkManager-dbushelper.cpp File Reference
#include "NetworkManager-dbushelper.h"
#include <stdlib.h>
#include <NetworkManager/NetworkManager.h>
#include <NetworkManager/cipher.h>
#include <NetworkManager/cipher-wep-ascii.h>
#include <NetworkManager/cipher-wep-hex.h>
#include <NetworkManager/cipher-wep-passphrase.h>
#include <NetworkManager/cipher-wpa-psk-hex.h>
#include <NetworkManager/cipher-wpa-psk-passphrase.h>
#include <QtDBus>
#include <kdebug.h>
#include <solid/control/ifaces/authentication.h>
Include dependency graph for NetworkManager-dbushelper.cpp:

Go to the source code of this file.
Defines | |
#define | IW_AUTH_ALG_OPEN_SYSTEM 0x00000001 |
#define | IW_AUTH_ALG_SHARED_KEY 0x00000002 |
#define | IW_AUTH_CIPHER_NONE 0x00000001 |
#define | IW_AUTH_KEY_MGMT_802_1X 1 |
#define | IW_AUTH_KEY_MGMT_PSK 2 |
#define | IW_AUTH_WPA_VERSION_WPA 0x00000002 |
#define | IW_AUTH_WPA_VERSION_WPA2 0x00000004 |
Define Documentation
#define IW_AUTH_ALG_OPEN_SYSTEM 0x00000001 |
Definition at line 26 of file NetworkManager-dbushelper.cpp.
#define IW_AUTH_ALG_SHARED_KEY 0x00000002 |
Definition at line 27 of file NetworkManager-dbushelper.cpp.
#define IW_AUTH_CIPHER_NONE 0x00000001 |
Definition at line 32 of file NetworkManager-dbushelper.cpp.
#define IW_AUTH_KEY_MGMT_802_1X 1 |
Definition at line 30 of file NetworkManager-dbushelper.cpp.
#define IW_AUTH_KEY_MGMT_PSK 2 |
Definition at line 31 of file NetworkManager-dbushelper.cpp.
#define IW_AUTH_WPA_VERSION_WPA 0x00000002 |
Definition at line 28 of file NetworkManager-dbushelper.cpp.
#define IW_AUTH_WPA_VERSION_WPA2 0x00000004 |
Definition at line 29 of file NetworkManager-dbushelper.cpp.