Searched refs:last_rx_eapol_key (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_i.h77 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member in struct:wpa_state_machine
H A Dwpa_auth.c628 os_free(sm->last_rx_eapol_key);
1217 os_free(sm->last_rx_eapol_key);
1218 sm->last_rx_eapol_key = os_malloc(data_len);
1219 if (sm->last_rx_eapol_key == NULL)
1221 os_memcpy(sm->last_rx_eapol_key, data, data_len);
1859 if (wpa_verify_key_mic(&PTK, sm->last_rx_eapol_key,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_i.h77 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member in struct:wpa_state_machine
H A Dwpa_auth.c628 os_free(sm->last_rx_eapol_key);
1217 os_free(sm->last_rx_eapol_key);
1218 sm->last_rx_eapol_key = os_malloc(data_len);
1219 if (sm->last_rx_eapol_key == NULL)
1221 os_memcpy(sm->last_rx_eapol_key, data, data_len);
1859 if (wpa_verify_key_mic(&PTK, sm->last_rx_eapol_key,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_i.h77 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member in struct:wpa_state_machine
H A Dwpa_auth.c628 os_free(sm->last_rx_eapol_key);
1217 os_free(sm->last_rx_eapol_key);
1218 sm->last_rx_eapol_key = os_malloc(data_len);
1219 if (sm->last_rx_eapol_key == NULL)
1221 os_memcpy(sm->last_rx_eapol_key, data, data_len);
1859 if (wpa_verify_key_mic(&PTK, sm->last_rx_eapol_key,

Completed in 126 milliseconds