Home
last modified time | relevance | path

Searched refs:SsidLength (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/network/wlanconf/
H A Dwlanconf.c308 RtlCopyMemory(SsidBuffer, SsidInfo->Ssid, SsidInfo->SsidLength); in WlanPrintCurrentStatus()
309 SsidBuffer[SsidInfo->SsidLength] = 0; in WlanPrintCurrentStatus()
327 if (SsidInfo->SsidLength == 0 || !bSuccess) in WlanPrintCurrentStatus()
683 Ssid->SsidLength = strlen(SsidBuffer); in WlanConnect()
790 RtlCopyMemory(SsidBuffer, Ssid->Ssid, Ssid->SsidLength); in WlanScan()
791 SsidBuffer[Ssid->SsidLength] = 0; in WlanScan()
/reactos/sdk/include/psdk/
H A Dntddndis.h109 ULONG SsidLength; member