mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-21 11:52:34 +01:00
eap: Make eap_register_method public
This commit is contained in:
parent
3f17fa1159
commit
095eec48ab
@ -395,9 +395,10 @@ void eap_restore_last_id(struct eap_state *eap, uint8_t last_id)
|
||||
eap->last_id = last_id;
|
||||
}
|
||||
|
||||
static void eap_register_method(struct eap_method *method)
|
||||
int eap_register_method(struct eap_method *method)
|
||||
{
|
||||
l_queue_push_head(eap_methods, method);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void eap_init(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user