public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fixes for 802.1X in mesh mode
@ 2020-06-12 15:58 Markus Theil
  2020-06-12 15:58 ` [PATCH v2 1/2] mac80211: skip mpath lookup also for control port tx Markus Theil
  2020-06-12 15:58 ` [PATCH v2 2/2] mac80211: allow rx of mesh eapol frames with default rx key Markus Theil
  0 siblings, 2 replies; 4+ messages in thread
From: Markus Theil @ 2020-06-12 15:58 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Markus Theil

In order to support 802.1X in mesh mode, userspace should be able
to rx and tx eapol frames, after an initial MPM, before a second AMPE.

Some checks regarding mesh forwarding were conflicting with this.
Therefore this little series adds some checks for control port frames
and disables mesh path lookups on the tx side or drop of unencrypted
frames on the rx side.

Markus Theil (2):
  mac80211: skip mpath lookup also for control port tx
  mac80211: allow rx of mesh eapol frames with default rx key

 net/mac80211/rx.c | 27 +++++++++++++++++++++++++++
 net/mac80211/tx.c | 13 ++++++++++---
 2 files changed, 37 insertions(+), 3 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-16  8:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-12 15:58 [PATCH v2 0/2] Fixes for 802.1X in mesh mode Markus Theil
2020-06-12 15:58 ` [PATCH v2 1/2] mac80211: skip mpath lookup also for control port tx Markus Theil
2020-06-12 15:58 ` [PATCH v2 2/2] mac80211: allow rx of mesh eapol frames with default rx key Markus Theil
2020-06-16  7:40   ` [mac80211] e073cf2b3e: hwsim.wpas_mesh_dynamic_interface_remove.fail kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox