From f9b577df6c56a55703b5e5ed852d18f5a4e702ae Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 3 Jul 2011 19:03:54 +0200 Subject: 8021x: fix a typo preventing WEP connection from working (FS#24896) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- src/8021x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/8021x b/src/8021x index 8896c3e..0a39e82 100644 --- a/src/8021x +++ b/src/8021x @@ -203,7 +203,7 @@ make_wpa_config() { case $SECURITY in wep|wep-old) echo "key_mgmt=NONE" - echo "wep_tx_idx=0" + echo "wep_tx_keyidx=0" if [[ ${KEY:0:2} == "s:" ]]; then # TODO: does wpa_supplicant handle this as expected? echo "wep_key0=\"${KEY:2}\"" else -- cgit v1.2.3-24-g4f1b