Rubén I. Toncic wrote: > > What should I do to hide the SSID in master mode wthis Wpa2. > > In which part of hostapd.conf I configure this. > > I searched on google and not found something related to this. > > _______________________________________________ > Voyage-linux mailing list > [email protected] > http://list.voyage.hk/mailman/listinfo/voyage-linux > >
I suppose this is what you need to operate on: # Send empty SSID in beacons and ignore probe request frames that do not # specify full SSID, i.e., require stations to know SSID. # default: disabled (0) # 1 = send empty (length=0) SSID in beacon and ignore probe request for # broadcast SSID # 2 = clear SSID (ASCII 0), but keep the original length (this may be required # with some clients that do not support empty SSID) and ignore probe # requests for broadcast SSID ignore_broadcast_ssid=0 --- Regards -- View this message in context: http://voyage-linux.34677.n3.nabble.com/Disable-Broadcast-SSID-hostapd-tp970591p974759.html Sent from the Voyage Linux mailing list archive at Nabble.com. _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
