---
title: wifiAware
framework: network
role: symbol
role_heading: Instance Property
path: network/networkconnection/wifiaware
---

# wifiAware

Get the current connection information for Wi-Fi Aware if the connection is over Wi-Fi Aware, nil if it’s not over Wi-Fi Aware.

## Declaration

```swift
final var wifiAware: WAConnection<ApplicationProtocol>? { get }
```
