hostapd

  1. M

    rsu0: HOSTAP mode not supported

    Hi there I am still playing with WIFI Hardware.... For rsu and hostap mode do I need FreeBSD 11? I am running FreeBSD 10.3 and hostap mode seems not supported yet. Everything runs fine and I wanna upgrade only to FreeBSD 11 if no other way would works.
  2. kAldown

    hostapd connection breaks

    Hello there. Today I noticed some wired behavior from my asus phone, every couple minutes there is no connection with FreeBSD as host based AP. interface=wlan0 debug=2 ctrl_interface=/var/run/hostapd ctrl_interface_group=wheel ssid=someSSIDap wpa=1 wpa_passphrase=PASSWORD wpa_key_mgmt=WPA-PSK...
  3. B

    hostapd + freeradius can't connect

    Hi all, So I'm trying configure hostapd to work (peap + mschapv2). I tried connect by wpa_suplicant on FreeBSD, and Ubuntu with gui, but without success. Freeradius allow to connect, but connections are failed - every time get: hostapd_wpa_auth_disconnect: WPA authenticator requests disconnect...
  4. C

    HostAP 802.11n with hostapd

    I'm running 10.1-RELEASE and trying to use my AR9462-based WiFi card as an 802.11n AP (5GHz or 2.4GHz, not decided yet). I can configure the SSID, I can get hostapd to authenticate and encrypt with WPA2 but I can't work out how to make it broadcast 802.11n on the channel I want reliably with...
  5. mxc

    Solved Hostapd with Atheros AR9287 won't start

    Hi all, I am attempting to turn my freebsd FreeBSD box into an APN with hostapd. I have the following Atheros wifi card: "AR9287 Wireless Network Adapter (PCI-Express)" I have the following in /etc/rc.conf ifconfig_wlan0="inet 192.168.10.8 netmask 255.255.255.0" wlans_ath0="wlan0"...
  6. M

    Error compiling hostapd

    Hi, I am willing to hack hostapd and got en error: :/root/work/wpa/hostapd # cp defconfig .config :/root/work/wpa/hostapd # gmake ../src/ap/iapp.c:46:30: warning: netpacket/packet.h: No such file or directory ../src/ap/iapp.c: In function 'iapp_init': ../src/ap/iapp.c:394: error: storage size...
  7. patpro

    9.1 to 9.2: hostapd changes?

    Hello, I've read in release notes that hostapd config changes between FreeBSD 9.1 and FreeBSD 9.2. Unfortunately I can't find more details about this change; than that: and: Currently, I've this: wlans_ath0="wlan0" create_args_wlan0="wlanmode hostap" ifconfig_wlan0="inet 192.168.1.1...
  8. R

    Hostapd is not working as expected

    Hi! I've been trying to configure my wired router as an AP with no luck. I made a simple configuration file, but I don't know how to check if it's working: interface=eth0 driver=wired ssid=essid macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wpa=1 wpa_passphrase=1234678 wpa_key_mgmt=WPA-PSK...
  9. P

    hostapd awkward problem: WiFi network "vanishes".

    Hi, I have a simple WiFi access point running 9.1-RELEASE (amd64). The WiFi interface is an USB dongle based on the RT3070 chipset. Everything works fine, except for one detail: the WiFi network seems to "vanish" when I boot the access point. But this only happens on the first boot (after I...
  10. A

    FreeBSD-SA-12:07.hostapd

    Link to the Advisory
  11. T

    hostapd and wired network?

    I'm using the following network with hostapd on the authenticator: Authentication server <---wired---> Authenticator(hostapd<----wired---> User (win XP with WinRadius) 1.100 -------- 1.200 , 0.13 ----- 0.12 and this is my configurations for hostapd: interface=eth1 driver=wired...
  12. cbrace

    hostapd.conf error

    Hi all, I have an Atheros card configured as WiFi access point on my FreeBSD box, which serves as an ADSL gateway. WiFi works fine without encryption. Now, I thought I would enable WPA-PSK, following the Handbook instructions: Done. However, when I start /etc/rc.d/hostapd, it says there is an...
  13. X

    hostapd problem

    Dear friends: If hostapd is enabled in /etc/rc.conf, when booting, system will say panic: page fault Why? If no hostapd is enabled, wireless AP will be useless. Thanks your help
  14. E

    hostapd wi0 configuration + errors

    Hello folks, I am trying to set up a wlan router for my flat with freebsd FreeBSD, but fail in firing up hostapd with wi. hostapd is started, but the status in ifconfig shows no carrier and I cannot find the network. cat /tmp/hostap.conf interface=wlan0 driver=bsd logger_syslog=-1...
  15. A

    hostapd.wpa_psk not working

    Hi, I have configured my FreeBSD machine to act as a wireless AP. All works well, but when I try to define two different passwords for wireless client authentication with "hostapd.wpa_psk", the authentication doesn't work. The main idea is to have one password for my own wlan devices and one...
  16. patpro

    macaddr_acl not taken into account in hostapd settings

    Hello, I run a WIFI AP on a FreeBSD box for years now, and I've recently switched from a 6.4 to a 8.1. Many things have changed, but I think I've handled the switch pretty well... until last night, when I've noticed that hostapd won't take my macaddr_acl=1 setting into account. Here are my...
  17. T

    hostapd & windows-clients

    Hi I'm trying to setup FreeBSD 8.2-RC2 FreeBSD 8.2-RC2 #0: Wed Jan 12 17:26:33 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 as a wireless access point for my computers. I have ath0, where i have configured wlan0 to access internet and wlan1 to act as an...
  18. F

    WLAN hostapd: Client disconnects

    Hello, I want to use my FreeBSD box as an WLAN access point. I bought a D-Link DWL-G122 (if_rum.ko) and configured hostapd. When i connect with wpa_supplicant it disconnects immediately after the connection is idle for about 1 second. It re-connects again if i do a ping request but it takes...
  19. idle

    hostapd problem.

    Hello. I'm trying to setup wireless AP using ral under FreeBSD7.2. Here is my configuration: [root@razumit ~]#cat /etc/hostapd.conf interface=ral0 driver=bsd logger_syslog=3 logger_syslog_level=3 logger_stdout=3 logger_stdout_level=3 debug=3 dump_file=/tmp/hostapd.dump...
  20. E

    Specifying Multiple config files for hostapd via rc.conf

    I can easily hack the /etc/rc.d/hostapd manually to add multiple config files... but this seems dirty to me! Is there a way to specify multiple config files via rc.conf? I have looked and looked..but to no avail. /etc/rc.d/hostapd looks pretty inflexible, as well. hm....
Back
Top