From: Denis Kenzior <denkenz@gmail.com>
To: linux-wireless@vger.kernel.org
Cc: Denis Kenzior <denkenz@gmail.com>
Subject: [RFC v4 1/6] uapi: Add 802.11 Preauthentication to if_ether
Date: Wed, 31 Jan 2018 19:04:15 -0600 [thread overview]
Message-ID: <20180201010420.6102-2-denkenz@gmail.com> (raw)
In-Reply-To: <20180201010420.6102-1-denkenz@gmail.com>
This adds 0x88c7 protocol type to if_ether.
Signed-off-by: Denis Kenzior <denkenz@gmail.com>
---
include/uapi/linux/if_ether.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h
index f8cb5760ea4f..54585906e50a 100644
--- a/include/uapi/linux/if_ether.h
+++ b/include/uapi/linux/if_ether.h
@@ -89,6 +89,7 @@
#define ETH_P_AOE 0x88A2 /* ATA over Ethernet */
#define ETH_P_8021AD 0x88A8 /* 802.1ad Service VLAN */
#define ETH_P_802_EX1 0x88B5 /* 802.1 Local Experimental 1. */
+#define ETH_P_PREAUTH 0x88C7 /* 802.11 Preauthentication */
#define ETH_P_TIPC 0x88CA /* TIPC */
#define ETH_P_MACSEC 0x88E5 /* 802.1ae MACsec */
#define ETH_P_8021AH 0x88E7 /* 802.1ah Backbone Service Tag */
--
2.13.5
next prev parent reply other threads:[~2018-02-01 1:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-01 1:04 [RFC v4 0/6] EAPoL over NL80211 Denis Kenzior
2018-02-01 1:04 ` Denis Kenzior [this message]
2018-02-19 12:41 ` [RFC v4 1/6] uapi: Add 802.11 Preauthentication to if_ether Johannes Berg
2018-02-01 1:04 ` [RFC v4 2/6] nl80211: Add CMD_CONTROL_PORT_FRAME API Denis Kenzior
2018-02-01 1:04 ` [RFC v4 3/6] nl80211: Implement TX of control port frames Denis Kenzior
2018-02-19 12:44 ` Johannes Berg
2018-02-20 16:52 ` Denis Kenzior
2018-02-01 1:04 ` [RFC v4 4/6] nl80211: Add CONTROL_PORT_OVER_NL80211 attribute Denis Kenzior
2018-02-01 1:04 ` [RFC v4 5/6] mac80211: Add support for tx_control_port Denis Kenzior
2018-02-01 1:04 ` [RFC v4 6/6] mac80211: Send control port frames over nl80211 Denis Kenzior
2018-02-19 12:49 ` [RFC v4 0/6] EAPoL over NL80211 Johannes Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180201010420.6102-2-denkenz@gmail.com \
--to=denkenz@gmail.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.