cfg80211: Update Transition Disable policy during port authorization
authorVinayak Yadawad <vinayak.yadawad@broadcom.com>
Wed, 7 Sep 2022 12:44:48 +0000 (18:14 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2022 13:27:40 +0000 (15:27 +0200)
commit0ff57171d6d225558c81a69439d5323e35b40549
treed6e899afeb8ffa4d54261f0845a24b285c525c92
parent4857ed9385fbd25060051cc42a93c3074de2f4dd
cfg80211: Update Transition Disable policy during port authorization

In case of 4way handshake offload, transition disable policy
updated by the AP during EAPOL 3/4 is not updated to the upper layer.
This results in mismatch between transition disable policy
between the upper layer and the driver. This patch addresses this
issue by updating transition disable policy as part of port
authorization indication.

Signed-off-by: Vinayak Yadawad <vinayak.yadawad@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/core.h
net/wireless/nl80211.c
net/wireless/nl80211.h
net/wireless/sme.c
net/wireless/util.c