Skip to content

wpa supplicant

Mihir Lad edited this page Jun 1, 2020 · 2 revisions

The Feature

This feature installs wpa_supplicant and dhcpcd along with existing user configuration for a network card. It also enables systemd services to start both wpa_supplicant and dhcpcd on boot and connect to a network found in the configuration file. Additionally, it adds a wpa-cli-notify script and systemd service notifies the logged in user when a connection is established or lost.

Configuration

The network.conf file can be edited to include a wpa_supplicant formatted configuration to be installed. For example,

network={
    ssid="Example WiFi"
    psk="Example Password"
}

network.conf.sample

Online Resources

Clone this wiki locally