rpp0/scapy-fakeap

Unknown error at monitor interface: NameError

Closed this issue · 0 comments

Had these lines :

Unknown error at monitor interface: NameError("global name 'EAP' is not defined",)
Unknown error at monitor interface: NameError("global name 'EAPOL' is not defined",)

Fixed them by adding this line in callbacks.py
from scapy.layers.eap import EAPOL, EAP