I still do not understand the rational of why reducing the power output of the router, disabling SSID, or enabling MAC filtering will secure a WiFi network.
The network is a cluster of radio transceivers. If you reduce the routers power output, the network cards in the computers will continue broadcasting at full power. Furthermore, they will continue broadcasting their SSID address, and MAC address in the clear, as per
802.11x specifications. There is nothing risky or wrong with this, it is simply the way the network hardware devices communicate with each other.
When we talk about security or securing a WiFi network, we are actually talking about securing the data stream which follows this hardware handshaking. The data contains our credit card numbers, bank statements, email ... things which we would rather not share with our neighbors. Once again, the *only* way to secure this transmitted data is to encrypt it.
What amazes me is how trivial it is to encrypt this data, yet this encryption seems to be the last thing people think about.