-
Notifications
You must be signed in to change notification settings - Fork 1
wifi
Daniel Hiepler edited this page Aug 26, 2023
·
16 revisions
/bootstrap-plugins/wifi - configure wifi
Name | Description | Default Value |
---|---|---|
RPI_WIFI_SSID | SSID of network | |
RPI_WIFI_PSK | network password | |
RPI_WIFI_COUNTRY | wifi country standard. optional. | DE |
RPI_WIFI_POWERSAVE | turn wifi powersave on/off on boot | false |
- /etc/wpa_supplicant/wpa_supplicant.conf
RPI_BOOTSTRAP_PLUGINS+=("wifi")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "wifi" ... )
to place at some position in the current list.
RPI_WIFI_SSID="name-of-the-network"
RPI_WIFI_PSK="very_secret_password"
TODO