< Home - < Back

wpa_supplicant


Information about the package, wpa_supplicant, which is shipped with common Linux distributions. The wpa_supplicant package is designed for, WPA/WPA2/IEEE 802.1X Supplicant.


Package Name:

wpa_supplicant

Summary:

WPA/WPA2/IEEE 802.1X Supplicant

Description:

wpa_supplicant is a WPA Supplicant for Linux, BSD and Windows with support for WPA and WPA2 (IEEE 802.11i / RSN). Supplicant is the IEEE 802.1X/WPA component that is used in the client stations. It implements key negotiation with a WPA Authenticator and it controls the roaming and IEEE 802.11 authentication/association of the wlan driver.

Architecture:

x86_64

Version:

0.7.3

Release:

9.el6_9.2

Size:

368 k

Repository:

updates

From Repository:

Licence:

BSD



Handy Yum Commands for wpa_supplicant


Control the wpa_supplicant package with the following handy commands outlined below.


Command

Description of Command

yum install wpa_supplicant

This command will install wpa_supplicant on the server.

yum remove wpa_supplicant

This command will un-install wpa_supplicant on the server. When you run this command, you will be asked if you are sure that you want to remove wpa_supplicant, so you have to manually confirm that you want to do this.

yum -y remove wpa_supplicant

This command will un-install wpa_supplicant on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove wpa_supplicant when using the -y flag.

yum update wpa_supplicant

This command will update wpa_supplicant to the latest version. When you run this command, you will be asked if you are sure that you want to remove wpa_supplicant, so you have to manually confirm that you want to do this.

yum -y update wpa_supplicant

This command will update wpa_supplicant to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove wpa_supplicant when using the -y flag.

yum info wpa_supplicant

This command will show you core information about the wpa_supplicant package.

yum deplist wpa_supplicant

This command will show you the dependencies for wpa_supplicant. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update wpa_supplicant

This command will check if there is an update waiting on wpa_supplicant. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.