]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant: Unify hardware feature data
authorChristian Lamparter <chunkeey@googlemail.com>
Sun, 23 Oct 2011 08:58:54 +0000 (11:58 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Oct 2011 14:21:50 +0000 (17:21 +0300)
commit6bf731e8cea4d9d41665d271b331e096c7c569e9
treea9e3dc2807ce9cc2b61b80c5ee366c366d464882
parente3b473eb4ebcc545ca922312eba6dcbb79c41bdf
wpa_supplicant: Unify hardware feature data

The hardware feature data is required in several different places
throughout the code. Previously, the data was acquired and freed on
demand, but with this patch wpa_supplicant will keep a single copy
around at runtime for everyone to use.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
wpa_supplicant/ap.c
wpa_supplicant/bgscan_learn.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant/wps_supplicant.c