Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Aug 2005 21:34:33 -0400
From:      "Alexandre \"Sunny\" Kovalenko" <Alex.Kovalenko@verizon.net>
To:        current@freebsd.org
Subject:   wpa_supplicant.conf and WEP key indicies -- off by 1?
Message-ID:  <1123032873.1181.13.camel@RabbitsDen>

next in thread | raw e-mail | index | archive | help
Good people,

on my system (7.0-CURRENT as of 7/24 18:82 EST) following entry
in /etc/wpa_supplicant.conf would cause wepkey 1 set and deftxkey set to
1.

network={
  ssid="MYSSID"
  scan_ssid=1
  priority=5
  key_mgmt=NONE
  wep_key0=11111111111111111111111111
  wep_tx_keyidx=0
}

consequently

network={
  ssid="MYSSID"
  scan_ssid=1
  priority=5
  key_mgmt=NONE
  wep_key1=11111111111111111111111111
  wep_tx_keyidx=1
}

would cause wepkey 2 to be populated and deftxkey set to 2.

I do not know whether this is by design or mistake, but I figured
posting it here just might save someone some frustration.

-- 
Alexandre "Sunny" Kovalenko (Олександр Коваленко)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1123032873.1181.13.camel>