Communicating via the Wi-Fi Interface

The actual data exchange over the Wi-Fi interface falls outside the range of responsibilities of the wln. object. This is the task of the sock. object, which has a set of properties that define whether a particular socket will be listening on the Wi-Fi interface (sock.allowedinterfaces) or establishing an outgoing connection over the Wi-Fi interface (sock.targetinterface). In addition, see the sock.currentinterface read-only property.