Home
last modified time | relevance | path

Searched refs:eapol_received (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h332 int eapol_received; /* number of EAPOL packets received after the member
Dwpa_supplicant.c2024 if (wpa_s->eapol_received == 0 && in wpa_supplicant_rx_eapol()
2038 wpa_s->eapol_received++; in wpa_supplicant_rx_eapol()
Devents.c1538 wpa_s->eapol_received = 0;
/external/wpa_supplicant_6/wpa_supplicant/
Dwpa_supplicant_i.h333 int eapol_received; /* number of EAPOL packets received after the member
Dwpa_supplicant.c1572 if (wpa_s->eapol_received == 0 && in wpa_supplicant_rx_eapol()
1584 wpa_s->eapol_received++; in wpa_supplicant_rx_eapol()
Devents.c890 wpa_s->eapol_received = 0; in wpa_supplicant_event_assoc()