OSDN Git Service

mac80211: Helper function for marking STA authenticated
authorJouni Malinen <jouni@codeaurora.org>
Wed, 10 Oct 2018 21:21:19 +0000 (00:21 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 11 Oct 2018 14:01:05 +0000 (16:01 +0200)
commitfc107a93307165d5bf966767e4456832ef3940ef
treebe701ae7ec0fb7db32696607843bc81b12b8450b
parent506dbf90c1ba98d998b26e17a2e3e69bffef52f4
mac80211: Helper function for marking STA authenticated

Authentication exchange can be completed in both TX and RX paths for
SAE, so move this common functionality into a helper function to avoid
having to implement practically the same operations in two places when
extending SAE implementation in the following commits.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c