WiFiAccessPoint class

Describes information about a detected access point.

Properties

bssid String
The address of the access point.
final
capabilities String
Describes authentication and other schemes supported by the access point.
final
centerFrequency0 int?
Center frequency of the access point.
final
centerFrequency1 int?
Center frequency of the access point.
final
channelWidth WiFiChannelWidth?
Channel bandwidth of the access point.
final
frequency int
The primary 20MHz frequency of the channel over which the client is communicating with the AP.
final
hashCode int
The hash code for this object.
no setterinherited
is80211mcResponder bool?
Indicates if the access point can respond to IEEE 802.11mc (WiFi RTT) ranging requests.
final
isPasspoint bool?
Indicates if the access point is a Passpoint (Hotspot 2.0).
final
level int
The detected signal strength in dBm, also known as the RSSI.
final
operatorFriendlyName String?
Indicates Passpoint operator name published by access point.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid String
The network name.
final
standard WiFiStandards
WiFi standard supported by the access poit.
final
timestamp int?
Timestamp in microseconds (since boot) when this result was last seen.
final
venueName String?
Indicates venue name published by access point.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited