3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 13:02:44 +01:00

main: set eapol config

This commit is contained in:
James Prestwood 2018-04-02 11:47:44 -07:00 committed by Denis Kenzior
parent 50eae9bf87
commit 88a1520dbd

View File

@ -301,6 +301,8 @@ int main(int argc, char *argv[])
if (!l_settings_get_uint(iwd_config, "EAP", "mtu", &eap_mtu)) if (!l_settings_get_uint(iwd_config, "EAP", "mtu", &eap_mtu))
eap_mtu = 1400; /* on WiFi the real MTU is around 2304 */ eap_mtu = 1400; /* on WiFi the real MTU is around 2304 */
__eapol_set_config(iwd_config);
eap_init(eap_mtu); eap_init(eap_mtu);
eapol_init(); eapol_init();
network_init(); network_init();