mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-10-09 10:27:26 +02: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,
|
enum eapol_key_descriptor_version version,
|
||||||
uint64_t key_replay_counter);
|
uint64_t key_replay_counter);
|
||||||
|
|
||||||
void __eapol_rx_packet(uint32_t ifindex, const uint8_t *sta_addr,
|
void __eapol_rx_packet(uint32_t ifindex, const uint8_t *spa, const uint8_t *aa,
|
||||||
const uint8_t *aa_addr,
|
|
||||||
const uint8_t *frame, size_t len);
|
const uint8_t *frame, size_t len);
|
||||||
|
|
||||||
void __eapol_set_tx_packet_func(eapol_tx_packet_func_t func);
|
void __eapol_set_tx_packet_func(eapol_tx_packet_func_t func);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user