Searched refs:last_rx_eapol_key (Results 1 – 2 of 2) sorted by relevance
486 wpa_printf( MSG_DEBUG, "wpa_free_sta_sm: free eapol=%p\n", sm->last_rx_eapol_key); in wpa_free_sta_sm()487 os_free(sm->last_rx_eapol_key); in wpa_free_sta_sm()934 wpa_printf( MSG_DEBUG, "wpa_rx: free eapol=%p", sm->last_rx_eapol_key); in wpa_receive()935 os_free(sm->last_rx_eapol_key); in wpa_receive()936 sm->last_rx_eapol_key = (u8 *)os_malloc(data_len); in wpa_receive()937 if (sm->last_rx_eapol_key == NULL) in wpa_receive()939 wpa_printf( MSG_DEBUG, "wpa_rx: new eapol=%p", sm->last_rx_eapol_key); in wpa_receive()940 memcpy(sm->last_rx_eapol_key, data, data_len); in wpa_receive()1656 sm->last_rx_eapol_key, in SM_STATE()1674 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
79 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member