mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show how to output the wireless options such as channels, modes, etc.
This commit is contained in:
parent
94e2459b14
commit
4fca174c22
@ -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";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user