eap-0.9.0.2: Extensible Authentication Protocol (EAP)
Copyright(c) Erick Gonzalez 2017
LicenseBSD3
Maintainer[email protected]
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.EAP.Encoding

Description

This module provides Binary instances for the EAP Packet type and the embedded messages it encapsulates. So you decode a (lazy) bytestring and get an EAP Packet back or you can encode an EAP packet to ByteString you can send on the wire as is. Simple as that.

Orphan instances