Documentation ¶
Overview ¶
Package wpasupplicant provides common constants of wpa_supplicant that can be used in both local and remote libraries/tests.
Index ¶
Constants ¶
View Source
const ( // DisconnReasonPreviousAuthenticationInvalid previous authentication no longer valid. DisconnReasonPreviousAuthenticationInvalid = 2 // DisconnReasonDeauthSTALeaving deauthenticated because sending STA is leaving (or has left) IBSS or ESS. DisconnReasonDeauthSTALeaving = 3 // DisconnReasonLGDeauthSTALeaving (locally generated). DisconnReasonLGDeauthSTALeaving = -3 // DisconnReasonLGDisassociatedInactivity (locally generated) disassociated due to inactivity. DisconnReasonLGDisassociatedInactivity = -4 // DisconnReasonUnknown. DisconnReasonUnknown = 0 )
The following are some of the expected values of the property DisconnectReason.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.