a simple config manager for wpa_supplicant
Project description
NAME
wpa_config - a small config manager for wpa_supplicant
DESCRIPTION
wpa_config makes configuration of wpa_supplicant - the only sane way to use WLAN networks - a lot simpler. One of the only drawbacks of using bare wpa_supplicant when compared to unwieldy bloatware like NetworkManager, is the fact that mucking around in a single, large config file for all networks can be quite cumbersome.
With wpa_config, every network is its own file in a folder, as are the options for the wpa_supplicant. It simply merges all these files into a single file, which then becomes your wpa_supplicant.conf. It also provides utility functions for quickly generating new entries.
wpa_config does not manage the operation of wpa_supplicant. It’s a config manager, not a network manager. It might add a facility to restart wpa_supplicant using your init system in the future.
FILES
wpa_config uses three primary config files and a directory for network configurations. All of these are located in the CONFIG_ROOT directory, which by default is /etc/wpa_config.
wpa_config.conf
The configuration file for wpa_config itself. There are no settings so far, but there might be some in the future (for example, choice of init system to restart wpa_supplicant).
wpa_supplicant.conf.head
This file contains settings for wpa_supplicant, for example the ctrl_interface or the eapol_version.
wpa_supplicant.conf.tail
This file is appended to the generated config. It’s a great way to migrate your currently configured networks, no need to reconfigure them.
networks.d/
This directory contains the configurations for the single networks. Every file in it should be in the form “${SSID}.conf”.
COMMANDS
wpa_config has severeal subcommands which do all the work.
add
Create a new file in the network directory. Currently, this only works for WPA secured and open (unencrypted) networks. Specifying more options ( WEP, ad-hoc, etc) will be added later.
del
Delete a network in the network directory, if it exists.
show
Print the configuration of a network.
edit
Open an editor (specified by the EDITOR environment variable) to change the config of a network.
list
List all networks configured through wpa_config. Note that this does not list networks configured in wpa_supplicant.conf.tail.
make
Merge all config and network files into wpa_supplicant.conf, writing it to WPA_SUPPLICANT_CONFIG (usually /etc/wpa_supplicant/wpa_supplicant.conf).
migrate
Migrate your old wpa_supplicant.conf to wpa_config. This extracts all configured (and uncommented) networks from wpa_supplicant.conf, and creates single config files in the networks.d/ directory for them. This strips all comments, so be careful.
help
Show a help message. Same as specifying -h or –help.
SEE ALSO
wpa_supplicant(8)
wpa_supplicant.conf(8)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wpa_config-0.2.1.tar.gz
.
File metadata
- Download URL: wpa_config-0.2.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f974ae5c9eccbb22740a6f227691bc850c70bfcf7f837652dfa5387c4cde081 |
|
MD5 | d4014e2a0b449b6f9a7a52f311ba22cb |
|
BLAKE2b-256 | 595880fd2dfa770dc60aad08801ac0337255dfa2fc276ef91e7b7c18c4cc9f84 |