This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WL1271 CLI Driver Statistics Definitions

In the CLI under Show > Statistics, what are the definitions for the following items:  dot11DesiredChannel, TXPowerLevel, dataRssi, beaconRssi?  What do the values associated with these items mean (units, ranges, etc)?

  • Hi Ryan,

    The dataRssi, beaconRssi and TxPowerLevel values need to be converted to proper values. The dataRssi and beaconRssi are printed as positive values and need to be converted to negative values. For example, 211 is equivalent to -45 dBm (256-211).

    The TXPowerLevel is printed as negative value. This needs to be converted to positive value. For example, -51 is equivalent to  205 which is 10 * power level in dBm.

    These issues will be corrected in the next release.

    'dot11DesiredChannel' is the desired channel for IBSS.

    Regards,

    Sinoj