mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Remove duplicated wpa_akm_to_suite() entry
This was unreachable code due to the previous WPA_KEY_MGTM_OWE case returning from the function. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
10655d1bc2
commit
139f6deaff
@ -2100,8 +2100,6 @@ u32 wpa_akm_to_suite(int akm)
|
||||
return RSN_AUTH_KEY_MGMT_OWE;
|
||||
if (akm & WPA_KEY_MGMT_DPP)
|
||||
return RSN_AUTH_KEY_MGMT_DPP;
|
||||
if (akm & WPA_KEY_MGMT_OSEN)
|
||||
return RSN_AUTH_KEY_MGMT_OSEN;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user