Searched refs:last_rx_eapol_key (Results 1 – 2 of 2) sorted by relevance
76 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member
582 os_free(sm->last_rx_eapol_key); in wpa_free_sta_sm()1147 os_free(sm->last_rx_eapol_key); in wpa_receive()1148 sm->last_rx_eapol_key = os_malloc(data_len); in wpa_receive()1149 if (sm->last_rx_eapol_key == NULL) in wpa_receive()1151 os_memcpy(sm->last_rx_eapol_key, data, data_len); in wpa_receive()1772 if (wpa_verify_key_mic(&PTK, sm->last_rx_eapol_key, in SM_STATE()