enumerazione WLAN_HOSTED_NETWORK_OPCODE (wlanapi.h)
Il WLAN_HOSTED_NETWORK_OPCODE tipo enumerato specifica i valori possibili del codice dell'operazione per le proprietà da eseguire query o impostare nella rete ospitata wireless.
Sintassi
typedef enum _WLAN_HOSTED_NETWORK_OPCODE {
wlan_hosted_network_opcode_connection_settings,
wlan_hosted_network_opcode_security_settings,
wlan_hosted_network_opcode_station_profile,
wlan_hosted_network_opcode_enable
} WLAN_HOSTED_NETWORK_OPCODE, *PWLAN_HOSTED_NETWORK_OPCODE;
Costanti
wlan_hosted_network_opcode_connection_settings Il codice opcode usato per eseguire query o impostare le impostazioni di connessione di rete ospitata wireless. |
wlan_hosted_network_opcode_security_settings Il codice opcode usato per eseguire query sulle impostazioni di sicurezza della rete ospitata wireless. |
wlan_hosted_network_opcode_station_profile Il codice opcode usato per eseguire query sul profilo della stazione di rete ospitata wireless. |
wlan_hosted_network_opcode_enable Il codice opcode usato per eseguire query o impostare il flag abilitato per la rete ospitata wireless. |
Commenti
Il tipo enumerato WLAN_HOSTED_NETWORK_OPCODE è un'estensione alle API wireless native aggiunte per supportare la rete ospitata wireless in Windows 7 e versioni successive.
Il WLAN_HOSTED_NETWORK_OPCODE specifica i valori possibili del codice dell'operazione per le proprietà da eseguire query o impostare nella rete ospitata wireless.
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) |