mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 17:39:28 +01:00
eapol: Fix __eapol_rx_packet declaration
This commit is contained in:
parent
d6d24c9d15
commit
b526df19d6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user