This project demonstrates an 802.1X / EAP supplicant that runs Nucleo-F429ZI evaluation board.

Instructions to run the demo:

- Open main.c and customize the user name, password (for EAP-MD5 method) or certificates (for EAP-TLS method)
- Compile the project and run a debug session
- Connect a terminal (115200 bauds, no parity, no flow control) to the virtual COM port of the ST-Link to output log messages
- Connnect the board to the 802.1X switch
- The authentication process will take place
- The board acquires an IPv4 address (using DHCP), a link-local IPv6 address and a global IPv6 address (using SLAAC)
- The IP addresses are available in the logs
- Check the logs in the console

