| Re: [LA-discussions] WIFI sous FreeBSD 7.0 Release |
[ Thread Index | Date Index | More linuxarverne.org/discussions Archives ]
On Sat, Nov 13, 2010 at 12:05:24PM +0100, PERIN Daniel Jean wrote:
> PS: j'ai bien jeté un oeil sur wpa_supplicant, mais il va falloir que
> j'approfondisse.
J'utilise ça (avec une carte Wi-Fi intel qui utilise le driver wpi):
rc.conf:
| ifconfig_wlan0="WPA DHCP"
| wlans_wpi0="wlan0"
| wpa_supplicant_enable="YES"
wpa_supplicant.conf:
| ctrl_interface=/var/run/wpa_supplicant
| ctrl_interface_group=wheel
|
| network={
| ssid="plouf"
| key_mgmt=NONE
| }
|
| network={
| ssid="tralala"
| key_mgmt=NONE
| wep_key0=0000000000
| scan_ssid=1
| wep_tx_keyidx=0
| }
Il y a pas de 0x devant la clé, il doit falloir mettre des guillemet si
c'est une chaîne... Jamais essayé.
--
Romain Tartière <romain@xxxxxxxxxxxx> http://romain.blogreen.org/
pgp: 8234 9A78 E7C0 B807 0B59 80FF BA4D 1D95 5112 336F (ID: 0x5112336F)
(plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated)
Attachment:
pgpdap4A5GBSw.pgp
Description: PGP signature
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |