mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-18 20:51:59 +04:00
c92ded2f6e
The supplicant config generator read eap_type and auth from UCI for internal logic but never wrote the corresponding eap= and phase2= directives to the wpa_supplicant config. Fix by: - Generating eap= and phase2= from eap_type/auth for PEAP/TTLS/FAST/TLS - Adding eap and phase2 to the network_append_vars output list Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>