mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 17:39:28 +01:00
wiphy: call eapol_init and eapol_exit
This commit is contained in:
parent
4c351196a9
commit
2598a1efed
@ -1860,6 +1860,8 @@ bool wiphy_init(void)
|
||||
l_genl_family_set_watches(nl80211, nl80211_appeared, nl80211_vanished,
|
||||
NULL, NULL);
|
||||
|
||||
eapol_init();
|
||||
|
||||
return true;
|
||||
|
||||
failed:
|
||||
@ -1871,6 +1873,8 @@ failed:
|
||||
|
||||
bool wiphy_exit(void)
|
||||
{
|
||||
eapol_exit();
|
||||
|
||||
if (!genl)
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user