Searched refs:last_rx_eapol_key (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_i.h | 79 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member
|
D | wpa_auth.c | 715 os_free(sm->last_rx_eapol_key); in wpa_free_sta_sm() 1360 os_free(sm->last_rx_eapol_key); in wpa_receive() 1361 sm->last_rx_eapol_key = os_memdup(data, data_len); in wpa_receive() 1362 if (sm->last_rx_eapol_key == NULL) in wpa_receive() 2873 sm->last_rx_eapol_key, in SM_STATE() 2885 wpa_aead_decrypt(sm, &PTK, sm->last_rx_eapol_key, in SM_STATE() 2909 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE() 3644 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_i.h | 81 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ member
|
D | wpa_auth.c | 760 os_free(sm->last_rx_eapol_key); in wpa_free_sta_sm() 1422 os_free(sm->last_rx_eapol_key); in wpa_receive() 1423 sm->last_rx_eapol_key = os_memdup(data, data_len); in wpa_receive() 1424 if (!sm->last_rx_eapol_key) in wpa_receive() 2995 sm->last_rx_eapol_key, in SM_STATE() 3007 wpa_aead_decrypt(sm, &PTK, sm->last_rx_eapol_key, in SM_STATE() 3041 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE() 3959 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
|