HomeSort by relevance Sort by last modified time
    Searched refs:last_rx_eapol_key (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 77 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);
1153 os_free(sm->last_rx_eapol_key);
1154 sm->last_rx_eapol_key = os_malloc(data_len);
1155 if (sm->last_rx_eapol_key == NULL)
1157 os_memcpy(sm->last_rx_eapol_key, data, data_len);
    [all...]

Completed in 38 milliseconds