Desktop Functions: Smart Device Functions:
|
Search Results for "DOT11_SSID" in [All]Structures1: DOT11_SSID
/// DOT11_SSID->_DOT11_SSID
public DOT11_SSID dot11Ssid;
''' DOT11_SSID->_DOT11_SSID
Public dot11Ssid As DOT11_SSID
public DOT11_SSID[] pDot11Ssid; The history of this shows that IntPtrs for pDot11Ssid and pDesiredBssidList were changed to DOT11_SSID[] and DOT11_LIST[]. Then it should have some kind of explanation about the reason. I think whether to use IntPtr or DOT11_SSID[] etc should be determined by which one you want, "Marshal" or "UnMarshal". Also, DOT11_SSID[] looks to be wrong. It is to point one "SSID" not a series of SSID. Also, it would be great if it explains how to marshal ucSSID in DOT11, because the ucSSID is just ANSI string ( without the terminating '\0'. )
public DOT11_SSID hostedNetworkSSID; wlanapi5: WlanScan pDot11Ssid : Pointer to a DOT11_SSID structure. |