ChinaUnix.net
相关文章推荐:

hostapd arm

Porting hostapd to arm9 Linux platform. 如果你的嵌入式平台需要WPA认证但是你的驱动又没有支持,怎么办?那就Porting hostapd好了: 1.修改Makefile中的CC 为你的cross compile gcc, 加入openssl的头文件路径和库路径 2.make 3.ok, 一个hostapd 就编译好了(但是要有openssl的支持,可以参考我的"porting openssl"那篇文章). Makefile的修改可以参考我的patch文件: --- Makefile 2006-05-31 17:21:24.000000000 +0800 +++ xx 20...

by chenzhufly - Linux文档专区 - 2008-05-11 00:49:57 阅读(998) 回复(0)

相关讨论

最近忙活无线AP实验,在运行#hostapd hostapd.conf 后出现: Configuration file: /etc/hostapd/hostapd.conf rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0 nl80211: Register frame command failed (type=208): ret=-114 (Operation already i n progress) nl80211: Register frame match - hexdump(len=1): 06 nl80211: Failed to register Action frame processing - ignore for now nl80211: Add own interface if...

by LenKernel - Linux新手园地 - 2013-01-22 09:52:17 阅读(1766) 回复(0)

hostapd / wpa_supplicant 写的非常好,Makefile也很清楚,现在把它单独拿出来,以后可以方便的用在其它项目上的。有兴趣的可以看看。 文件: makerules.rar 大小: 208KB 下载: 下载 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/83623/showart_2032592.html

by hddnwpu - Linux文档专区 - 2009-08-20 10:49:58 阅读(914) 回复(0)

最近做无线AP实验,安装完compat wireless 无线驱动后,接着移植了hostapd,但是,运行时,出现: Configuration file: /etc/hostapd/hostapd.conf rfkill: Cannot open RFKILL control device nl80211: RFKILL status not available nl80211: Register frame command failed (type=208): ret=-95 (Operation not suppor ted) nl80211: Register frame match - hexdump(len=1): 06 nl80211: Failed to register Action frame pro...

by LenKernel - 嵌入式开发 - 2015-05-02 12:45:45 阅读(4804) 回复(5)

RT,linux下hostapd的网络流量的截取怎么实现?求教~

by sandstarpod - Linux环境编程 - 2012-07-26 19:50:26 阅读(1206) 回复(0)

本帖最后由 halfslipper 于 2010-11-23 22:38 编辑 我把WUSB54AG无线网卡,用hostapd设置为了AP模式(在主机A上),也就是的master模式了,它有了AP的功能,也就是可以身份验证,然后建立关联,但是也没有DHCP的功能,即和这个AP关联的主机B无法获取IP地址,我又在主机A上用dhcpd 建了个DHCP服务器,然后主机B的有以太网卡(有线的)可以获取IP,但是,主机B的无线网卡与主机A上的AP关联后还是不能获取IP。我用抓包工具抓主机B上无...

by halfslipper - Linux系统管理 - 2010-12-07 11:25:08 阅读(5300) 回复(2)

实现目的:使用hostapd让电脑上的无线网卡工作在AP模式 当前环境:Atheros5212,kernel-2.6.31r6,ath5k,hostapd-v0.6.9 最简使用: 1. 文件/etc/hostapd/hostapd.conf driver=nl80211 缺省是hostapd,会导致ioctl[PRISM2_IOCTL_PRISM2_PARAM]错误。 ssid=TESTAP 网络SSID名称,32个字符以内。 hw_mode=g 本卡支持b/g模式,故设为g channel=1 国内可用频道为1-13,任选一个 2. 文件/etc/conf.d/net 增加一...

by maodafi - Linux文档专区 - 2010-01-11 15:11:53 阅读(1966) 回复(0)

我的毕设题目是基于linux的无线接入点实现 OS:CentOS4.2,,用来做软AP的网卡是TPLWN550G,,是r5212的,,我用madwifi做驱动,,并测试成功。 AP的地址如下:192.168.0.1 LAN口IP如下:219.228.231.5 通过iptable做了NAT并进行包转发可以实现在客房机上访问公网。 我现在做到认证这一块了,,想要用eap-tls协议 想法是这样的 认证者 认证服务器 MADWIFI+hostapd fre...

by bryant24_li - 网络技术 - 2008-05-10 19:08:14 阅读(2493) 回复(2)

 hostapd-0.4.8   //madwifi   //20080311      //register the driver   main   register_drivers   madwifi_driver_register(driver_conf.c as configured in configure file)   driver_register      //register signal and process   main   1.1-->hostapd_setup_interface   1.1.1-->hostapd_driver_init   1.1.1.1-->hapd->driver->init(madwifi_init ,file driver_madwifi.c)   1.1.1.1....

by jinhaijun8106 - Linux文档专区 - 2008-04-17 09:27:34 阅读(773) 回复(0)

我的毕设题目是基于linux的无线接入点实现 OS:CentOS4.2,,用来做软AP的网卡是TPLWN550G,是r5212的,,我用madwifi做驱动,并测试成功。 我用brctl将ath0口与eth0口桥接成br0,IP为192.168.1.1 具体是这样的 认证者 认证服务器 MADWIFI+hostapd freeRadius 二者是在同一台机子上的,,使用的是eap-tls 在clients.conf里面将AP的地址设为192.168.1.1,, hostapd.confi里将...

by bryant24_li - 网络技术 - 2008-05-21 15:43:09 阅读(6047) 回复(4)