Wi-Fi Band Configuration Support for Zebra Devices ?

Solved
MK
Martin K.
Dataphone GmbH

Hello,

as this should be possible since Android Enterprise Agent 15.1.2, how to set it ? Even in MC 15.5 I cannot find a setting for it, nor in the help for a new script command or sendinfo parameter.

I know I could do this with Zebra MX, XML File or OEMconfig, and have already done this in the past.

Martin

3 years ago
Android
ANSWERS
N
NTMOD@SOTI
3 years ago

Hi Martin,

Thank you for posting on SOTI Central and thank you Matt Dermody for your response.

Please try the scripts below and advise the result. 

Note

This script is for Panasonic (FZ-A3) & Zebra devices.

 

set_wifi_frequency_band 0


or


set_wifi_frequency_band 1


or


set_wifi_frequency_band 2


 
Where 0 stands for all frequency band (i.e. both 2.4 GHz or 5 GHz)
1 stands for 5 GHz Frequency Wi-Fi band
2 stands for 2.4 GHz Frequency Wi-Fi band

Kind Regards,

Solution
MK
Martin K.
3 years ago

Thank you, the scripts are working, even on a Zebra TC21 without a MDNA license, so with just restricted MX framework.

MD
Matt Dermody Diamond Contributor
3 years ago

I assume that this is what you're referring to? If so, I'm honestly not sure how this is implemented. I already have pre-built MX XML based packages for switching between 2.4 Ghz, 5Ghz, and auto so I haven't really pursued this apparent new route that much given that I already have an existing solution. I havent found anything exposed natively via Feature Control or the WiFi configuration payloads so it may just be a script that needs to be sent? If its just a script I don't really see what the point is as that would still have to be packaged up, similar to how we deliver the MX XML already today.