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)
commit184eebe664f0e11c485f6d309fe56297b3f75e9e
tree8246294d4347b5c8241e9a8d6d2073d85b4043e1
parente3718a611470d311a92c60d4eb535270b49a7108
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