Questions tagged «hostapd»


3
如何创建非临时wifi热点?
我想使用带有有线以太网连接(eth0)的桌面来将我的“ TP-LINK TL-WN722N” USB Wifi适配器(wlan0)用作我的Android连接到的非临时(基础结构模式)访问点。 经过大量搜索之后,我终于找到了一种方法(遍布许多网站),可以满足我的大部分需求... 依存关系: hostapd bridge-utils 我修改了“ / etc / network / interfaces” sudo gedit /etc/network/interfaces 包含装有: # This file describes the network interfaces available on your system # and how to activate them. auto lo br0 iface lo inet loopback allow-hotplug eth0 iface eth0 inet manual …

2
无法将接口wlan0设置为AP模式:Intel centrino N1000 Wireless
我是Ubuntu的新用户,并且在具有Intel Centrino N1000无线卡的Acer Aspire One D255上网本上安装了Ubuntu 12.04 LTS。我只想将我的上网本设置为我的android设备的wifi热点。这在使用Connectify的Windows 7中对我来说效果很好,但是我试图在使用hostapd的Ubuntu中建立热点(http://nims11.wordpress.com/2012/04/27/hostapd-the-linux-way-to-create- virtual-wifi-access-point / comment-page-5 /),但出现以下错误: ali@ali-AOD255:~$ sudo hostapd ~/hostapd-test.conf Configuration file: /home/ali/hostapd-test.conf nl80211: Failed to set interface wlan0 into AP mode nl80211 driver initialization failed. ELOOP: remaining socket: sock=4 eloop_data=0x8178910 user_data=0x8178e80 handler=0x807c5e0 ELOOP: remaining socket: sock=6 eloop_data=0x817ac98 user_data=(nil) handler=0x8086770 我只想使用我的上网本设置一个wifi热点,以便我的android设备可以查看并连接到它。

2
Hostapd辍学
我已经使用ubuntu 12.04结合了几个操作方法,将hostapd配置为访问点。一切工作长达几个小时,然后hostapd不再接受新的连接。 hostapd配置如下: ssid=PNN wpa_passphrase=somePassphrase interface=wlan2 bridge=br0 auth_algs=3 channel=7 driver=nl80211 hw_mode=g logger_stdout=-1 logger_stdout_level=2 max_num_sta=255 rsn_pairwise=CCMP wpa=2 wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP CCMP 使用的输出 hostapd -dd /etc/hostapd/hostapd.conf 通常情况下,按以下方式建立新连接: mgmt::proberesp cb unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) STA 40:a6:d9:a5:63:dd sent probe request for broadcast SSID mgmt::proberesp cb unknown vendor specific information …
11 12.04  hostapd 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.