WifiInfo class
Model to store Scanned WifiInfo
Constructors
- WifiInfo({String? authAlgorithm, String? bssNetworkType, bool? connectable, String? defaultCipherAlgorithm, String? flags, int? numberOfBssid, int? numberOfPhyTypesSupported, String? bssPhyType, String? profileName, int? rssi, String? ssid, String? bssid, bool? securityEnabled, int? channelNo, int? frequency, int? signalQuality})
- Returns a new Instance WifiInfo
Properties
- authAlgorithm → String?
-
final
- bssid → String?
-
BSSID of the Scanned Network
final
- bssNetworkType → String?
-
final
- bssPhyType → String?
-
physical type of the network
final
- channelNo → int?
-
Channel number of the network
final
- connectable → bool?
-
final
- defaultCipherAlgorithm → String?
-
final
- flags → String?
-
final
- frequency → int?
-
The value is in MHz.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- numberOfBssid → int?
-
numberOfBssid present int the Scanned Network
final
- numberOfPhyTypesSupported → int?
-
numberOfPhyTypes Supported by the Scanned Network
final
- profileName → String?
-
Profile name of the Scanned Network
final
- rssi → int?
-
RSSI value of the Scanned Network
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityEnabled → bool?
-
true if security is enabled
final
- signalQuality → int?
-
Ranges from 0 to 100
final
- ssid → String?
-
SSID of the Scanned Network
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