-
- {% if config_hash['wpa_enabled'] == '1': %}
-
- Config. Mode WPA: ENABLED -
- Key: {{ config_hash['wpa_key'] }} - {% endif %} - - {% if config_hash['wpa_enabled'] == '0': %} -
- Config. Mode WPA: DISABLED - {% endif %} -
Wifi connection configured for:
- {{ ssid }} -Your device will now reboot and should be connected to your access point soon.
-WPA in Confirguration Mode set to:
- WPA Enabled: - {% if wpa_enabled == '1': %} - Yes - - - WPA Key: {{wpa_key}} -Your device will now reboot. You can connect to it using the WPA Key above for further configuration.
- {% else: %} - No -Your device will now reboot. A WPA Key will NOT be required for further configuration.
- {% endif %} -