EAP server: Add support for configuring fragment size

This commit is contained in:
Jouni Malinen 2010-07-18 19:28:53 -07:00 committed by Jouni Malinen
parent f3a3e6987e
commit 7f6ec672ea
13 changed files with 22 additions and 5 deletions

View file

@ -1651,6 +1651,7 @@ int ieee802_1x_init(struct hostapd_data *hapd)
conf.eap_sim_aka_result_ind = hapd->conf->eap_sim_aka_result_ind;
conf.tnc = hapd->conf->tnc;
conf.wps = hapd->wps;
conf.fragment_size = hapd->conf->fragment_size;
os_memset(&cb, 0, sizeof(cb));
cb.eapol_send = ieee802_1x_eapol_send;