What's new

RT-AC88U Korean model requires WPA password complexity

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

adept1

New Around Here
Does anyone know of any way to remove the WPA complexity requirement. Apparently this is unique to the Korean version. My boss insists on not using a special char in his WPA password (don't kill the messenger please ;)).

Is there anything in the SSH commands or other way to address this? Simply flashing it with Merlin didn't change the behavior.

Thanks!
 
Try this:
Code:
nvram show | grep wl.*_psk | sort

Then:
Code:
nvram set wl0_wpa_psk="mypassword"
nvram set wl1_wpa_psk="mypassword"
nvram commit
service restart_wireless
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top