Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| engineering:computer_science:raspberrypi:raspberrypi_wlan_headless_configuration_conf_file [2024/08/16 13:56] – removed - external edit (Unknown date) 127.0.0.1 | engineering:computer_science:raspberrypi:raspberrypi_wlan_headless_configuration_conf_file [2024/08/16 13:56] (current) – ↷ Page moved from refractor_computer_science:raspberrypi:raspberrypi_wlan_headless_configuration_conf_file to engineering:computer_science:raspberrypi:raspberrypi_wlan_headless_configuration_conf_file carlossousa | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== RaspberryPi - Connect to WLAN via conf file / Headless Configuration ====== | ||
| + | |||
| + | Just deploy a file called " | ||
| + | <code bash> | ||
| + | ctrl_interface=DIR=/ | ||
| + | update_config=1 | ||
| + | country=DE | ||
| + | |||
| + | network={ | ||
| + | ssid=" | ||
| + | psk=" | ||
| + | key_mgmt=WPA-PSK | ||
| + | } | ||
| + | |||
| + | </ | ||