Questions tagged [hostapd]

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 backend component controlling authentication. hostapd supports separate frontend programs and an example text-based frontend, hostapd_cli, is included with hostapd.

More information can be found at http://w1.fi/hostapd/.

88 questions
1
vote
0 answers

Hostapd - print wpa passphrase

It's possible to print wpa passphrase in hostapd (by editing the code)? This is the conf of hostapd (we use TKIP)…
1
vote
1 answer

How to cross compile hostapd for Xilinx Zynq?

I am following this link to cross compile the iw tools. I can compile libnl, iw, openssl, and installed them in CentOS. For Open SSL, I used ./configure Linux-generic32 --prefix=/usr/arm-xilinx/linux-gnueabi, so it should install to that…
Splash
  • 1,288
  • 2
  • 18
  • 36
1
vote
0 answers

Why is hostapd echoing and forwarding frames?

In a nutshell: hostapd v1.1 appears to be both echoing an altered version management frames back onto its input interface and forwarding the original frame to its output interface. Our system is using libtins to send all management frames appearing…
cancub
  • 23
  • 2
  • 5
1
vote
1 answer

Hostapd-mana doesnt show SSID'S

I'm using the patched version of hostapd from the mana-toolkit (https://github.com/sensepost/hostapd-mana) to generate Access Points for Probe Requests. But if I get my smartphone to connect with hostapd I get the following messages: wlan0: STA…
Thanathan
  • 173
  • 14
0
votes
0 answers

How can I tell if a client connected to hostapd is using 802.11ax?

I am using hostapd version 2.10. I know how to do this from the station side in some cases, but what I want to do is decipher the information on the access point side. One possible solution would be to use hostapd_cli, but I can't find any…
John Klug
  • 121
  • 3
0
votes
1 answer

How to configure hostapd for MACSEC?

I'm trying to configure hostapd to dynamically set up a MACSEC channel after authentication. From the sample hostapd.conf file, there is an entire section that talks about MACSEC configuration items, which says ##### MACsec…
A. Trevelyan
  • 136
  • 5
0
votes
1 answer

How to combine OpenVPN and hostapd on a single raspberry pi?

I had my Pi configured as an OpenVPN server for access to my local network when not at home. It worked like a charm :-) Now I also want to use my Pi as an access point. For this I used the following instructions: Setting up a Bridged Wireless Access…
T-men
  • 37
  • 8
0
votes
1 answer

"No such file or directory" when trying to open hostapd control connection via wpa_ctrl_open

I have configured a control interface for hostapd on embedded Linux like this in the configuration file: ctrl_interface=/var/run/hostapd I can see that a file is created in the file system: ls -la /var/run/hostapd/wifi_ap0 srwxrwx--- 1 root …
Jan Schatz
  • 334
  • 2
  • 12
0
votes
1 answer

How to add udhcpd in yocto?

I want to set my wireless interface (mlan0) to access point mode. I have hostapd in /usr/sbin. But I don't have udhcpd. I have udhcpc in /sbin though. I checked my busybox.bb file and found CONFIG_UDHCPD=y in defconfig. Not sure what i am missing…
Sourabrt
  • 2,126
  • 2
  • 8
  • 22
0
votes
1 answer

dnsmasq can't bind listen-address

I tried to setup hostapd and dnsmasq to braodcast a WiFi from a Raspberry Pi 3. I only want to broadcast the WiFi so devices can connect to a http-server running on the Raspberry, no ethernet bridge is required. I installed hostapd and dnsmasq and…
AracKnight
  • 357
  • 5
  • 18
0
votes
1 answer

Wireless Access Point Communication with phone works for Android but not receiving any requests from IOS?

I'm trying to set up a computer that will start in wireless access point mode, receive SSID and Password from the user on their android/ios device, then join that network that was received from the user on the form. So far this is working great on…
Hunter1210
  • 31
  • 5
0
votes
1 answer

Quectel EC25EU 4G module prevents RaspAP from starting when there is no GSM connection

I have a Raspberry Pi 4 B+ with the Sixfab 4G/3G base hat and Quectel EC25-EU 4G/LTE PCIe module installed. I have RaspAP running with a slightly modified configuration: /var/www/html/rasp instead of /var/www/html as root folder lighttpd is on port…
Turbok
  • 13
  • 3
0
votes
0 answers

dynamically block websites with hostapd hotspot running dnsmasq

I've created a hotspot for children and I want to easily be able to add/remove websites from my blacklist. My hotspot is a linux machine running 'hostapd' as the hotspot and 'dnsmasq' as the dhcp/dns server. It's working, and I can block a site bay…
benino
  • 577
  • 2
  • 6
  • 16
0
votes
1 answer

Can not configure 5GHz WiFi band for Beaglebone AI

I am trying to configure 5GHz WiFi band for my new Beaglebone AI. What I am doing is cp /tmp/hostapd-bbai.conf to /etc/hostapd.conf opening /etc/default/bb-wl18xx and changing USE_GENERATED_HOSTAPD to 'no' USE_GENERATED_HOSTAPD=no in order to use…
0
votes
1 answer

Create Access Point with mwifiex_pcie driver

My configuration : - i.MX6Quad - kernel stable 5.5.6 - wifi module : mwifiex_pcie - firmware : pcieuart8997_combo_v4.bin (from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/) I'm trying to create a access point but when…