Hi Folks,
I have been experimenting with setting up my SL-6000 as an access point, since
I saw hostapd in the feed, and this is very interesting. I am plugging in a LinySys
WCF-12, which I am able to setup as wlan1 manually (using iwconfig and dhcpd)
to connect TO an access point. I am stuck though, when I try to use it with hostapd.
I get as far as:
# hostapd -d /etc/hostapd.conf
Configuration file: /etc/hostapd.conf
Opening raw packet socket for ifindex 6
Using interface wlan1 with hwaddr 00:06:25:24:8d:28 and ssid 'testap1'
Flushing old station entries
Deauthenticate all stations
Received 146 bytes management frame
RX frame - hexdump(len=146): 00 02 b3 05 26 55 aa aa 03 00 00 00 08 00 45 10 00 84 e1 ef 40 00 40 06 d4 59 c0 a8 01 66 c0 a8 01 64 00 16 c3 b2 c7 ca c8 74 58 c3 ab 5b 80 18 26 40 28 04 00 00 01 01 08 0a 00 00 fa f0 01 21 67 e7 1c 55 2b 71 91 04 43 ca 9b f8 17 6f 6e 50 f5 73 fc 3f 14 00 97 d5 7b 8c ad 65 72 76 99 29 b4 04 b5 de e8 e5 fe a9 4a ba b2 3d 34 5a 22 f2 02 d2 26 84 12 a1 87 26 7a 35 bb 23 55 6f be a9 91 73 9d fa 8c 51 96 e1 e5 ae 1c c5 9a fe 57 e4 dd 3c
MGMT
MGMT: BSSID=00:84:e1:ef:40:00 not our address
The hostapd process continues to run, but the light on the WCF-12 just blinks.
I'm new to hostapd and not sure if that MGMT message about the BSSID is
an error. I have experimented with many things, since I could not find much info
on the web, and I'm hoping that someone else in the forum has used hostapd
on pdaXrom, and can tell me what might be failing. I can't figure out where it
is getting that BSSID, nor where to specify one. Many thanks for any info!
EDIT: More info, from when I kill the hostapd daemon:
Signal 15 received - terminating
Flushing old station entries
Deauthenticate all stations
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
Could not disable PrivacyInvoked for interface wlan1
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Could not remove generic information element from interface wlan1
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
John