<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEHotspotHelperCommandType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:@E@NEHotspotHelperCommandType"
  },
  "title" : "NEHotspotHelperCommandType"
}
-->

# NEHotspotHelperCommandType

An enumeration of hotspot command types.

```
enum NEHotspotHelperCommandType
```

## Topics

### Command Types

[`kNEHotspotHelperCommandTypeNone`](/documentation/NetworkExtension/NEHotspotHelperCommandType/none)

Placeholder for the null command.

[`kNEHotspotHelperCommandTypeFilterScanList`](/documentation/NetworkExtension/NEHotspotHelperCommandType/filterScanList)

Filter the Wi-Fi scan list.

[`kNEHotspotHelperCommandTypeEvaluate`](/documentation/NetworkExtension/NEHotspotHelperCommandType/evaluate)

Evaluate the network.

[`kNEHotspotHelperCommandTypeAuthenticate`](/documentation/NetworkExtension/NEHotspotHelperCommandType/authenticate)

Authenticate to the network.

[`kNEHotspotHelperCommandTypePresentUI`](/documentation/NetworkExtension/NEHotspotHelperCommandType/presentUI)

Present user interface.

[`kNEHotspotHelperCommandTypeMaintain`](/documentation/NetworkExtension/NEHotspotHelperCommandType/maintain)

Maintain the connection to the network.

[`kNEHotspotHelperCommandTypeLogoff`](/documentation/NetworkExtension/NEHotspotHelperCommandType/logoff)

Logoff the network.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)