Questions tagged [hostapd]

hostapd is a user space daemon for access point and authentication servers.

hostapd is a user space daemon for access point and authentication servers. It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server, and RADIUS authentication server. The current version supports Linux (Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211).

93 questions
30
votes
6 answers

hostapd error "nl80211: Could not configure driver mode"

I would like to make a Virtual Router on Ubuntu 12.04 but i am getting this error message when i run the last terminal command Configuration file: hostapd.conf nl80211: Could not configure driver mode nl80211 driver initialization…
13
votes
4 answers

fatal error: netlink/genl/genl.h: No such file or directory

I am cross-compiling hostapd for openwrt. I am getting fatal error: netlink/genl/genl.h: No such file or directory. I already have libnl-3.2.24 installed. If i directly compile (not cross-compile) then hostapd is compiling properly without any…
Rafal
  • 233
13
votes
3 answers

How do I create a non-adhoc wifi hotspot?

I wanted to use my desktop with a wired ethernet connection (eth0) to operate my "TP-LINK TL-WN722N" USB Wifi Adapter (wlan0) as a non-adhoc (infrastructure mode) access point for my Android to connect to. After MUCH searching, I finally found a…
12
votes
2 answers

Failed to set interface wlan0 into AP mode: Intel centrino N1000 Wireless

I am a new Ubuntu user and have installed Ubuntu 12.04 LTS on my Acer Aspire One D255 netbook with an Intel Centrino N1000 Wireless Card. All I want is to set my netbook as wifi hotspot for my android devices. This worked well for me in Windows 7…
sixline
  • 192
11
votes
2 answers

Hostapd Dropout

I have configured hostapd as an access point following several how-tos using ubuntu 12.04. Everything works well for up to several hours and then at some point hostapd no longer accepts new connections. hostapd config is as…
MarcF
  • 121
8
votes
4 answers

How fix hostapd invalid/unknown driver 'nl80211' error?

I have Intel Centrino Wireless-N 1000 I installed hostapd from Ubuntu Software Center When I run this command hostapd hostapd-minimal.conf I get this: root@tarek-PC:~# hostapd hostapd-minimal.conf Configuration file: hostapd-minimal.conf Line 2:…
Tarek
  • 107
6
votes
1 answer

Getting WiFi AP working with hostapd and isc-dhcp-server [Xubuntu 14.04]

I have tried using ap-hotspot from WebUpd8, and it did not work for me in 13.10 or 14.04, so I have been working on getting hostapd manually set up, using isc-dhcp-server since dnsmasq was having conflicts for me. I have been able to connect to the…
Cyndre
  • 61
  • 1
  • 1
  • 3
6
votes
1 answer

libnl1.1-6 /netlink/genl/genl.h no such directory

I'm trying to compile hostapd, and for that it needs the headerfile genl.h which is supposed to be a part of the libnl1 library (I searched around, the best I got was a recommendation to update libnl1.1) Somehow that headerfile is not available on…
Sam
  • 311
  • 1
  • 4
  • 10
5
votes
2 answers

How to bridge a wireless interface with another wireless interface (both on the same computer)?

Ubuntu 14.04 Basically I am trying to accomplish the following setup - wireless internet ---> wlan0 of Ubuntu computer "bridged to" wlan1 of same Ubuntu computer ---> device with wifi The reason for this setup is that the wireless internet is a WPA2…
5
votes
2 answers

Is there a GUI app to setup and toggle hostapd?

Title says it all, I've tried wifi-hostapd-app but I always run into trouble while installing one of its dependencies, dnsmasq specifically. I read one of the workarounds is to disable Ubuntu's Network Manager, I'd rather not do that.
5
votes
3 answers

How to host an AP or a hotspot?

I'm running Ubuntu 12.04 as a virtual machine on my Mac. Since I am unable to get the virtual machine to have full access to my WiFi card, I bought another USB WiFi card to use. This is my WiFi card. If you are unfamiliar with Virtual machine, as…
4
votes
3 answers

hostapd start error message

Error Message Configuration file: start Could not open configuration file 'start' for reading. Failed to set up interface with start Failed to initialize interface My Hostapd.conf…
Alik
  • 41
4
votes
1 answer

hostapd does not create a wifi network

I'm trying to setup a wireless AP to share a wired internet connection over Wi-Fi. It's a newly built PC, and at first I thought that the wireless card might be defective, however everything works correctly trying connectify under windows. I chose…
4
votes
1 answer

How to set my Broadcom BCM4313 wireless card into AP mode?

I've been trying to create an Access Point hotspot using hostapd, but I get an error message saying that my card doesn't support AP mode. I tried sudo iwconfig eth1 mode master and I get the following error: Error for wireless request "Set Mode"…
4
votes
1 answer

How to install/update libnl-1.0pre8 (or later)

I was trying to share my laptop's internet over wireless to use as wi-fi in my android phone. After googling for some time I am now stuck here: http://linuxwireless.org/en/users/Documentation/hostapd the instruction says: "you need to…
1
2 3 4 5 6 7