From 4fca174c22145955179eace3aa1bb6f780bda590 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 3 May 2007 04:51:41 +0000 Subject: Show how to output the wireless options such as channels, modes, etc. --- usr/local/sbin/pfSsh.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/local/sbin/pfSsh.php') diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php index c9b92ca..002da35 100755 --- a/usr/local/sbin/pfSsh.php +++ b/usr/local/sbin/pfSsh.php @@ -36,6 +36,9 @@ echo "multiline\n"; echo "\n/* to exit the php pfSense shell */\n"; echo "exit\n"; +echo "\n/* to output supported wireless modes for an interface */\n"; +echo "print_r(get_wireless_modes(\"ath0\"));\n"; + echo "\n/* to enable SSH */\n"; echo "\$config['system']['enablesshd'] = true;\n"; -- cgit v1.1