You can issue this command in a terminal:
$ sudo dnf downgrade wpa_supplicant
To exclude the package (temporarily) from then on, you can add edit /etc/dnf/dnf.conf
and add this line:
excludepkgs=wpa_supplicant
Until a fixed version of wpa_supplication becomes available.