How to calculate RSSI from RCM5600W wi-fi module

I need to calculate the RSSI value of the received packet from RCM5600W wi-fi module. Can you please assist me in doing that?

You can use the ifconfig() function to get that information. See samples\RCM5400W cpip\pingled_stats.c for details.

The wstatus struct will hold the returned information including RSSI value.