diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-06 17:20:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-23 20:44:01 +0100 |
commit | 4c9d0ec3ac7b88af225118b60f5aa01e6f3d29f1 (patch) | |
tree | e8ef979263a9e78153fedb1aaf5654db9b116704 /debian | |
parent | b1cc15ab68925fb333f1e75862faefa365ac18d1 (diff) | |
download | vyos-1x-4c9d0ec3ac7b88af225118b60f5aa01e6f3d29f1.tar.gz vyos-1x-4c9d0ec3ac7b88af225118b60f5aa01e6f3d29f1.zip |
wireless: T1627: initial rewrite in XML/Python style
Working:
- Wireless modes b, g, n, ac
- WPA/WPA2 psk and RADIUS (tested using Microsoft NPS)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/control b/debian/control index b77a79ed9..fa9f3b489 100644 --- a/debian/control +++ b/debian/control @@ -64,8 +64,15 @@ Depends: python3, mtr-tiny, telnet, traceroute, - ssl-cert, nginx-light, - vyos-qat-kernel-modules, vyos-qat-utilities + vyos-qat-kernel-modules, + vyos-qat-utilities, + ssl-cert, + nginx-light, + hostapd (>= 0.6.8), + wpasupplicant (>= 0.6.7), + iw, + crda, + wireless-regdb, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data |