Update rc.wireless

This commit is contained in:
bergware
2025-04-15 17:28:25 +02:00
parent 64d978a50c
commit b722fc3610
+1
View File
@@ -36,6 +36,7 @@ trans(){
"SAE") echo "WPA3 Personal" ;;
"IEEE 802.1X") echo "WPA2 Enterprise" ;;
"IEEE 802.1X/SHA-256") echo "WPA3 Enterprise" ;;
*) echo "$1" ;;
esac
}