---
title: kNEHotspotHelperOptionDisplayName
framework: networkextension
role: symbol
role_heading: Global Variable
path: networkextension/knehotspothelperoptiondisplayname
---

# kNEHotspotHelperOptionDisplayName

The string displayed in Wi-Fi Settings for a network handled by the application.

## Declaration

```swift
let kNEHotspotHelperOptionDisplayName: String
```

## Discussion

Discussion This key specifies the display name for the application, if an alternate name is desired. If this property is not specified, the application’s name is used. This name appears in Settings -> Wi-Fi underneath the Wi-Fi network name if the helper indicated that it was able to handle the network.

## See Also

### Registering a hotspot helper

- [register(options:queue:handler:)](networkextension/nehotspothelper/register(options:queue:handler:).md)
- [NEHotspotHelperHandler](networkextension/nehotspothelperhandler.md)
