Editing WLAN PS3 Jupiter Driver
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
Line 37: | Line 36: | ||
=Scanning= | =Scanning= | ||
<pre> | <pre> | ||
sudo kldload ./if_jsta.ko | sudo kldload ./if_jsta.ko | ||
sudo ifconfig jsta0 up | sudo ifconfig jsta0 up | ||
sudo ifconfig jsta0 scan | sudo ifconfig jsta0 scan | ||
SSID/MESH ID BSSID CHAN RATE S:N INT CAPS | SSID/MESH ID BSSID CHAN RATE S:N INT CAPS | ||
Line 73: | Line 53: | ||
* http://fxr.watson.org/fxr/source/net80211/ieee80211_ioctl.c | * http://fxr.watson.org/fxr/source/net80211/ieee80211_ioctl.c | ||
* http://fxr.watson.org/fxr/source/dev/usb/wlan/ | * http://fxr.watson.org/fxr/source/dev/usb/wlan/ | ||