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

  /external/wpa_supplicant/
preauth.c 70 if (sm->preauth_eapol == NULL ||
80 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len);
182 if (sm->preauth_eapol)
226 sm->preauth_eapol = eapol_sm_init(ctx);
227 if (sm->preauth_eapol == NULL) {
239 eapol_sm_notify_config(sm->preauth_eapol, config, &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)
    [all...]
wpa_i.h 101 struct eapol_sm *preauth_eapol; member in struct:wpa_sm
wpa.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 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)
    [all...]
wpa_i.h 48 struct eapol_sm *preauth_eapol; member in struct:wpa_sm
wpa.c     [all...]

Completed in 123 milliseconds