summaryrefslogtreecommitdiff
path: root/src/completion
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-23 20:44:45 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-23 20:44:45 +0100
commit9ab56f29f07a3c94a92bb7e1ffa54fcb4762a8fb (patch)
tree5c329ed1e1521b5b63fab3b72d375bde430ea7d3 /src/completion
parent0491fcd47adf39b0649b1f9f402f15256ad40571 (diff)
parentb7038311f72b2666e847d08d4b5fc70aede458d3 (diff)
downloadvyos-1x-9ab56f29f07a3c94a92bb7e1ffa54fcb4762a8fb.tar.gz
vyos-1x-9ab56f29f07a3c94a92bb7e1ffa54fcb4762a8fb.zip
Merge branch 't1627-wireless' of github.com:c-po/vyos-1x into current
* 't1627-wireless' of github.com:c-po/vyos-1x: wireless: T1627: support station mode wireless: T1627: support DHCP(v6) addresses wireless: T1627: add support for RADIUS source-address wireless: T1627: RADIUS servers must have a key specified wireless: T1627: change RADIUS CLI syntax l2tp: harmonize RADIUS wording wireless: T1627: re-order WPA key in hostapd config wireless: T1627: change priority from 318 to 400 wireless: T1627: fix generated ht_capab and vht_capab wireless: T1627: fix regex for 'ht channel-set-width' wireless: T1627: config migrator does not support camel casing wireless: T1627: initial rewrite of show-wireless.pl in Python wireless: T1627: add op-mode commands wireless: T1627: initial rewrite in XML/Python style
Diffstat (limited to 'src/completion')
-rwxr-xr-xsrc/completion/list_wireless_phys.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/completion/list_wireless_phys.sh b/src/completion/list_wireless_phys.sh
new file mode 100755
index 000000000..70b8d1ff9
--- /dev/null
+++ b/src/completion/list_wireless_phys.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -d /sys/class/ieee80211 ]; then
+ ls -x /sys/class/ieee80211
+fi