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
1 answer

Raspberry as Accesspoint for isolated IoT network

I want to use a Rasperry for a very special use case: I have one IoT device, which is not and should not connected to my normal network. That device (an energy meter) should have a fixed IP and connected via ethernet to the Raspi. The Raspi provides…
1
vote
1 answer

Channel turns from usable to NO-IR in a few hours

I have a self built Linux router with a wifi card that I had setup a year ago or more as an AP. I worked for some 8 months without an issue, until a few months back (I have no date) it just stooped working. It took me a while to look into it, but…
Marcos Dione
  • 556
  • 6
  • 13
1
vote
0 answers

Hostapd ignoring Channel Configuration

I tried to setup a fake Access Point using hostapd but it turns out it keeps on ignoring the channel configuration in the hostapd.conf file. hostapd.conf interface=wlan0 driver=nl80211 ssid=*wifi ssid of other AP* channel=*channel of other AP + 1*
Von Uyvico
  • 47
  • 7
1
vote
0 answers

Enabling 802.11w mode with hostapd

I'm trying to setup a WiFi Access Point with a Raspberry Pi 3B+ having 802.11w enabled. Kernel version: Linux efb-ap-0 4.19.66-Re4son-v7+ #1 SMP Sun Aug 18 22:25:39 AEST 2019 armv7l GNU/Linux Driver: brcmfmac hostapd (Deb package): 2:2.9-1…
rbl
  • 21
  • 2
1
vote
0 answers

Max number of station with hostapd

I search for a wifi interface which accept master mode for create Access Point with Hostapd and can handle at least 40 stations connected (for a classroom) Hostapd provide the "max_num_sta" but the real limitation is with the hardware? Do you know…
Tom
  • 29
  • 3
1
vote
0 answers

hostapd base config for EAP-FAST?

I have been asked to configure hostapd with EAP-FAST for a team of developers I support. I've goggled up a reference for EAP-FAST with the following: eap_fast_a_id=101112131415161718191a1b1c1d1e1f eap_fast_a_id_info=hostapd-wpe eap_fast_prov=3 I'm…
JustBroken
  • 67
  • 1
  • 7
1
vote
0 answers

switch raspberry pi from ap to client

I have a raspi with hostapd configured. what i want to do is run a nodejs server so if there is internet via eth0 it makes a hotspot and when there is no internet via eth0 it connects to known wifi networks. my problem is in my interfaces file which…
Asad Umar
  • 66
  • 3
1
vote
1 answer

Hostapd: Client re-authenticates regularly without appearing to have been deauthenticated

I run Hostapd v1.0 on a Rasbian Raspberry Pi with a AWUS036NH adapter as AP (chipset Ralink RT3070). It works fine and fast except one problem: My Android phone using VOIP (Media5-fone app, but not making any call) reconnects itself every Nx10…
FlorianB
  • 2,188
  • 18
  • 30
1
vote
0 answers

Problems setting up HostAPD on Pi 3 Jessie Lite

I'm following this Adafruit tutorial with the end goal of setting up a portable Tor routed WiFi access point. I did this entire tutorial start to finish yesterday on the same Pi 3 running Raspbian Jessie, and it worked perfectly. However, due to SD…
Jake
  • 90
  • 9
1
vote
0 answers

hostapd how to reduce memory usage

this is my hostapd.conf file: interface=wlan0 driver=nl80211 hw_mode=g ieee80211n=1 channel=6 country_code=US ieee80211d=1 ssid=MySuperWiFiNetwork Is there any way to configure this file for lower memory usage? It's running on small embedded…
Witczenko
  • 11
  • 2
1
vote
1 answer

Create access point and monitor connected clients (Raspberry)

I have been trying to do something like logger of connects, disconnects and times connected to the access point via the Raspberry pi. What i have came up with is creating access point on the Raspberry pi 3 with dnsmasq and hostapd and getting the…
milorads
  • 51
  • 1
  • 11
1
vote
0 answers

How can I set up a node.js application on a device set up as an access point (using hostapd)?

I am trying to set up a node application on an intel edison so that I can communicate with it using a mobile application. I have the edison set up as an access point using hostapd and it has a node application running. If i then connect another…
Myatt95
  • 33
  • 6
1
vote
0 answers

hostapd isolate client from other network devices

I did google alot on this but cant find any really usefull info. I have setup a wlan with hostapd and dhcp (wpa) and its working really good. Now i have to add a new device/client to the wlan, and i want this device to not be able to…
Ezra Knobloch
  • 91
  • 1
  • 10
1
vote
1 answer

Channel configuration in connman

I am trying to establish a Wi-Fi access point. I tried using hostapd and connman. In hostapd I am able to configure channel number in hostapd.conf, whereas in the case of connman there is no parameter available to configure channel in main.conf. I…
Nerdy
  • 1,016
  • 2
  • 11
  • 27
1
vote
0 answers

force Hostapd to make connection with wrong password

hi i'm trying to make a penetration testing platform and i need to edit hostapd application to make connection with wrong password. my try : i changed wpa_auth.c : if (!ok) { wpa_auth_logger(sm->wpa_auth, sm->addr, LOGGER_DEBUG, …
user3001228
  • 343
  • 3
  • 13