There is currently no support for WPA-Enterprise clients in VyOS, this PR introduces the following commands:
- set interfaces wireless wlan0 security bssid <bssid>
- set interfaces wireless wlan0 security wpa enterprise_username <username>
- set interfaces wireless wlan0 security wpa enterprise_passphrase <password>
This PR only includes support for PEAP-MSCHAPv2 in its current form.