OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_rx_eapol_key
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
wpa_auth_i.h
81
u8 *
last_rx_eapol_key
; /* starting from IEEE 802.1X header */
member in struct:wpa_state_machine
wpa_auth.c
588
os_free(sm->
last_rx_eapol_key
);
1053
os_free(sm->
last_rx_eapol_key
);
1054
sm->
last_rx_eapol_key
= os_malloc(data_len);
1055
if (sm->
last_rx_eapol_key
== NULL)
1057
os_memcpy(sm->
last_rx_eapol_key
, data, data_len);
[
all
...]
Completed in 125 milliseconds