Gjsify LogoGjsify Logo

Enumeration TODO_80211ApSecurityFlags

802.11 access point security and authentication flags. These flags describe the current security requirements of an access point as determined from the access point's beacon.

bitfield

Index

Enumeration Members

GROUP_CCMP: number

AES/CCMP is supported for group/broadcast encryption

GROUP_TKIP: number

TKIP is supported for group/broadcast encryption

GROUP_WEP104: number

104/128-bit WEP is supported for group/broadcast encryption

GROUP_WEP40: number

40/64-bit WEP is supported for group/broadcast encryption

KEY_MGMT_802_1X: number

802.1x authentication and key management is supported

KEY_MGMT_EAP_SUITE_B_192: number

WPA3 Enterprise Suite-B 192 bit mode is supported. Since: 1.30.

KEY_MGMT_OWE: number

WPA/RSN Opportunistic Wireless Encryption is supported

KEY_MGMT_OWE_TM: number

WPA/RSN Opportunistic Wireless Encryption transition mode is supported. Since: 1.26.

KEY_MGMT_PSK: number

WPA/RSN Pre-Shared Key encryption is supported

KEY_MGMT_SAE: number

WPA/RSN Simultaneous Authentication of Equals is supported

NONE: number

the access point has no special security requirements

PAIR_CCMP: number

AES/CCMP is supported for pairwise/unicast encryption

PAIR_TKIP: number

TKIP is supported for pairwise/unicast encryption

PAIR_WEP104: number

104/128-bit WEP is supported for pairwise/unicast encryption

PAIR_WEP40: number

40/64-bit WEP is supported for pairwise/unicast encryption

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method