Questions tagged [hostap]

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).

hostapd is designed to be a daemon program that runs in the background and acts as the back-end component controlling authentication. hostapd supports separate front-end programs and an example text-based front-end, hostapd_cli, is included with hostapd.

hostapd works with the following drivers:

  • mac80211 based drivers with support for master mode [linux]
  • Host AP driver for Prism2/2.5/3 [linux]
  • Driver interface for FreeBSD net80211 layer [kfreebsd]
  • Any wired Ethernet driver for wired IEEE 802.1X authentication
4 questions
2
votes
1 answer

"Could not read interface wlan0 nl80211 driver initialization failed."

I'm trying to start hostapd but without success. I'm using Headless Ubuntu 11.10 oneiric 3.0.0-16-server x86_64. WLAN driver is rt2800usb and my wireless nic card TP-Link TL-WN727N supports AP mode as shows below: us0# ifconfig wlan0 wlan0 Link…
BBK
  • 2,027
  • 3
  • 17
  • 29
1
vote
1 answer

Dlink DWA-556 Access point fails to start on 2.6.35-25 while 2.6.35-24 works. How can I do this with >2.6.35-24?

I'm using hostapd to run an access point with a Dlink DWA-556 wireless N card. However, I can no longer get it to start when I use kernels greater than 2.6.35-24. Here's a log where I ran the uname -a&&hostapd -c on the different kernel…
Azendale
  • 11,811
  • 9
  • 47
  • 70
1
vote
1 answer

Cannot create wireless AP

I've tried to create AP using this and tried to solve my problem $ iw list nl80211 not found. with this, but I still get error when I start make ~/hostapd-2.0/hostapd$ make ../src/drivers/driver_nl80211.c:19:31: fatal error: netlink/genl/genl.h:…
tikend
  • 702
  • 2
  • 9
  • 22
1
vote
3 answers

Turning laptop into WAP using netgear WNA1100? (stuck at hostapd)

I have a Netgear WNA1100 usb wifi adapter. I have installed Atheros driver from Forum Details (btw name of the file is ath9k_htc-installer.1.0.1-maverick-fixed.deb). I wish to make a setup like connectify(windows) on ubuntu, so that I can connect…
Vivek Sharma
  • 1,160
  • 2
  • 12
  • 25