Page 1 of 1

Password per wifi network?

Posted: Thu Oct 19, 2017 9:08 pm
by web_knows
Hello,

I can't figure out how to configure a password for my network 2.4GHz and a different password for the 5GHz network, it shows me only one field for password.

I'm using Gargoyle 1.9.2 on a TP-Link TL-WRD4300.

https://www.dropbox.com/s/s6anwtmdbjllgwy/Untitled.png

Thanks,
- Rivanor.

Re: Password per wifi network?

Posted: Thu Oct 19, 2017 9:25 pm
by ispyisail
Guest Network?

Image

Re: Password per wifi network?

Posted: Thu Oct 19, 2017 9:27 pm
by ispyisail
Image

Re: Password per wifi network?

Posted: Thu Oct 19, 2017 9:29 pm
by ispyisail
No doubt more options will be available via command line if you want to go there.

Gargoyle unlike OpenWRT does not promise all options. Gargoyle is designed to be easy to use

Re: Password per wifi network?

Posted: Thu Oct 19, 2017 10:15 pm
by Lantis
Reasons it has not been done:
viewtopic.php?f=13&t=5043#p23325

Re: Password per wifi network?

Posted: Thu Oct 19, 2017 10:20 pm
by web_knows
All answers were really useful and quick. Thank you!

Re: Password per wifi network?

Posted: Thu Oct 19, 2017 10:53 pm
by d3fz
I use different passwords for each network, but that's not possible through the GUI, only via command line.

Use this for the 2.4GHz network:

Code: Select all

uci set wireless.ap_g.key='wpa2key_2.4GHz'

Use this for the 5GHz network:

Code: Select all

uci set wireless.ap_a.key='wpa2key_5GHz'
Then issue the following commands:

Code: Select all

uci commit wireless 
wifi
Note that whenever you make any changes to the wireless settings via GUI, the above settings will be overwritten and you'll need to repeat the process.