mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
SAE: Reject invalid rejected group report in SAE commit explicitly (AP)
Previously, this case was ignored silently in AP mode. While that could be a reasonable approach for an unexpected condition, it would be fine to reject this case explicitly as well. This makes it somewhat easier to test unexpected SAE H2E vs. looping behavior. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
c88e01e1b6
commit
a889e9a70c
@ -1282,7 +1282,7 @@ static void handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta,
|
||||
check_sae_rejected_groups(
|
||||
hapd, sta->sae->tmp->peer_rejected_groups)) {
|
||||
resp = WLAN_STATUS_UNSPECIFIED_FAILURE;
|
||||
goto remove_sta;
|
||||
goto reply;
|
||||
}
|
||||
|
||||
if (!token && use_sae_anti_clogging(hapd) && !allow_reuse) {
|
||||
|
Loading…
Reference in New Issue
Block a user