---
title: CWCipherKeyFlags
framework: corewlan
role: symbol
role_heading: Structure
path: corewlan/cwcipherkeyflags
---

# CWCipherKeyFlags

Cipher key flags.

## Declaration

```swift
struct CWCipherKeyFlags
```

## Overview

Overview Use these flags with setWEPKey(_:flags:index:).

## Topics

### Constants

- [unicast](corewlan/cwcipherkeyflags/unicast.md)
- [multicast](corewlan/cwcipherkeyflags/multicast.md)
- [tx](corewlan/cwcipherkeyflags/tx.md)
- [rx](corewlan/cwcipherkeyflags/rx.md)

### Initializers

- [init(rawValue:)](corewlan/cwcipherkeyflags/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
