]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Register read_sta_data() handler for station only builds
authorJouni Malinen <j@w1.fi>
Wed, 5 Sep 2012 14:07:03 +0000 (17:07 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 5 Sep 2012 14:07:03 +0000 (17:07 +0300)
commitd732463c47474b70f3334b7151e55bc9d0cc26ee
tree0fac1b033787ff331fc3021fc6c88ff8024b3d15
parentdc7785f845ed540e59fd7886fe61e8181495020a
nl80211: Register read_sta_data() handler for station only builds

This driver_op can now be used in station mode, too, to fetch
information about the connection with the AP, so allow this to be used
even if wpa_supplicant is built without AP mode support.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver.h
src/drivers/driver_nl80211.c