diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-03 07:41:08 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-03 07:41:08 (EDT) |
commit | 7ac3dea5b07b767c02bff1e63aa94f34dc57efca (patch) | |
tree | 438a511d7fe291d90c5b66b46fa449cbcf6e453e /wpa-supplicant.pkg/control | |
parent | c3ff4412392a8a5b8f665fee6275f403cebc9f6a (diff) |
Add binary package
Diffstat (limited to 'wpa-supplicant.pkg/control')
-rw-r--r-- | wpa-supplicant.pkg/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wpa-supplicant.pkg/control b/wpa-supplicant.pkg/control new file mode 100644 index 0000000..9a04265 --- /dev/null +++ b/wpa-supplicant.pkg/control @@ -0,0 +1,13 @@ +Architecture: any-linux-any +Platform: all +Depends: + libncurses.5, + libnl-3.200, + libreadline.6, + libtommath.0, +Description: WPA/WPA2/IEEE 802.1X Supplicant + wpa_supplicant is a WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i, + a.k.a. "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. |