summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-10-10 23:30:46 +0200
committerThomas Haller <thaller@redhat.com>2019-01-27 23:45:12 +0100
commit00e64d13320f5848a757765c8541e8160aa8e3e2 (patch)
treeac1146f555ee1aacf01b82099c2e1db714b16b7c /src/nm-types.h
parent42e60e327f92b7469fa1584682c09771017990fb (diff)
downloadNetworkManager-00e64d13320f5848a757765c8541e8160aa8e3e2.tar.gz
core/devices: Add P2P Wifi device and peer tracking
This only adds the new device type and simple peer list handling.
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index 277e0f6ccf..9a384e5800 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -152,6 +152,7 @@ typedef enum {
NM_LINK_TYPE_WIMAX,
NM_LINK_TYPE_WPAN,
NM_LINK_TYPE_6LOWPAN,
+ NM_LINK_TYPE_P2P_WIFI,
/* Software types */
NM_LINK_TYPE_BNEP = 0x10000, /* Bluetooth Ethernet emulation */