[wiki:Documentation] | !getRadioInfo = Get Radio Info = This Ruby function prints a list of channel, BSSID and mode settings for all nodes in the set. Usage {{{ joeuser@console.sb1:~$ ./getRadioInfo nodeset }}} Source for 'getRadioInfo' {{{ ./orbitRun $1 "iwconfig ath0 | head -n 2 | tail -n 1" ./orbitRun $1 "iwconfig ath0 | head -n 2 | tail -n 1" ./orbitWait '' iwconfig }}}