Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h81 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member
H A Dwpa_auth.c754 os_free(sm->last_rx_eapol_key); in wpa_free_sta_sm()
1416 os_free(sm->last_rx_eapol_key); in wpa_receive()
1417 sm->last_rx_eapol_key = os_memdup(data, data_len); in wpa_receive()
1418 if (!sm->last_rx_eapol_key) in wpa_receive()
2986 sm->last_rx_eapol_key, in SM_STATE()
2998 wpa_aead_decrypt(sm, &PTK, sm->last_rx_eapol_key, in SM_STATE()
3032 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
3950 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()