Home
last modified time | relevance | path

Searched refs:EAP_PACKET (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/layers/
Deap.py73 EAP_PACKET = 0 variable in EAPOL
88 if ((self.type == self.EAP_PACKET) and
89 (other.type == self.EAP_PACKET)):