Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
DOT11_AUTH_ALGORITHM (Enums)
.
Summary
Defines a wireless LAN authentication algorithm.
C# Definition:
public enum DOT11_AUTH_ALGORITHM
{
/// DOT11_AUTH_ALGO_80211_OPEN -> 1
DOT11_AUTH_ALGO_80211_OPEN = 1,
/// DOT11_AUTH_ALGO_80211_SHARED_KEY -> 2
DOT11_AUTH_ALGO_80211_SHARED_KEY = 2,
/// DOT11_AUTH_ALGO_WPA -> 3
DOT11_AUTH_ALGO_WPA = 3,
/// DOT11_AUTH_ALGO_WPA_PSK -> 4
DOT11_AUTH_ALGO_WPA_PSK = 4,
/// DOT11_AUTH_ALGO_WPA_NONE -> 5
DOT11_AUTH_ALGO_WPA_NONE = 5,
/// DOT11_AUTH_ALGO_RSNA -> 6
DOT11_AUTH_ALGO_RSNA = 6,
/// DOT11_AUTH_ALGO_RSNA_PSK -> 7
DOT11_AUTH_ALGO_RSNA_PSK = 7,
/// DOT11_AUTH_ALGO_IHV_START -> 0x80000000
DOT11_AUTH_ALGO_IHV_START = -2147483648,
/// DOT11_AUTH_ALGO_IHV_END -> 0xffffffff
DOT11_AUTH_ALGO_IHV_END = -1,
}
VB Definition:
Public Enum DOT11_AUTH_ALGORITHM
''' DOT11_AUTH_ALGO_80211_OPEN -> 1
DOT11_AUTH_ALGO_80211_OPEN = 1
''' DOT11_AUTH_ALGO_80211_SHARED_KEY -> 2
DOT11_AUTH_ALGO_80211_SHARED_KEY = 2
''' DOT11_AUTH_ALGO_WPA -> 3
DOT11_AUTH_ALGO_WPA = 3
''' DOT11_AUTH_ALGO_WPA_PSK -> 4
DOT11_AUTH_ALGO_WPA_PSK = 4
''' DOT11_AUTH_ALGO_WPA_NONE -> 5
DOT11_AUTH_ALGO_WPA_NONE = 5
''' DOT11_AUTH_ALGO_RSNA -> 6
DOT11_AUTH_ALGO_RSNA = 6
''' DOT11_AUTH_ALGO_RSNA_PSK -> 7
DOT11_AUTH_ALGO_RSNA_PSK = 7
''' DOT11_AUTH_ALGO_IHV_START -> 0x80000000
DOT11_AUTH_ALGO_IHV_START = -2147483648
''' DOT11_AUTH_ALGO_IHV_END -> 0xffffffff
DOT11_AUTH_ALGO_IHV_END = -1
End Enum
Notes:
None.
Documentation
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!