struttura WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS (wlanapi.h)

La struttura WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS contiene informazioni sulle impostazioni di connessione nella rete ospitata wireless.

Sintassi

typedef struct _WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS {
  DOT11_SSID hostedNetworkSSID;
  DWORD      dwMaxNumberOfPeers;
} WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS, *PWLAN_HOSTED_NETWORK_CONNECTION_SETTINGS;

Members

hostedNetworkSSID

SSID associato alla rete ospitata wireless.

dwMaxNumberOfPeers

Numero massimo di peer simultanei consentiti dalla rete ospitata wireless.

Commenti

La struttura WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS è un'estensione alle API wireless native aggiunte per supportare la rete ospitata wireless in Windows 7 e versioni successive.

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione wlanapi.h (include Wlanapi.h)

Vedi anche

DOT11_SSID

WlanHostedNetworkQueryProperty