全部博文(685)
发布时间:2014-09-18 15:41:06
原文地址:http://izobs.github.io/openwrt/openwrt-RT3070-softap/RT3070驱动的获取RT3070的驱动源码有sta和softap两种,而RT3070的驱动源码在Ralink官网不好弄,在CSDN花了3个大洋下载了RT3070的驱动源码.这边把SotfAp修改后的源码推送到github,跟大家分享:$ git clone https://github.com/iZobs/RT3070_SoftA.........【阅读全文】
发布时间:2014-09-18 15:38:06
原文地址:http://blog.sina.com.cn/s/blog_7d7e9d0f0101l13k.html我的无线网卡显示的事ra0,所以把下面的wlan0换成ra0即可:视自己的情况而定 1. 打开无线网卡电源iwconfig wlan0 txpower on2. 列出区域内的无线网络iwlist wlan0 scan3. 假设要连接到网络MyHome(即essid为MyHome的网络).........【阅读全文】
发布时间:2014-09-18 15:31:13
原文地址:http://blog.csdn.net/lqrensn/article/details/8078676[cpp] view plaincopyprint?/*Linux ifconfig,c简易源代码*/ #include <sys/ioctl.h> #include <net/if.h> #include <sys/socket.h> #include <sys/types.h> #include <stdio.h> #inclu.........【阅读全文】
发布时间:2014-09-18 15:21:24
原文地址:http://blog.csdn.net/jk110333/article/details/8658136在openwrt下默认移植iw-3.14源码包,也可以再arm板中单独交叉编译iw-3.14源码包后将相应库拷贝到lib目录,将iwpriv iwlist 等工具拷贝到bin目录。移植环境:主机操作系统:Ubantu 10.10目标系统:hi351x 内核 lin.........【阅读全文】
发布时间:2014-09-18 14:52:25
原文地址:http://blog.csdn.net/hanmengaidudu/article/details/11175555......【阅读全文】