eapol: Fix __eapol_rx_packet declaration

This commit is contained in:
Denis Kenzior 2015-03-19 21:41:23 -05:00
parent d6d24c9d15
commit b526df19d6
1 changed files with 1 additions and 2 deletions

View File

@ -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);