howto change wifi settings on free bsd after install

when I installed freebsd during install I had to setup wifi on my laptop now if I want to change wifi settings how do I do that
 
when I installed freebsd during install I had to setup wifi on my laptop now if I want to change wifi settings how do I do that
There’s no need to install any additional software. Just enter the following command as root:
  bsdconfig networking

Alternatively, if you just want to repeat the network configuration step that you performed during installation, I think you can do that by running the following command as root:
  BSDINSTALL_CONFIGCURRENT=true bsdinstall netconfig
I haven’t tried that myself, though, and I think it doesn’t have as much options as the bsdconfig(8) command mentioned first.
 
Back
Top