Android.Net.Wifi.WifiConfiguration.Bssid Property
When set, this network configuration entry should only be used when associating with the AP having the specified BSSID.

Syntax

[Android.Runtime.Register("BSSID")]
public string Bssid { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

When set, this network configuration entry should only be used when associating with the AP having the specified BSSID. The value is a string in the format of an Ethernet MAC address, e.g., XX:XX:XX:XX:XX:XX where each X is a hex digit.

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1