Class WlanApi.WLAN_SECURITY_ATTRIBUTES

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WlanApi.WLAN_SECURITY_ATTRIBUTES
Enclosing interface:
WlanApi

@FieldOrder({"bSecurityEnabled","bOneXEnabled","dot11AuthAlgorithm","dot11CipherAlgorithm"}) public static class WlanApi.WLAN_SECURITY_ATTRIBUTES extends Structure
Author:
Eran Leshem
  • Field Details

    • bSecurityEnabled

      public boolean bSecurityEnabled
    • bOneXEnabled

      public boolean bOneXEnabled
    • dot11AuthAlgorithm

      public int dot11AuthAlgorithm
      See Windot11.DOT11_AUTH_ALGORITHM for possible values
    • dot11CipherAlgorithm

      public int dot11CipherAlgorithm
      See Windot11.DOT11_CIPHER_ALGORITHM for possible values
  • Constructor Details

    • WLAN_SECURITY_ATTRIBUTES

      public WLAN_SECURITY_ATTRIBUTES()