如题,请知道的高人不吝赐教,谢谢
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.
Sl_WlanNetworkEntry_t netEntries[20]; // Wlan Network Entry
do
{
lRetVal = sl_WlanGetNetworkList(ucIndex,
(unsigned char)WLAN_SCAN_COUNT/4,
&netEntries[ucIndex]);
ucIndex += lRetVal;
}
while ((lRetVal == WLAN_SCAN_COUNT/4) && (ucIndex < WLAN_SCAN_COUNT));
可以参考一下scan_policy的例程,结构体Sl_WlanNetworkEntry_t 里面有RSSI这一项。