|
NAMEwifimgr —
WiFi Networks Manager
SYNOPSIS
DESCRIPTIONwifimgr is a GUI-based tool to manage WiFi network
configuration.
Networks in the configuration file, together with new networks found by a scan of the WiFi interface are displayed to the user. The user may change the sort ordering of the networks between SSID (default), signal strength and channel, and may choose to hide (default) or show networks that have been previously saved but are now out of range. The user may enable/disable networks as needed, enter either passwords or EAP configuration together with a short comment, and set a connection priority. To make use of so-called ``cloaked'' networks which do not broadcast their SSID and which are therefore not found by the interface scan, the user can also manually add new networks to the list using the "Add" button. When the "Save" button is clicked, the enabled networks are written back out to the wpa_supplicant.conf(5) file and the network interface is restarted.
The priority field can be used to indicate which network or access points should be preferred over others. Higher values mean higher priority. A special priority value of -1 allows a network to be kept in the networks file, but it will be ignored when scanning for networks to connect to. Since this is not a standard feature of wpa_supplicant(8), this is accomplished by prepending a ``*'' to the SSID when it is saved in the file. This is useful to avoid having to re-enter passwords and comments if a network might be needed again later. Since The
wpa_supplicant.conf(5)
may be edited by hand in-between uses of
CONFIGURATIONA network interface must be configured for WiFi use in/etc/rc.conf . This is best done using a configuration
entry such as:
ifconfig_wlan0="WPA DHCP" WIFI SECURITYWiFi networks can operate with several security methods.Security can be off. This is known as an open, plaintext or insecure network. All packets broadcast over the network can be intercepted by others and their contents examined. Networks in public places such as airports and hotels are often open networks. Such networks can still be used securely, but it is up to each application to provide its own security and it is up to the user to confirm, before each network use, that application security is in use. ssh, https and PGP email are examples of applications offering security themselves. Early WiFi security was done using WEP, Wired Equivalent Privacy. WEP uses a shared password to encrypt all data transmissions. Unfortunately, the encryption technique used by WEP was easily cracked and software to do this is widely available. A replacement to WEP known as WPA, or WiFi Protected Access, has become more widely used today. However, due to the urgency with which it was needed, some vendors implemented it before the standards were completely approved. This has led to there being several variants of WPA. Early implementations are known as WPA networks. Once the standard was approved, it was renamed to RSN, or Robust Secure Network also often referred to as WPA2. Both WPA and RSN offer several security models. Home users and small businesses might use a shared access key, known as a pre-shared key (PSK). Depending on the access point's capabilities, there can be a single PSK for all users or a separate PSK for each user. Larger enterprises might use more complex key management schemes by means of RSN/WPA's extensible authentication protocol (EAP). EAP typically requires large keys and certificates stored in files. All WiFi security was developed by the IEEE 802.11 Working Group. WEP was the original IEEE 802.11 standard. WPA was the later IEEE 802.11i draft 3 standard. RSN is the finalized IEEE 802.11i standard. The security being used on a network is set in the access point
configuration. GUI SUPPORTwifimgr was originally written for users of the XFce4
window manager but it will work in any environment with the GTK+ libraries
installed.
ENVIRONMENT
FILES
SEE ALSOrc.conf(5), wpa_supplicant(8), wpa_supplicant.conf(5).HISTORYThewifimgr tool first appeared in
FreeBSD 8.0.
AUTHORJ.R. Oldroyd, Open Advisors Limited ⟨fbsd@opal.com⟩.
Visit the GSP FreeBSD Man Page Interface. |