How to Enable WPA and WPA2 Enterprise (Wireless) on Raspberry Pi

The following requires your Raspberry Pi to be connected to a monitor, mouse, keyboard and internet.

In order to enable WPA & WPA2 Enterprise on a Raspberry Pi, follow the instruction below:

  1. Open a terminal
  2. Type: sudo apt install network-manager network-manager-gnome
  3. Once the installation is finished, type: sudo raspi-config
  4. In the configuration window select: 6 Advanced Options
  5. Choose: AA Network Config
  6. There are two options here: 1 dhcpcd and 2 NetworkManager
  7. Select 2 NetworkManager
  8. OK the action.
  9. It may ask you to reboot the Pi. Ok that as well.
  10. Once the reboot is done, you should be able to see SSU-SECURE as an option.
  11. To configure it, follow the instructions on How to connect to ssu-secure wireless network in Ubuntu page.