Any WPA3 deployments yet ?

I am working on updating my infrastructure to WPA3.

Seeing how 11.2 shipped with wpa_supplicant version 2.5 I needed to update my clients to a newer wpa_supplicant version 2.7 found in ports.
A setting in /etc/rc.conf is needed to supersede the base OS version:
Code:
#### wpa_supplicant from ports #####
wpa_supplicant_program="/usr/local/sbin/wpa_supplicant"

Next up update hostap on my Access Point...

Anybody do end to end WPA3 on FreeBSD yet?
 
Back
Top