Skip to content

Instantly share code, notes, and snippets.

@WasserEsser
Created June 29, 2018 05:21
Show Gist options
  • Save WasserEsser/5215f8892b7056d7000b5053c3561fd5 to your computer and use it in GitHub Desktop.
Save WasserEsser/5215f8892b7056d7000b5053c3561fd5 to your computer and use it in GitHub Desktop.
foreach (var networkInterface in NetworkInterface.GetAllNetworkInterfaces())
{
if (networkInterface.Name.Equals("wlan0"))
{
Identifier = networkInterface.GetPhysicalAddress().ToString();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment