Open akarilimano opened 4 years ago
when using the above comment config file as template, although WEP_KEY
is set, the created ap does not ask for wep password
not sure how to find log files so not attaching anything for the moment
@angeelgod, what does generated hostapd config looks like (it is created in some temporary directory)? Does it have the wep config lines? Have you stopped all running instances of create_ap when creating a new one? It used to work with my adapter, and the WEP was recognized. The only problem I got, is that it supported only hexadecimal digits in a wep key: [0-9a-f]. And some restrictions on a length maybe, but I don't remember. Could you post a config you use?
To add support of WEP authorization, generated hostapd.conf should contain these lines:
Where WEP_KEY is a key used for WEP authorization, a parameter that can be set within create_ap config file. If
auth_algs
is set to2
, WEP does not work.The configuration file for
create_ap --config setting.conf
that works for me:PASSPHRASE should be empty (like for OPEN) and there should be no WPA_VERSION. Not sure how to add this to command line arguments, but maybe someone finds this helpful.
Should resolve Issue #343