User Defined overrides for settings 2.5g and 5g to same password and how to set channel to 40 mhz?

SSID1=${SSID1=2.4G_Name}
WPAPSK1=${SSID1_PASS=2.4G_password}

RTDEV_SSID2=${SSID2=5G_Name}
WPAPSK2=${SSID2_PASS=2.4G_password}

I would like the 5G to have same password as 2.4 and set channel to 40mhz instead
of 20/40 mhz.

And have the Encryption set to WPA2. Can this all be done with user defined values?

The device is cambium r195w

Yes First part can be achieved .
For 5 Ghz use , “RTDEV_WPAPSK1”. Below configuration , I created .
For 2nd part ,In device UI also we support only 20Mhz and 20/40Mhz for 5Ghz , “RTDEV_HT_BW 0 is for 20 and 1 is for 20/40.”
SSID1=${SSID1=2.4G_Name}
WPAPSK1=${SSID_PASSWORD1=default}
RTDEV_SSID1=${5G_SSSID1=5G_Name}
RTDEV_WPAPSK1=${5G_SSID_PASSWORD1=default}


3 Likes

Thank you for your response!

You are welcome :slight_smile: