EAPOLKeyDescriptorVersion is an enumeration of versions specifying the encryption algorithm for the key data and the authentication for the message integrity code (MIC)
| 89 | // encryption algorithm for the key data and the authentication for the |
| 90 | // message integrity code (MIC) |
| 91 | type EAPOLKeyDescriptorVersion uint8 |
| 92 | |
| 93 | // Enumeration of EAPOLKeyDescriptorVersion |
| 94 | const ( |