User Tools

Site Tools


bsd:notes:wifi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:notes:wifi [2025/05/22 03:26] Sean Rhonebsd:notes:wifi [2025/05/22 03:42] (current) Sean Rhone
Line 2: Line 2:
  
   * https://srobb.net/fbsdquickwireless.html   * https://srobb.net/fbsdquickwireless.html
-  * [[https://man.freebsd.org/cgi/man.cgi?query=wpa_supplicant&apropos=0&sektion=0&manpath=FreeBSD+14.2-RELEASE+and+Ports&arch=default&format=html|wpa_supplicant]] man +  * [[https://man.freebsd.org/cgi/man.cgi?query=wpa_supplicant&apropos=0&sektion=0&manpath=FreeBSD+14.2-RELEASE+and+Ports&arch=default&format=html|wpa_supplicant]] 
-  * [[https://man.freebsd.org/cgi/man.cgi?query=wpa_supplicant.conf&apropos=0&sektion=0&manpath=FreeBSD+14.2-RELEASE+and+Ports&arch=default&format=html|wpa_supplicant.conf]] man+  * [[https://man.freebsd.org/cgi/man.cgi?query=wpa_supplicant.conf&apropos=0&sektion=0&manpath=FreeBSD+14.2-RELEASE+and+Ports&arch=default&format=html|wpa_supplicant.conf]] 
 + 
 +  * [[bsd:freebsd_14.3_xfce]]
  
 ====== Interface ====== ====== Interface ======
Line 12: Line 14:
  
 ====== rc.conf ====== ====== rc.conf ======
 +
 +  * TODO: Other SSIDs might need DHCP?
  
   ee '/etc/rc.conf'   ee '/etc/rc.conf'
Line 69: Line 73:
   wpa_passphrase 'Kitava (iPhone XR)'   wpa_passphrase 'Kitava (iPhone XR)'
  
-====== Old Wireless ======+===== Test =====
  
-  ee '/etc/rc.conf'+****
  
-<code> +  wpa_supplicant -d -c '/etc/wpa_supplicant.conf' -i 'wlan0' 
-wlans_iwm0="wlan0" + 
-ifconfig_wlan0="WPA SYNCDHCP" +====== Etc ====== 
-ifconfig_wlan0_ipv6="inet6 accept_rtadv" + 
-create_args_wlan0="country US regdomain FCC"</code>+  sysctl 'net.wlan.devices' 
 + 
 +  dhclient 'wlan0'
  
/srv/www/wiki/data/attic/bsd/notes/wifi.1747898814.txt.gz · Last modified: by Sean Rhone