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.h74 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member
Dwpa_auth.c681 os_free(sm->last_rx_eapol_key); in wpa_free_sta_sm()
1337 os_free(sm->last_rx_eapol_key); in wpa_receive()
1338 sm->last_rx_eapol_key = os_malloc(data_len); in wpa_receive()
1339 if (sm->last_rx_eapol_key == NULL) in wpa_receive()
1341 os_memcpy(sm->last_rx_eapol_key, data, data_len); in wpa_receive()
2491 sm->last_rx_eapol_key, in SM_STATE()
2499 wpa_aead_decrypt(sm, &PTK, sm->last_rx_eapol_key, in SM_STATE()
2522 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()