Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:preauth_eapol

70 	if (sm->preauth_eapol == NULL ||
79 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len);
183 if (sm->preauth_eapol)
227 sm->preauth_eapol = eapol_sm_init(ctx);
228 if (sm->preauth_eapol == NULL) {
239 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
246 eapol_sm_configure(sm->preauth_eapol, -1, -1, 5, 6);
249 eapol_sm_notify_portValid(sm->preauth_eapol, TRUE);
251 eapol_sm_notify_portEnabled(sm->preauth_eapol, TRUE);
269 if (sm == NULL || !sm->preauth_eapol)
273 eapol_sm_deinit(sm->preauth_eapol);
274 sm->preauth_eapol = NULL;
305 if (sm->preauth_eapol ||
503 if (sm->preauth_eapol) {
509 res = eapol_sm_get_status(sm->preauth_eapol,
526 return sm->preauth_eapol != NULL;