Hi Randall,
We have a couple knowledge base articles related to working with barcode
readers and handheld scanners. I have a feeling your scanners might only
support 802.11b/g too, if they don't have WPA2. I'm glad they work on your
previous version, and that you have a backup configuration on that release
when you rolled back.
If you have a dedicated WLAN for scanners is helpful, so you can apply
changes just to that WLAN, but it might take some testing after upgrading to
9.8 again (weekend?) to test Let me give you these.
KBA-3278: How to enable TKIP on ZD 9.8+
https://support.ruckuswireless.com/answers/000003278This may be the article you were referred to before, providing CLI commands after the suggestions I offered. It does require an SSH login to your ZD to run the CLI command under config mode, and will override WebUI settings in the future, but will setup WPA1/TKIP, that should be compatible with your age scanner product.
I want to add the WLAN config command "no ofdm-only" to insure 802.11b only
clients should be able to connect. I tested the command syntax on my ZD.
ruckus# config
You have all rights in this mode.
ruckus(config)# wlan ScannerSSID
The WLAN service 'ScannerSSID' has been loaded. To save the WLAN service, type 'end' or 'exit'.
ruckus(config-wlan)# no ofdm-only
The mgmt-tx-rate will be set to the same value as bss-minrate due to ofdm-only change.
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-wlan)#
ruckus(config-wlan)# open wpa passphrase 1234567890 algorithm TKIP
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-wlan)#
ruckus(config-wlan)# exit
The WLAN service 'ScannerSSID' has been updated and saved.
Your changes have been saved.
ruckus(config)# exit
Your changes have been saved.
ruckus#
KBA-1765: Barcode readers and Handheld scanner issue
https://support.ruckuswireless.com/answers/000001765
Has a .pdf with advice on alternative test with an Open Auth test (would require changing a scanner) if the WPA/TKIP only configuration didn't work.
If a scanner can connect to Open Auth, can it connect if you hide the SSID?
Yes or no, if you need to use Open for the scanners, you can apply an L2
MAC filter ACL, to only allow scanner connections, as a possible alternative?
Forum community members may have some inputs too, otherwise I hope
this is helpful.
(if the last article doesn't appear yet, I just did an edit, so it might be a few min)