]> 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)
commita9ba93cabf1afc66e7fc5b105d7dc53cc8f2e82a
tree8246294d4347b5c8241e9a8d6d2073d85b4043e1
parente87f622ffb99946ce376b9b78038eba31504229d
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