summaryrefslogtreecommitdiffstats
path: root/src/8021x
diff options
context:
space:
mode:
Diffstat (limited to 'src/8021x')
-rw-r--r--src/8021x2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/8021x b/src/8021x
index b37b663..8896c3e 100644
--- a/src/8021x
+++ b/src/8021x
@@ -187,7 +187,7 @@ make_wpa_config() {
wep|wep-old|wpa|none|none-old)
echo "ssid=\"$ESSID\""
if [[ -n "$AP" ]]; then
- echo "bssid=$AP"
+ echo "bssid=${AP,,}"
fi
[[ -n "$ADHOC" ]] && echo "mode=1"
;;