Chat freely about anything...

User avatar
By eriksl
#72909 Where are these "Security Guidelines" from?

It's has been well-known for twenty years that hiding your SSID does not give any advantage in security at all.

That why I said, I don't know why you'd want it.
User avatar
By dhouston
#72915
eriksl wrote:Where are these "Security Guidelines" from?

It's has been well-known for twenty years that hiding your SSID does not give any advantage in security at all.

That why I said, I don't know why you'd want it.


A web search using "home router security" will show many sites that still
recommend it.

How does the bridge handle RI?
Is it possible to configure the serial signals for 'active high'?
User avatar
By eriksl
#72920
A web search using "home router security" will show many sites that still recommend it.

Then they're giving wrong information. The SSID is just a string that's sent alongside the beacon every ~100 ms. The beacons are still sent (because without it, wifi won't work), they just don't have a name. Everything else is still inside, like your router's mac address (which is necessary for association).

How does the bridge handle RI?

I don't believe the UART's RI input is connected to an external pin via any mux path? You could use and read some GPIO for it though?

Is it possible to configure the serial signals for 'active high'?

I seem to remember having seen that option on AVR microcontrollers, but not on the ESP8266.