]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver.h
Deprecate set_drop_unencrypted(), set_auth_alg(), and set_mode()
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 24 Mar 2009 18:06:02 +0000 (20:06 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 24 Mar 2009 18:06:02 +0000 (20:06 +0200)
commit36b15723ca3966b5d9f14477e26d0351ba469ceb
tree70b89c9a5fab1c49be029b6e115b91fef719bb70
parent143980694f3f03a6edc29348b585e3c100cf0bf8
Deprecate set_drop_unencrypted(), set_auth_alg(), and set_mode()

All these driver handlers can be implemented in associate() handler
which gets all the needed information in the parameters structure. The
old functions that provided only a single parameter will be removed
eventually to clean up the driver_ops structure, so driver wrappers
should start using the newer mechanism.
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/wpa_supplicant.c