Coverage for /private/tmp/im/impacket/impacket/eap.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # Description: # EAP packets # # Author: # Aureliano Calvo
"""EAP expanded data according to RFC 3748, section 5.7"""
"""It represents a request or a response in EAP (codes 1 and 2)"""
|