Show how to output the wireless options such as channels, modes, etc.

This commit is contained in:
Scott Ullrich 2007-05-03 04:51:41 +00:00
parent 94e2459b14
commit 4fca174c22

View File

@ -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";