]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit215f4d8a694e2877efa3767853be36b07b3ed606
treebe701ae7ec0fb7db32696607843bc81b12b8450b
parentfdef82cf22f1cf30c46ca696f665629c1eebc4ca
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