Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth_i.h79 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member
H A Dwpa_auth.c709 os_free(sm->last_rx_eapol_key); in wpa_free_sta_sm()
1354 os_free(sm->last_rx_eapol_key); in wpa_receive()
1355 sm->last_rx_eapol_key = os_memdup(data, data_len); in wpa_receive()
1356 if (sm->last_rx_eapol_key == NULL) in wpa_receive()
2864 sm->last_rx_eapol_key, in SM_STATE()
2876 wpa_aead_decrypt(sm, &PTK, sm->last_rx_eapol_key, in SM_STATE()
2900 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
3635 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()