hwAddress property

String hwAddress

The hardware address (BSSID) of this access point.

Implementation

String get hwAddress =>
    _object.getStringProperty(_accessPointInterfaceName, 'HwAddress') ?? '';