Joined: Fri Jan 30, 2009 7:25 pm Posts: 3
|
|
Hi. I'm currently using linux 2.6.28.2 patched to support master mode and today's git versions of libnl and hostapd.
When i try to make another device find/connect to my ssid, I see following activity on hostapd but the other device gets no answer.
unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) STA 00:1f:32:75:a4:d4 sent probe request for broadcast SSID MGMT (TX callback) ACK mgmt::proberesp cb
unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) STA 00:1f:32:75:a4:d4 sent probe request for our SSID MGMT (TX callback) ACK mgmt::proberesp cb
I tried this using both a nintendo wii and a laptop running windows xp. I don't really have access to anything else.
lspci line: 05:00.0 Network controller: RaLink RT2561/RT61 802.11g PCI using the rt61pci driver.
I'm using the following hostapd.conf:
interface=wlan0 driver=nl80211
ctrl_interface=/var/run/hostapd ctrl_interface_group=0
ssid=test hw_mode=g channel=0 beacon_int=100 dtim_period=2 max_num_sta=255 rts_threshold=2347 fragm_threshold=2346 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0
|
|