On a new FreeBSD 13.2 installation, I'm unable to get WIFI working properly. Here is some relevant information:
The router supports WPA3 personal; rather than using default mac, a custom mac is used on the router side.
Any help regarding this would really be appreciated.
Code:
$ sysctl net.wlan.devices
net.wlan.devices: iwm0
$ pciconf -lv iwm0
...
vendor = 'Intel Corporation'
device = 'Wireless-AC 9260'
...
$ service netif restart
...
wlan0: ...
...
inet 0.0.0.0 netmask 0xff000000 ...
...
ssid <valid ssid is visible>
regdomain FCC country US authmod WPA2/802.11i privacy ON # country and regdomain is wrong but I guess it should not matter?
...
status: associated
$ dhclient wlan0
wlan0: no link .............. giving up
$ cat /etc/rc.conf
...
wlano_iwm0="wlan0"
ifconfig_wlan0="WPA DHCP"
The router supports WPA3 personal; rather than using default mac, a custom mac is used on the router side.
Any help regarding this would really be appreciated.