So hab ich es bis jetzt gemacht:
Delphi-Quellcode:
var PA : Pndu_WLAN_CONNECTION_PARAMETERS;
...
Pa.strProfile := 'Test';
Pa.wlanConnectionMode := Wlan_Connection_Mode_profile;
Pa.pDot11Ssid := @pAvailableNetworkList^.Network[0].dot11Ssid;
Pa.pDesiredBssidList := @pAvailableNetworkList^.Network[0].dot11BssType;
Pa.dwFlags := Null;
ResultInt:= WlanConnect(hClient, @pInterface^.InterfaceInfo[0].InterfaceGuid, PA , nil);
Funktioniert leider nicht.