wpa_supplicant auth_alg SHARED |& OPEN
Johannes Berg
johannes
Tue Jan 6 04:00:23 PST 2015
On Tue, 2015-01-06 at 12:46 +0100, Erich Titl wrote:
> Is there a way to write a network stanza which would be indifferent to
> the type auth_alg of the network to connect to?
See the example wpa_supplicant.conf:
# auth_alg: list of allowed IEEE 802.11 authentication algorithms
# OPEN = Open System authentication (required for WPA/WPA2)
# SHARED = Shared Key authentication (requires static WEP keys)
# LEAP = LEAP/Network EAP (only used with LEAP)
# If not set, automatic selection is used (Open System with LEAP enabled
if
# LEAP is allowed as one of the EAP methods).
auth_alg=OPEN SHARED
johannes
More information about the Hostap
mailing list