eduroam wifi doesn't work

Hello.
So i recently switch from Arch to FreeBSD so i might be a noob sorry.

debug info:
FreeBSD freebsd 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
my rc.conf : https://pastebin.com/ii05znEE

my wpa_supplicant conf
Code:
 ctrl_interface=DIR=/var/run/wpa_supplicant
eapol_version=2
fast_reauth=1

network={
   ssid="IONIS"
    key_mgmt=WPA-EAP
    eap=PEAP
    identity="mo*****me@epitech.eu"
    password="***"
    phase2="auth=MSCHAPV2"
 }

I already tried mostly every single other eduroam config that i could find on internet
but the people on linux (Ubntu / Arch) have the exact same config and are able to connect. so i really don't know.
And i can connect to my phone hotspot / home network.

Code:
<3>Trying to associate with d8:54:a2:36:1e:e5 (SSID='IONIS' freq=5180 MHz)
<3>Authentication with d8:54:a2:36:1e:e5 timed out.
<3>CTRL-EVENT-DISCONNECTED bssid=d8:54:a2:36:1e:e5 reason=3 locally_generated=1
<3>CTRL-EVENT-DSCP-POLICY clear_all
<3>CTRL-EVENT-SCAN-RESULTS
<3>WPS-AP-AVAILABLE
<3>Trying to associate with d8:54:a2:37:56:25 (SSID='IONIS' freq=5200 MHz)
<3>Authentication with d8:54:a2:37:56:25 timed out.
<3>CTRL-EVENT-DISCONNECTED bssid=d8:54:a2:37:56:25 reason=3 locally_generated=1
<3>CTRL-EVENT-DSCP-POLICY clear_all
<3>CTRL-EVENT-SCAN-RESULTS
<3>WPS-AP-AVAILABLE
I am sure of my credentials
 
Back
Top