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.

应用CC3200时,SCAN AP,返回参数不完全



在程序中,参考ti的例程中,进行搜索测试,应用下面的函数:
     lRetVal = sl_WlanGetNetworkList(ucIndex, (unsigned char)WLAN_SCAN_COUNT, &netEntries[ucIndex]);
    其返回参数的结构体为:struct Sl_WlanNetworkEntry_t
Data Fields
_u8 bssid[SL_BSSID_LENGTH]
_i8 reserved[3]
_i8 rssi
_u8 sec_type
_u8 ssid[MAXIMAL_SSID_LENGTH]
_u8 ssid_len
            但是有个问题,返回参数中没有包含AP的通道号。
希望确认:reserved[3]中是否包含通道号,还是应用的函数有问题。