struttura WLAN_HOSTED_NETWORK_RADIO_STATE (wlanapi.h)
La struttura WLAN_HOSTED_NETWORK_RADIO_STATE contiene informazioni sullo stato della radio nella rete ospitata wireless.
Sintassi
typedef struct _WLAN_HOSTED_NETWORK_RADIO_STATE {
DOT11_RADIO_STATE dot11SoftwareRadioState;
DOT11_RADIO_STATE dot11HardwareRadioState;
} WLAN_HOSTED_NETWORK_RADIO_STATE, *PWLAN_HOSTED_NETWORK_RADIO_STATE;
Members
dot11SoftwareRadioState
Stato radio software della rete ospitata wireless.
dot11HardwareRadioState
Stato di radio hardware della rete ospitata wireless.
Commenti
La struttura WLAN_HOSTED_NETWORK_RADIO_STATE è 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) |