netdev: Actually set rekey_offload into eapol

This commit is contained in:
Denis Kenzior 2016-06-22 19:18:38 -05:00
parent 5853440dfa
commit cda2026b23
1 changed files with 1 additions and 0 deletions

View File

@ -1455,6 +1455,7 @@ bool netdev_init(struct l_genl_family *in)
__eapol_set_install_tk_func(netdev_set_tk);
__eapol_set_install_gtk_func(netdev_set_gtk);
__eapol_set_deauthenticate_func(netdev_handshake_failed);
__eapol_set_rekey_offload_func(netdev_set_rekey_offload);
return true;
}