> wi0 at pci0 dev 12 function 0 "National Datacomm Corp NCP130 Rev A2" rev > 0x01: irq 9 wi0: PRISM2 HWB3163 rev.B, Firmware 0.3.0 (primary), 1.7.1 > (station), address 00:80:c6:e3:72:2c
It's ancient but it should work. > ...my wireless configuration: No obvious problem there. > Meanwhile, running "tcpdump -n -i wi0" gives me absolutely zip on the > OpenBSD host system, and the dhcpd that's listening there is getting no > requests whatsoever. Tcpdump is not your friend here. I suspect the problem lies in a crucial file you did not tell us anything about, your hostname.wi0. Use this: inet 192.168.1.42 255.255.255.0 NONE nwid kirknet mediaopt hostap (also, don't use non-alphanumeric characters in your nwid) Restart the machine and if your clients still can't connect put the wireless interface into debug mode: ifconfig wi0 debug And send us the wi driver's debug output, your hostname.wi0, and a full dmesg in addition to wicontrol and ifconfig output.