X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/225812219e043068663d61b472d57714fa541a0c..ddc9278d09957a5c6cb27ad0ca696f096476e38a:/package/hostapd/files/wpa_supplicant.sh?ds=inline diff --git a/package/hostapd/files/wpa_supplicant.sh b/package/hostapd/files/wpa_supplicant.sh index 515fa6c0d..6112517f3 100644 --- a/package/hostapd/files/wpa_supplicant.sh +++ b/package/hostapd/files/wpa_supplicant.sh @@ -77,8 +77,10 @@ wpa_supplicant_setup_vif() { tls) pairwise='pairwise=CCMP' group='group=CCMP' + config_get identity "$vif" identity config_get priv_key "$vif" priv_key config_get priv_key_pwd "$vif" priv_key_pwd + identity="identity=\"$identity\"" priv_key="private_key=\"$priv_key\"" priv_key_pwd="private_key_passwd=\"$priv_key_pwd\"" ;;