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 [2026/05/28 07:36] – [wpa_supplicant.conf] Sean Rhonebsd:notes:wifi [2026/06/28 01:24] (current) Sean Rhone
Line 47: Line 47:
   key_mgmt=WPA-PSK   key_mgmt=WPA-PSK
   priority=2   priority=2
-} 
- 
-network={ 
-  ssid="xfinitywifi" 
-  disabled=1 
-  key_mgmt=NONE 
-  priority=1 
 } }
  
Line 76: Line 69:
   '/etc/netstart'   '/etc/netstart'
  
-====== Scan ======+====== USB Tethering ======
  
-****+  https://forums.freebsd.org/threads/usb-tethering-detected-and-up-but-no-internet.88441/ 
 +  :?: Might apply to any type of USB network device that shows up under ''ue#'' 
 + 
 +  su - 
 + 
 +  sysrc ifconfig_ue0="DHCP" 
 + 
 +====== Scan ======
  
   ifconfig 'wlan0' list scan   ifconfig 'wlan0' list scan
Line 87: Line 87:
 wlans_iwlwifi0="wlan0" wlans_iwlwifi0="wlan0"
 ifconfig_wlan0="WPA DHCP" ifconfig_wlan0="WPA DHCP"
-#ifconfig_ue0="SYNCDHCP"</code>+#ifconfig_ue0="DHCP"</code>
  
 ====== Etc ====== ====== Etc ======
/usr/local/www/wiki/data/attic/bsd/notes/wifi.1779968173.txt.gz · Last modified: by Sean Rhone