> Sure, that's no problem at all.

Hi, Bob

I would like to suggest that if we can just simply return if resp !=
WLAN_STATUS_SUCCESS for auth_transaction == 1.

It means adding the following line 524 in
https://github.com/cozybit/wpa_supplicant/blob/prepare-submit-v11/src/ap/ieee802_11.c.
} else {
return;
}

The reason is that I have observed when the number of nodes scales to
6, it happens sometimes that sae_parse_commit is failed and causing a
lot of message with resp WLAN_STATUS_UNSPECIFIED_FAILURE being sent.

After doing the above change, I may observe that the "SAE: Request
anti-clogging token from ...." is triggered. Do you know what is this
for? I have observed that "use_sae_anti_clogging" is configured using
hostapd.conf. So we disable this as well?

---
Chun-Yeow
_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to