HomeSort by relevance Sort by last modified time
    Searched refs:preauth_eapol (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 60 if (sm->preauth_eapol == NULL ||
69 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len);
177 if (sm->preauth_eapol)
223 sm->preauth_eapol = eapol_sm_init(ctx);
224 if (sm->preauth_eapol == NULL) {
236 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
243 eapol_sm_configure(sm->preauth_eapol, -1, -1, 5, 6);
246 eapol_sm_notify_portValid(sm->preauth_eapol, TRUE);
248 eapol_sm_notify_portEnabled(sm->preauth_eapol, TRUE);
275 if (sm == NULL || !sm->preauth_eapol)
    [all...]
wpa_i.h 51 struct eapol_sm *preauth_eapol; member in struct:wpa_sm
wpa.c     [all...]

Completed in 65 milliseconds