I am using the latest D211 SDK. I have 2 questions:
1. I have problem to get any SSID using the WLAN MIB control API. The call to
Req_WlanMib_Get(hIpc, MIB_WLAN_CONN_NETNAME,...)
returns error all the time.
The call to
Req_WlanMib_Get(hIpc, MIB_WLAN_SET_NETNAMES,...) works!
2. I would like to know the range of the MIB_WLAN_CONN_SECURITY_MODE and MIB_WLAN_SEC_MODE and also the meaning
(ex. 0 = no security, 1 = WEP etc...) it is not in the manual.