Hi guys, i'm looking for someone to play around with "hidden" wireless setting in the hope to find out some new feature.
All you have to do is try tweaking the nvram parameters that are referred to wireless. Such parameters are identified by a name starting with "wl_" or "wl0_". Obviously all this work as to be done via command line.
The complete list of parameters can be obtained with
Code:
nvram show | grep "wl_"
nvram show | grep "wl0_"
First turn off wireless
Code:
wlcfg stop
Then change the parameters with:
Code:
nvram set wl_param=foobar
Finally turn on wireless:
Code:
wlcfg start