summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/8021x2
1 files changed, 1 insertions, 1 deletions
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