]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211/mac80211: add connected to auth server to meshconf
authorMarkus Theil <markus.theil@tu-ilmenau.de>
Thu, 11 Jun 2020 14:02:37 +0000 (16:02 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 31 Jul 2020 07:24:24 +0000 (09:24 +0200)
commit631f514409b75768c587a161031dd611276bdad6
tree8246294d4347b5c8241e9a8d6d2073d85b4043e1
parentc491be2774ae5b931cb1bb2aa76bc13bbf4d07a6
cfg80211/mac80211: add connected to auth server to meshconf

Besides information about num of peerings and gate connectivity,
the mesh formation byte also contains a flag for authentication
server connectivity, that currently cannot be set in the mesh conf.
This patch adds this capability, which is necessary to implement
802.1X authentication in mesh mode.

Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
Link: https://lore.kernel.org/r/20200611140238.427461-1-markus.theil@tu-ilmenau.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/mac80211/cfg.c
net/mac80211/debugfs_netdev.c
net/mac80211/mesh.c
net/wireless/nl80211.c