Validates a given connection against a given Wi-Fi access point to ensure that the connection may be activated with that AP.
The connection must match the this's SSID, (if given) BSSID, and other attributes like security settings, channel, band, etc.
this |
an AccessPoint to validate |
connection |
an Connection to validate against this |
true if the connection may be activated with this Wi-Fi AP, false if it cannot be. |