Remove unused send_eapol() driver op
authorJouni Malinen <j@w1.fi>
Thu, 11 Dec 2014 13:40:07 +0000 (15:40 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 11 Dec 2014 13:40:07 +0000 (15:40 +0200)
commit2961bfa8e1609fba4d4eb8ae4b75aa7e0ebea450
tree63955158d1cafc2fda4a74f7af7e5507b51134bf
parent5e80b502ee1c60846e5e61f6602665251d391dda
Remove unused send_eapol() driver op

The send_eapol() callback was used by driver_test.c, but with that
removed, there is no remaining users of the alternative EAPOL frame
transmitting mechanism in wpa_supplicant, i.e., all remaining driver
interfaces use l2_packet instead. Remove the send_eapol() to get rid of
unused code.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver.h
src/drivers/driver_none.c
wpa_supplicant/driver_i.h
wpa_supplicant/ibss_rsn.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpas_glue.c