Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ internal WirelessAPStation(byte[] mac, sbyte rssi, PhyProtocols phyp)
}

/// <summary>
/// Returns the MAc address of the connected Client.
/// Returns the MAC address of the connected Client.
/// </summary>
public byte[] MacAddres { get => _macAddress; }
public byte[] MacAddress { get => _macAddress; }

/// <summary>
/// Returns the Received signal strength indication(RSSI) of connected Client.
Expand Down