---
title: "init(ssid:rssi:security:band:)"
framework: mattersupport
role: symbol
role_heading: Initializer
path: "mattersupport/matteradddeviceextensionrequesthandler/wifiscanresult/init(ssid:rssi:security:band:)"
---

# init(ssid:rssi:security:band:)

Creates a new instance of the request handler.

## Declaration

```swift
init(ssid: Data, rssi: Int8, security: MTRNetworkCommissioningWiFiSecurity, band: MTRNetworkCommissioningWiFiBand)
```

## Parameters

- `ssid`: The SSID of the Wi-Fi network.
- `rssi`: The device-observed RSSI of the network.
- `security`: The security method used to secure the Wi-Fi network.
- `band`: The band for the Wi-Fi network.
