mirror of https://gitee.com/openkylin/linux.git
brcmfmac: add 4-way handshake offload detection for FT-802.1X
Add 4-way handshake offload detection for FT with EAP authentication. Signed-off-by: Chung-Hsien Hsu <stanley.hsu@cypress.com> Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
4ad298da93
commit
a858376cdb
|
@ -1651,6 +1651,8 @@ brcmf_set_key_mgmt(struct net_device *ndev, struct cfg80211_connect_params *sme)
|
|||
break;
|
||||
case WLAN_AKM_SUITE_FT_8021X:
|
||||
val = WPA2_AUTH_UNSPECIFIED | WPA2_AUTH_FT;
|
||||
if (sme->want_1x)
|
||||
profile->use_fwsup = BRCMF_PROFILE_FWSUP_1X;
|
||||
break;
|
||||
case WLAN_AKM_SUITE_FT_PSK:
|
||||
val = WPA2_AUTH_PSK | WPA2_AUTH_FT;
|
||||
|
|
Loading…
Reference in New Issue