EAPOLKeyDescriptorType is an enumeration of key descriptor types as specified by 802.1x in the EAPOL-Key frame
| 64 | // EAPOLKeyDescriptorType is an enumeration of key descriptor types |
| 65 | // as specified by 802.1x in the EAPOL-Key frame |
| 66 | type EAPOLKeyDescriptorType uint8 |
| 67 | |
| 68 | // Enumeration of EAPOLKeyDescriptorType |
| 69 | const ( |