mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
eapol: remove eapol_set_started, no longer needed
This commit is contained in:
parent
8317b96e7d
commit
869cac4bec
@ -2306,11 +2306,6 @@ void __eapol_set_rekey_offload_func(eapol_rekey_offload_func_t func)
|
|||||||
rekey_offload = func;
|
rekey_offload = func;
|
||||||
}
|
}
|
||||||
|
|
||||||
void eapol_set_started(struct eapol_sm *sm)
|
|
||||||
{
|
|
||||||
sm->started = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void eapol_register(struct eapol_sm *sm)
|
void eapol_register(struct eapol_sm *sm)
|
||||||
{
|
{
|
||||||
l_queue_push_head(state_machines, sm);
|
l_queue_push_head(state_machines, sm);
|
||||||
|
@ -118,7 +118,6 @@ void eapol_sm_set_listen_interval(struct eapol_sm *sm, uint16_t interval);
|
|||||||
void eapol_sm_set_user_data(struct eapol_sm *sm, void *user_data);
|
void eapol_sm_set_user_data(struct eapol_sm *sm, void *user_data);
|
||||||
void eapol_sm_set_event_func(struct eapol_sm *sm, eapol_sm_event_func_t func);
|
void eapol_sm_set_event_func(struct eapol_sm *sm, eapol_sm_event_func_t func);
|
||||||
|
|
||||||
void eapol_set_started(struct eapol_sm *sm);
|
|
||||||
void eapol_register(struct eapol_sm *sm);
|
void eapol_register(struct eapol_sm *sm);
|
||||||
bool eapol_start(struct eapol_sm *sm);
|
bool eapol_start(struct eapol_sm *sm);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user