From b526df19d6566a5878f87a1b15e17121bf56ff28 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 19 Mar 2015 21:41:23 -0500 Subject: [PATCH] eapol: Fix __eapol_rx_packet declaration --- src/eapol.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/eapol.h b/src/eapol.h index 94d2b8f8..a121f524 100644 --- a/src/eapol.h +++ b/src/eapol.h @@ -128,8 +128,7 @@ struct eapol_key *eapol_create_ptk_4_of_4( enum eapol_key_descriptor_version version, uint64_t key_replay_counter); -void __eapol_rx_packet(uint32_t ifindex, const uint8_t *sta_addr, - const uint8_t *aa_addr, +void __eapol_rx_packet(uint32_t ifindex, const uint8_t *spa, const uint8_t *aa, const uint8_t *frame, size_t len); void __eapol_set_tx_packet_func(eapol_tx_packet_func_t func);