全部博文(685)
发布时间: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......【阅读全文】
发布时间:2014-09-18 14:21:52
原文地址:http://blog.csdn.net/yyplc/article/details/7301974在UBUNTU系统或者其他类似linux系统上,使用hostapd,可以实现WIFI的无线接入热点(AP)以便提供给其他需要无线接入联网的设备,如笔记本,手机实现无线上网功能。也即是无线路由的功能。什么是hostapdhostapd 是用户控件的守护进程用于无线接入点(AP)和.........【阅读全文】