rtl8192eu-linux-driver
save wifi
permitir apenas uma rede wireless
bloquear
netsh wlan add filter permission=denyall networktype=infrastructure
netsh wlan set blockednetworks display=show
netsh wlan add filter permission=allow ssid=minedu networktype=infrastructure
desbloquear
netsh wlan delete filter permission=denyall networktype=infrastructure
netsh wlan delete filter permission=allow ssid=minedu networktype=infrastructure
Linux WiFi: Deauthenticated Reason Codes
desinstalar microsoft wifi miniport
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=disallow
https://social.technet.microsoft.com/Forums/windows/en-US/e7d49799-18fa…
ativar canais 12 e 13 no openwrt
cd /tmp/
wget http://luci.subsignal.org/~jow/reghack/reghack.mips.elf
chmod +x reghack.mips.elf
./reghack.mips.elf /lib/modules/*/ath.ko
./reghack.mips.elf /lib/modules/*/cfg80211.ko
reboot
http://wiki.openwrt.org/doc/faq/faq.wireless
http://luci.subsignal.org/~jow/reghack/
bloquear acesso a apenas uma wifi
netsh wlan add filter permission=denyall networktype=adhoc
netsh wlan add filter permission=denyall networktype=infrastructure
netsh wlan set blockednetworks display=hide
netsh wlan add filter permission=allow ssid=ssid1 networktype=infrastructure
em anexo encontra-se o batch para bloquear e desbloquear o acesso a uma rede. tem que ser executado como administrador.