在cc3200中怎样读取TCP连接下数据包的RSSI,
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.
SlGetRxStatResponse_t rxStatResp;
sl_WlanRxStatGet(&rxStatResp;,0);// Read statistics
printf("Average Rssi for management: %d\n",rxStatResp->AvarageMgMntRssi);