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.
Password per wifi network?
Moderator: Moderators
Re: Password per wifi network?
Guest Network?


Re: Password per wifi network?
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
Gargoyle unlike OpenWRT does not promise all options. Gargoyle is designed to be easy to use
Re: Password per wifi network?
Reasons it has not been done:
viewtopic.php?f=13&t=5043#p23325
viewtopic.php?f=13&t=5043#p23325
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Password per wifi network?
All answers were really useful and quick. Thank you!
Re: Password per wifi network?
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:
Use this for the 5GHz network:
Then issue the following commands:
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.
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'
Code: Select all
uci commit wireless
wifi
TP-Link Archer C7 v2 - Gargoyle 1.12.X
TP-Link WR842ND v2 - Gargoyle 1.10.X
TP-Link RE450 AC v2 - Stock FW 1.0.4
TP-Link WA850RE v1.2 - LEDE 17.01.1
TP-Link WR842ND v2 - Gargoyle 1.10.X
TP-Link RE450 AC v2 - Stock FW 1.0.4
TP-Link WA850RE v1.2 - LEDE 17.01.1