#small linux dev boards
Copy the packetspammer
binary to /usr/bin on the Tessel, then run the following commands:
iw dev wlan0 interface add mon0 type monitor
ifconfig wlan0 down
ifconfig mon0 up
iw mon0 set channel 11
packetspammer -d0 mon0 > /dev/null
开关wifi: 改 /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option channel '11'
option hwmode '11g'
option path '10180000.wmac'
option htmode 'HT20'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On the terminal: | |
``` | |
uci set wireless.radio0.require_mode=g //把g换到b/n | |
uci commit | |
wifi | |
``` |
OlderNewer