|
|
|
@ -18,6 +18,7 @@
|
|
|
|
|
#ifndef _TDENETWORKBACKEND_NETWORKMANAGER_H
|
|
|
|
|
#define _TDENETWORKBACKEND_NETWORKMANAGER_H
|
|
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
#include "tdenetworkconnections.h"
|
|
|
|
|
|
|
|
|
|
//====================================================================================================
|
|
|
|
@ -142,8 +143,8 @@
|
|
|
|
|
#define NM_802_11_DEVICE_CAP_WPA 0x10
|
|
|
|
|
#define NM_802_11_DEVICE_CAP_RSN 0x20
|
|
|
|
|
//====================================================================================================
|
|
|
|
|
#define NM_PLUGIN_SERVICE_DIR_ETC "/etc/NetworkManager/VPN" // old plugin location
|
|
|
|
|
#define NM_PLUGIN_SERVICE_DIR_LIB "/usr/lib/NetworkManager/VPN" // new plugin location
|
|
|
|
|
#define NM_PLUGIN_SERVICE_DIR_ETC "/etc/NetworkManager/VPN" // old plugin location
|
|
|
|
|
#define NM_PLUGIN_SERVICE_DIR_LIB NM_VPN_SERVICE_DIR // new plugin location
|
|
|
|
|
//====================================================================================================
|
|
|
|
|
|
|
|
|
|
//====================================================================================================
|
|
|
|
|