EAPOLKeyType is an enumeration of key derivation types describing the purpose of the keys being derived.
| 116 | // EAPOLKeyType is an enumeration of key derivation types describing |
| 117 | // the purpose of the keys being derived. |
| 118 | type EAPOLKeyType uint8 |
| 119 | |
| 120 | // Enumeration of EAPOLKeyType |
| 121 | const ( |