Hello,
The big "C" is offering a feature called "rssi-check" (called "RSSI Low Check threshold" in the GUI:
http://www.cisco.com/c/en/us/td/docs/wireless/controller/7-5/command/reference/cr75/cr75_chapter_010...) on its controllers. This per-radio settings rejects client association if the RSSI of the association request is lower than configured threshold.
They also have a similar parameter (band-select client-rssi:
http://www.cisco.com/c/en/us/td/docs/wireless/controller/7-5/command/reference/cr75/cr75_chapter_010...) that is used to control if band-steering shall be applied, based on the RSSI of the 5GHz association request.
Is there any plan to integrate that in the IdentiFi code baseline? This could help in highly dense areas, to eliminate sticky clients and would be particularly useful when you roll 802.11u as this will easily prevent clients to roam to a poor Wi-Fi connection.
The concept could also be improved the "E"-way by :
- making the parameters per-SSID (and not per radio) ;
- also manage client disassociation based on RSSI of later received frames.
Does that sound a good idea to you?