WiFiNetworkInterfaceSettings Class
Namespace: GHIElectronics.TinyCLR.Devices.Network · Assembly: GHIElectronics.TinyCLR.Devices.Network
WiFi-specific interface settings.
public class WiFiNetworkInterfaceSettings : NetworkInterfaceSettings
Properties
Ssid
public string Ssid { get; set; }
Network SSID. In Station mode, the AP to join; in AccessPoint mode, the SSID to broadcast.
Password
public string Password { get; set; }
Pre-shared key for WPA/WPA2 / WEP.
Channel
public uint Channel { get; set; }
AP channel (1..13). AccessPoint mode only.
Mode
public WiFiMode Mode { get; set; }
WiFi role — Station or AccessPoint.
SecurityMode
public WiFiSecurityMode SecurityMode { get; set; }
Encryption protocol for the WiFi connection.
Events
AccessPointClientConnectionChanged
public event AccessPointClientConnectionChangedEventHandler AccessPointClientConnectionChanged
Raised when a station connects to this access point.