question about wpa and ifconfig scan

2008-03-06 Thread sung.park
Hello, 

 

I have a FreeBSD server which provides access point and DHCP. 

 

I have a FreeBSD computer which is client of access point.  I’m using WPA
encryption for security of wireless connection. 

The client box has solid connection until I type 

 

Ifconfig ath0 scan

 

After scan all of access point it lose connection from access point.  Is
there any way to prohibit losing connection after scan?  

 

Thanks


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.21.6/1315 - Release Date: 3/6/2008
9:07 AM
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: question about wpa and ifconfig scan

2008-03-06 Thread Pietro Cerutti

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

sung.park wrote:
| Hello,

Hello,

| The client box has solid connection until I type
| Ifconfig ath0 scan
| After scan all of access point it lose connection from access point.  Is
| there any way to prohibit losing connection after scan?

I think this is the expected behavior unless your hw supports background
scanning (try ifconfig ath0 bgscan, if it gives SIOCS80211: Invalid
argument then it doesn't :-).

You can use
ifconfig ath0 list scan
to get the latest scan result without initiating a new scan.

Note that the 'scan' command given as non-root user is the same as the
list scan -- a normal user won't be able to cause the disconnection by
issuing a 'scan' command.

| Thanks

Hope this helps,


- --
Pietro Cerutti
[EMAIL PROTECTED]

PGP Public Key:
http://gahr.ch/pgp

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (FreeBSD)

iEYEAREKAAYFAkfQLQ8ACgkQwMJqmJVx945/KQCgiKhY1VKAw6KQ89mGpmZeGe8Q
bv8An1692foO275N62j5z3hzAnbc1EH8
=8AVg
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]