Home
last modified time | relevance | path

Searched refs:last_rx_eapol_key (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h79 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member
Dwpa_auth.c666 os_free(sm->last_rx_eapol_key); in wpa_free_sta_sm()
1340 os_free(sm->last_rx_eapol_key); in wpa_receive()
1341 sm->last_rx_eapol_key = os_malloc(data_len); in wpa_receive()
1342 if (sm->last_rx_eapol_key == NULL) in wpa_receive()
1344 os_memcpy(sm->last_rx_eapol_key, data, data_len); in wpa_receive()
2034 sm->last_rx_eapol_key, in SM_STATE()