mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-06 09:00:40 +01:00

Instead of passing the user_data parameter in every __eapol_rx_packet call to be used by EAPOL in all tx_packet calls, add eapol_sm_set_tx_user_data function that sets the value of user_data for all subsequent tx_packet calls. This way tx_packet can be called from places that are not necessarily inside an __eapol_rx_packet call.