authentication timeouts with ath(4) in hostap mode

2008-05-02 Thread Petar Bogdanovic
Hi, I'm using an alix2c0 board with two winstron CM9 ath(4)-cards and FreeBSD 7: ifconfig ath0 (...) mediaopt hostap mode 11a channel 36 ssid sn.a -bgscan ifconfig ath1 (...) mediaopt hostap mode 11g channel 11 ssid sn.g -bgscan When I try to raise the traffic (i.e. dd | ssh A

Re: authentication timeouts with ath(4) in hostap mode

2008-05-03 Thread Petar Bogdanovic
On Fri, May 02, 2008 at 05:25:09PM -0700, Sam Leffler wrote: > Petar Bogdanovic wrote: >> Hi, >> >> I'm using an alix2c0 board with two winstron CM9 ath(4)-cards and >> FreeBSD 7: >> >> ifconfig ath0 (...) mediaopt hostap mode 11a channel 36

Re: authentication timeouts with ath(4) in hostap mode

2008-05-08 Thread Petar Bogdanovic
On Fri, May 02, 2008 at 05:25:09PM -0700, Sam Leffler wrote: > Petar Bogdanovic wrote: >> Hi, >> >> I'm using an alix2c0 board with two winstron CM9 ath(4)-cards and >> FreeBSD 7: >> >> ifconfig ath0 (...) mediaopt hostap mode 11a channel 36

Re: IP-forwarding (help)

2008-06-04 Thread Petar Bogdanovic
On Wed, Jun 04, 2008 at 11:06:01PM +0200, Arno J. Klaassen wrote: > > Hello, > > this is probably a FAQ and/or I'm to tired, but I'd be pleased > if anyone can tell me what I do wrong : > > I have a box with two interfaces, one connected to my lan > (172.16. ), one to a test-box (192.168.1.1) :

ath hostap: antenna diversity or not?

2008-06-26 Thread Petar Bogdanovic
Hi, in order to compare the performance between antenna-diversity on and off I did a quick test with the following sysctl settings: # antenna-diversity on dev.ath.0.diversity=1 # antenna-diversity off dev.ath.0.diversity=0 dev.ath.0.txantenna=1 dev

dhclient.c: script_go() vs. priv_script_go()

2008-07-01 Thread Petar Bogdanovic
Hi, it's probably because I don't understand the code but may I ask what script_go() is supposed to do? The only function in dhclient.c using execve() is priv_script_go() and this gets executed only once in main() with $reason = PREINIT. That's why I looked at the code in the first place: I can't