Hidden SSID on bridge/repeater

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Post Reply
Gary.M
Posts: 29
Joined: Sun May 15, 2011 4:13 am
Location: New Zealand

Hidden SSID on bridge/repeater

Post by Gary.M »

I wonder if it is possible to set a hidden ssid on a bridge/repeater configured Gargoyle installation. There is no gui switch for this. Can it be done via the terminal in a config file perhaps?

balange
Posts: 8
Joined: Wed May 18, 2011 12:04 pm

Re: Hidden SSID on bridge/repeater

Post by balange »


Gary.M
Posts: 29
Joined: Sun May 15, 2011 4:13 am
Location: New Zealand

Re: Hidden SSID on bridge/repeater

Post by Gary.M »

Thanks, but it didn't seem to work. The relevant section of /etc/config/wireless now reads...

config 'wifi-iface' 'cfg3'
option 'device' 'radio0'
option 'network' 'lan'
option 'mode' 'ap'
option 'ssid' 'gravity'
option 'hidden' '1'
option 'encryption' 'none'

Adding in the line: option 'hidden' '1' made no difference.

Of note perhaps this file didn't have any inclusion of the 'hidden' option as it was. I had to add the entire line.

Post Reply