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.h81 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member
Dwpa_auth.c758 os_free(sm->last_rx_eapol_key); in wpa_free_sta_sm()
1404 os_free(sm->last_rx_eapol_key); in wpa_receive()
1405 sm->last_rx_eapol_key = os_memdup(data, data_len); in wpa_receive()
1406 if (!sm->last_rx_eapol_key) in wpa_receive()
2981 sm->last_rx_eapol_key, in SM_STATE()
2993 wpa_aead_decrypt(sm, &PTK, sm->last_rx_eapol_key, in SM_STATE()
3027 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
3943 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()