Page MenuHomeVyOS Platform

Add support for WPA-Enterprise client-mode
Closed, ResolvedPublic

Description

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.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)