connection_valid


Description:

public bool connection_valid (Connection connection)

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.

Parameters:

this

an AccessPoint to validate connection against

connection

an Connection to validate against this

Returns:

true if the connection may be activated with this Wi-Fi AP, false if it cannot be.