ColinTaylor
Part of the Furniture
As the title says, this is something that has bugged me for a couple of years now. So I just thought I'd throw it out there and see if "it's just me".
As far as I can tell this problem doesn't effect US routers, so I'm particularly interested in responses from fellow EU owners.
The problem: If you have your 5GHz band operational and currently using one of the DFS channels (52 - 140) doing a Wireless Site Survey will fail to show any 5GHz results. Reconfiguring the 5GHz radio to use a non-DFS channel (36 - 48) and rerunning the Site Survey will now show nearby 5GHz access points (irrespective of the channel they are operating on).
The cause: When the 5GHz radio is configured for DFS the scan is rejected.
Side note: I wonder whether some of the problems reported by people trying to setup a "Media Bridge" might be because of the client's inability to scan the 5GHz band (assuming the client device was currently using a DFS channel).
Comments welcome.
As far as I can tell this problem doesn't effect US routers, so I'm particularly interested in responses from fellow EU owners.
The problem: If you have your 5GHz band operational and currently using one of the DFS channels (52 - 140) doing a Wireless Site Survey will fail to show any 5GHz results. Reconfiguring the 5GHz radio to use a non-DFS channel (36 - 48) and rerunning the Site Survey will now show nearby 5GHz access points (irrespective of the channel they are operating on).
The cause: When the 5GHz radio is configured for DFS the scan is rejected.
Code:
# wl -i eth2 country
DE (EU/13) GERMANY
# wl -i eth2 chanspec
100/80 (0xe06a)
# wl -i eth2 scan -t passive
wl: Scan Rejected
# wl -i eth2 scan -t active
wl: Scan Rejected
Code:
# wl -i eth2 chanspec
36/80 (0xe02a)
# wl -i eth2 scan -t passive
# wl -i eth2 scanresults | grep ^SSID
SSID: "TP-LINK_5DD3_5G"
SSID: "VM5692010"
# wl -i eth2 scan -t active
# wl -i eth2 scanresults | grep ^SSID
SSID: "TP-LINK_5DD3_5G"
SSID: "VM5692010"
Side note: I wonder whether some of the problems reported by people trying to setup a "Media Bridge" might be because of the client's inability to scan the 5GHz band (assuming the client device was currently using a DFS channel).
Comments welcome.