rtl8188专题

新路程------rtl8188的配置

runwpa文件 #!/bin/bash if [ "`which iwconfig`" = "" ] ; then   如果运行which iwconfig的结果为空则输出下面的提示 echo "WARNING:Wireless tool not exist!" echo "        Please install it!" exit else if [ `uname -r | cu